diff options
author | Raphael <raphael@google.com> | 2012-02-01 15:06:44 -0800 |
---|---|---|
committer | Raphael <raphael@google.com> | 2012-02-03 14:54:08 -0800 |
commit | b099a8ca899d1a3051555bcc2fdbffee8ca6b406 (patch) | |
tree | 987a2a489621686b5edfe01da1f31ec67b5757f8 /find_lock/images/android_icon.rc | |
parent | a15dd0d98d6be120e6760333517a5ab0d16e13cf (diff) | |
download | sdk-b099a8ca899d1a3051555bcc2fdbffee8ca6b406.zip sdk-b099a8ca899d1a3051555bcc2fdbffee8ca6b406.tar.gz sdk-b099a8ca899d1a3051555bcc2fdbffee8ca6b406.tar.bz2 |
Win SDK: find_lock.exe
This small win32 app takes a path as
argument and outputs the names of the
processes that are holding handles
that overlap that path.
The goal is to use this in the SDK Manager
to identify which apps are locking the
SDK folder and preventing updates.
Change-Id: I4fbf66a53410fba0c5f9ab51dac10d267a7c21a7
Diffstat (limited to 'find_lock/images/android_icon.rc')
-rw-r--r-- | find_lock/images/android_icon.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/find_lock/images/android_icon.rc b/find_lock/images/android_icon.rc new file mode 100644 index 0000000..2aa9985 --- /dev/null +++ b/find_lock/images/android_icon.rc @@ -0,0 +1,2 @@ +1 ICON "../images/android_icon.ico"
+1 RT_MANIFEST "../find_lock.exe.manifest"
|