OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adb_creat
(Results
1 - 6
of
6
) sorted by null
/system/core/adb/
adb_utils_test.cpp
121
EXPECT_NE(-1,
adb_creat
(filepath.c_str(), 0600));
adb_utils.cpp
148
// TODO: all the callers do unlink && mkdirs &&
adb_creat
---
sysdeps.h
216
extern int
adb_creat
(const char* path, int mode);
621
static __inline__ int
adb_creat
(const char* path, int mode)
file_sync_client.cpp
529
int lfd =
adb_creat
(lpath, 0644);
[
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
...]
commandline.cpp
[
all
...]
Completed in 62 milliseconds