Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp87 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 …]
Dfile_sync_client.h30 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only,
/packages/modules/Bluetooth/system/gd/rust/topshim/macros/src/
Dlib.rs27 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/
DAndroid.bp21 // This works because host tools have rpath (../lib and ./lib).
/packages/modules/Virtualization/tests/hostside/
DAndroid.bp45 // This works because host tools have rpath (../lib and ./lib).