Searched refs:rpath (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/client/ |
D | file_sync_client.cpp | 80 std::string rpath; member 90 : lpath(local_path), rpath(remote_path), mode(mode) { in copyinfo() 91 ensure_trailing_separators(lpath, rpath); in copyinfo() 93 rpath.append(name); in copyinfo() 95 ensure_trailing_separators(lpath, rpath); in copyinfo() 378 const char* lpath, const char* rpath, in SendSmallFile() argument 412 WriteOrDie(lpath, rpath, &buf[0], (p - &buf[0])); in SendSmallFile() 417 ReportProgress(rpath, data_length, data_length); in SendSmallFile() 422 const char* lpath, const char* rpath, in SendLargeFile() argument 456 WriteOrDie(lpath, rpath, &sbuf, sizeof(SyncRequest) + bytes_read); in SendLargeFile() [all …]
|
D | file_sync_client.h | 27 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only);
|
/system/core/libbacktrace/ |
D | Android.bp | 158 "-Wl,--rpath,${ORIGIN}/../backtrace_test_libs",
|
/system/core/init/ |
D | Android.bp | 175 ldflags: ["-Wl,--rpath,/system/${LIB}/bootstrap"],
|
/system/apex/apexd/ |
D | Android.bp | 112 ldflags: ["-Wl,--rpath,/system/${LIB}/bootstrap"],
|