Home
last modified time | relevance | path

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

/system/update_engine/
Dhardware_android.cc185 base::FilePath local_path(constants::kNonVolatileDirectory); in GetNonVolatileDirectory() local
186 if (!base::PathExists(local_path)) { in GetNonVolatileDirectory()
187 LOG(ERROR) << "Non-volatile directory not found: " << local_path.value(); in GetNonVolatileDirectory()
190 *path = local_path; in GetNonVolatileDirectory()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py143 def get_local_asset_content(local_path): argument
149 with open(os.path.join(os.path.dirname(__file__), local_path), 'r') as f:
/system/core/adb/
Dfile_sync_client.cpp57 static void ensure_trailing_separators(std::string& local_path, std::string& remote_path) { in ensure_trailing_separators() argument
58 if (!adb_is_separator(local_path.back())) { in ensure_trailing_separators()
59 local_path.push_back(OS_PATH_SEPARATOR); in ensure_trailing_separators()
82 copyinfo(const std::string& local_path, in copyinfo()
86 : lpath(local_path), rpath(remote_path), mode(mode) { in copyinfo()
Dtest_device.py709 def _verify_local(self, checksum, local_path): argument
710 with open(local_path, 'rb') as host_file:
1094 local_path = os.path.join(host_dir, temp_file.base_name)
1095 self._verify_local(temp_file.checksum, local_path)
1098 local_path = os.path.join(host_dir,
1101 self._verify_local(subdir_temp_file.checksum, local_path)