Searched refs:rpath (Results 1 – 5 of 5) sorted by relevance
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 87 std::string rpath; member 97 : lpath(local_path), rpath(remote_path), mode(mode) { in copyinfo() 98 ensure_trailing_separators(lpath, rpath); in copyinfo() 100 rpath.append(name); in copyinfo() 102 ensure_trailing_separators(lpath, rpath); in copyinfo() 578 const std::string& rpath, unsigned mtime, const char* data, in SendSmallFile() argument 582 return SendLargeFile(path, mode, lpath, rpath, mtime, CompressionType::None, dry_run); in SendSmallFile() 615 WriteOrDie(lpath, rpath, &buf[0], (p - &buf[0])); in SendSmallFile() 617 RecordFileSent(lpath, rpath); in SendSmallFile() 619 ReportProgress(rpath, data_length, data_length); in SendSmallFile() [all …]
|
D | file_sync_client.h | 30 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only,
|
/packages/modules/Bluetooth/system/gd/rust/topshim/macros/src/ |
D | lib.rs | 27 let rpath: Path = input.parse()?; in parse() localVariable 68 Ok(CbVariant { dispatcher, fn_pair: (name, rpath), arg_pairs, stmts }) in parse() 98 let (ident, rpath) = parsed_cptr.fn_pair; in cb_variant() 138 .dispatch)(#rpath(#args)); in cb_variant()
|
/packages/modules/Virtualization/compos/tests/ |
D | Android.bp | 21 // This works because host tools have rpath (../lib and ./lib).
|
/packages/modules/Virtualization/tests/hostside/ |
D | Android.bp | 45 // This works because host tools have rpath (../lib and ./lib).
|