OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:adb_creat
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
sysdeps.h
113
extern int
adb_creat
(const char* path, int mode);
383
static __inline__ int
adb_creat
(const char* path, int mode)
function
sysdeps_win32.c
362
int
adb_creat
(const char* path, int mode)
function
378
D( "
adb_creat
: could not open '%s':", path );
397
D( "
adb_creat
: '%s' => fd %d\n", path, _fh_to_int(f) );
[
all
...]
Completed in 1218 milliseconds