Home
last modified time | relevance | path

Searched defs:path_and_mode (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dfile_sync_client.cpp281 bool SendRequest(int id, const char* path_and_mode) { in SendRequest()
301 bool SendStat(const char* path_and_mode) { in SendStat()
309 bool SendLstat(const char* path_and_mode) { in SendLstat()
374 bool SendSmallFile(const char* path_and_mode, in SendSmallFile()
418 bool SendLargeFile(const char* path_and_mode, in SendLargeFile()
680 std::string path_and_mode = android::base::StringPrintf("%s,%d", rpath, mode); in sync_send() local