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

  /system/core/adb/
sysdeps.h 111 extern int adb_open(const char* path, int options);
142 return adb_open(path, options);
320 static __inline__ int adb_open( const char* pathname, int options ) function
file_sync_service.c 322 fd = adb_open(path, O_RDONLY);
services.c 323 int fd = adb_open(text, O_WRONLY);
file_sync_client.c 214 lfd = adb_open(path, O_RDONLY);
322 lfd = adb_open(lpath, O_RDONLY);
sysdeps_win32.c 303 int adb_open(const char* path, int options) function
321 D("adb_open: invalid options (0x%0x)\n", options);
337 D( "adb_open: could not open '%s':", path );
357 D( "adb_open: '%s' => fd %d\n", path, _fh_to_int(f) );
    [all...]

Completed in 299 milliseconds