HomeSort by relevance Sort by last modified time
    Searched refs:adb_creat (Results 1 - 4 of 4) sorted by null

  /system/core/adb/
sysdeps.h 115 extern int adb_creat(const char* path, int mode);
479 static __inline__ int adb_creat(const char* path, int mode)
file_sync_client.cpp 738 int lfd = adb_creat(lpath, 0644);
    [all...]
commandline.cpp     [all...]
sysdeps_win32.cpp 383 int adb_creat(const char* path, int mode) function
404 D( "adb_creat: could not open '%s': ", path );
423 D( "adb_creat: '%s' => fd %d", path, _fh_to_int(f) );
    [all...]

Completed in 53 milliseconds