Home
last modified time | relevance | path

Searched refs:rpath (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dfile_sync_client.cpp76 std::string rpath; member
86 : lpath(local_path), rpath(remote_path), mode(mode) { in copyinfo()
87 ensure_trailing_separators(lpath, rpath); in copyinfo()
89 rpath.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()
414 ReportProgress(rpath, data_length, data_length); in SendSmallFile()
419 const char* lpath, const char* rpath, in SendLargeFile() argument
454 WriteOrDie(lpath, rpath, &sbuf, sizeof(SyncRequest) + bytes_read); in SendLargeFile()
[all …]
Dfile_sync_service.h88 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only);
/system/core/fastboot/
DAndroid.mk72 LOCAL_LDFLAGS_linux := -ldl -rdynamic -Wl,-rpath,.