Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.cpp284 bool SendRequest(int id, const char* path_and_mode) { in SendRequest()
304 bool SendStat(const char* path_and_mode) { in SendStat()
312 bool SendLstat(const char* path_and_mode) { in SendLstat()
377 bool SendSmallFile(const char* path_and_mode, in SendSmallFile()
421 bool SendLargeFile(const char* path_and_mode, in SendLargeFile()
679 std::string path_and_mode = android::base::StringPrintf("%s,%d", rpath, mode); in sync_send() local