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

  /system/core/adb/
file_sync_client.cpp 737 adb_unlink(lpath);
749 adb_unlink(lpath);
757 adb_unlink(lpath);
765 adb_unlink(lpath);
772 adb_unlink(lpath);
779 adb_unlink(lpath);
    [all...]
sysdeps.h 105 extern int adb_unlink(const char* path);
472 static __inline__ int adb_unlink(const char* path)
file_sync_service.cpp 313 if (do_unlink) adb_unlink(path);
388 adb_unlink(path.c_str());
commandline.cpp     [all...]
sysdeps_win32.cpp 2224 int adb_unlink(const char* path) { function
    [all...]

Completed in 214 milliseconds