OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_creat
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
sysdeps.h
216
extern int
adb_creat
(const char* path, int mode);
600
static __inline__ int
adb_creat
(const char* path, int mode)
file_sync_client.cpp
529
int lfd =
adb_creat
(lpath, 0644);
[
all
...]
commandline.cpp
[
all
...]
sysdeps_win32.cpp
445
int
adb_creat
(const char* path, int mode)
function
466
D( "
adb_creat
: could not open '%s': ", path );
485
D( "
adb_creat
: '%s' => fd %d", path, _fh_to_int(f) );
[
all
...]
Completed in 111 milliseconds