Home
last modified time | relevance | path

Searched refs:local_path (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/
Dhardware_android.cc99 base::FilePath local_path(constants::kNonVolatileDirectory); in GetNonVolatileDirectory() local
100 if (!base::PathExists(local_path)) { in GetNonVolatileDirectory()
101 LOG(ERROR) << "Non-volatile directory not found: " << local_path.value(); in GetNonVolatileDirectory()
104 *path = local_path; in GetNonVolatileDirectory()
/system/core/adb/
Dfile_sync_client.cpp54 static void ensure_trailing_separators(std::string& local_path, std::string& remote_path) { in ensure_trailing_separators() argument
55 if (!adb_is_separator(local_path.back())) { in ensure_trailing_separators()
56 local_path.push_back(OS_PATH_SEPARATOR); in ensure_trailing_separators()
83 copyinfo(const std::string& local_path, in copyinfo()
87 : lpath(local_path), rpath(remote_path), mode(mode) { in copyinfo()
Dtest_device.py655 def _verify_local(self, checksum, local_path): argument
656 with open(local_path, 'rb') as host_file:
1009 local_path = os.path.join(host_dir, temp_file.base_name)
1010 self._verify_local(temp_file.checksum, local_path)
1013 local_path = os.path.join(host_dir,
1016 self._verify_local(subdir_temp_file.checksum, local_path)