Searched defs:local_path (Results 1 – 8 of 8) sorted by relevance
155 def get_local_asset_content(local_path): argument
134 auto local_path = path.string().substr(resolved_mount_point.length() + 1); in ValidateShimApex() local
239 base::FilePath local_path(constants::kNonVolatileDirectory); in GetNonVolatileDirectory() local
419 auto local_path = "IMAGES/" + partition_name_ + ".img"; in OpenSourceImage() local
298 def pull(self, remote_path, local_path): argument
780 def _verify_local(self, checksum, local_path): argument
1126 std::string local_path = current_path + "/" + name; in collect_profiles() local
68 static void ensure_trailing_separators(std::string& local_path, std::string& remote_path) { in ensure_trailing_separators()