Searched refs:rpath (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/ |
D | file_sync_client.cpp | 76 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 …]
|
D | file_sync_service.h | 88 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only);
|
/system/core/fastboot/ |
D | Android.mk | 72 LOCAL_LDFLAGS_linux := -ldl -rdynamic -Wl,-rpath,.
|