Searched refs:dest_dir (Results 1 – 5 of 5) sorted by relevance
/device/google/gs-common/modem/dump_modemlog/include/ |
D | dumper.h | 21 const std::string_view dest_dir; member 27 (lhs.dest_dir == rhs.dest_dir) && (lhs.prefix == rhs.prefix); 32 os << "src_dir: " << obj.src_dir << ", dest_dir: " << obj.dest_dir 47 const std::string_view dest_dir; member 50 return (lhs.src_dir == rhs.src_dir) && (lhs.dest_dir == rhs.dest_dir); 55 os << "src_dir: " << obj.src_dir << ", dest_dir: " << obj.dest_dir;
|
D | bugreport_constants.h | 14 .dest_dir = kBugreportPackingDirectory, 18 .dest_dir = kBugreportPackingDirectory, 22 .dest_dir = kBugreportPackingDirectory, 28 .dest_dir = "/data/vendor/radio/logs/always-on/all_logs/nv_normal.bin"}, 30 .dest_dir =
|
/device/google/trout/agl_services_build/ |
D | newrepo.sh | 19 dest_dir=$(realpath "${1:-$PWD}") 21 echo Initializing an AGL Server build at "${dest_dir}" 22 mkdir -p "${dest_dir}/manifest" 23 mkdir -p "${dest_dir}/repo" 24 cp "${bash_src_dir}/repo_manifest.xml" "${dest_dir}/manifest/default.xml" 25 cd "${dest_dir}/manifest"
|
/device/google/cuttlefish_vmm/qemu/scripts/ |
D | rebuild.py | 266 def env_with_DESTDIR(self, dest_dir: Path | None = None) -> Dict[str, str]: 271 return self.env_copy_with({"DESTDIR": str(dest_dir or self._install_dir)}) 303 dest_dir: Path | None = None, 311 env = self.env_with_DESTDIR(dest_dir=dest_dir) 1187 build.build_dir / "qemu", use_DESTDIR=True, dest_dir=package_dir
|
/device/google/gs-common/modem/dump_modemlog/ |
D | dump_modemlog.cpp | 32 dumpLogs(log_dump_info.src_dir.data(), log_dump_info.dest_dir.data(), in DumpLogs() 36 copyFile(file_copy_info.src_dir.data(), file_copy_info.dest_dir.data()); in CopyFile()
|