Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dfilelock.h35 extern FileLock* filelock_create ( const char* path );
Dfilelock.c374 filelock_create( const char* file ) in filelock_create() function
/external/qemu/android/avd/
Dinfo.c522 if (filelock_create(path) != NULL) { in imageLoader_lock()