Home
last modified time | relevance | path

Searched refs:lpath (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dfile_sync_client.cpp75 std::string lpath; member
86 : lpath(local_path), rpath(remote_path), mode(mode) { in copyinfo()
87 ensure_trailing_separators(lpath, rpath); in copyinfo()
88 lpath.append(name); in copyinfo()
91 ensure_trailing_separators(lpath, rpath); in copyinfo()
375 const char* lpath, const char* rpath, in SendSmallFile() argument
409 WriteOrDie(lpath, rpath, &buf[0], (p - &buf[0])); in SendSmallFile()
419 const char* lpath, const char* rpath, in SendLargeFile() argument
427 if (stat(lpath, &st) == -1) { in SendLargeFile()
428 Error("cannot stat '%s': %s", lpath, strerror(errno)); in SendLargeFile()
[all …]
Dfile_sync_service.h88 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only);