Home
last modified time | relevance | path

Searched refs:pe32 (Results 1 – 1 of 1) sorted by relevance

/external/qemu/android/utils/
Dfilelock.c139 PROCESSENTRY32 pe32; in filelock_lock() local
157 pe32.dwSize = sizeof( PROCESSENTRY32 ); in filelock_lock()
164 else if ( !Process32First( processSnapshot, &pe32 ) ) in filelock_lock()
173 if (pe32.th32ProcessID == lockpid) { in filelock_lock()
177 } while (Process32Next( processSnapshot, &pe32 ) ); in filelock_lock()