Home
last modified time | relevance | path

Searched refs: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() argument
285 size_t path_length = strlen(path_and_mode); in SendRequest()
299 memcpy(data, path_and_mode, path_length); in SendRequest()
304 bool SendStat(const char* path_and_mode) { in SendStat() argument
309 return SendRequest(ID_STAT_V2, path_and_mode); in SendStat()
312 bool SendLstat(const char* path_and_mode) { in SendLstat() argument
314 return SendRequest(ID_LSTAT_V2, path_and_mode); in SendLstat()
316 return SendRequest(ID_LSTAT_V1, path_and_mode); in SendLstat()
377 bool SendSmallFile(const char* path_and_mode, in SendSmallFile() argument
381 size_t path_length = strlen(path_and_mode); in SendSmallFile()
[all …]