OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filelock_create
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
filelock.h
21
** create a FileLock object with
filelock_create
(), the function will return
35
extern FileLock*
filelock_create
( const char* path );
filelock.c
46
** create a FileLock object with
filelock_create
(), ithis function should return NULL
374
filelock_create
( const char* file )
function
/external/qemu/android/avd/
info.c
522
if (
filelock_create
(path) != NULL) {
[
all
...]
Completed in 569 milliseconds