Searched refs:local_path (Results 1 – 3 of 3) sorted by relevance
39 local_path="${local_path_prefix}.${extension}"
1124 std::string local_path = current_path + "/" + name; in collect_profiles() local1130 if (stat(local_path.c_str(), &st) != 0) { in collect_profiles()1131 PLOG(WARNING) << "Cannot stat local path " << local_path; in collect_profiles()1135 profiles_paths->push_back(local_path); in collect_profiles()1147 PLOG(WARNING) << "Could not open dir path " << local_path; in collect_profiles()1154 PLOG(WARNING) << "Could not open dir path " << local_path; in collect_profiles()1158 bool new_result = collect_profiles(subdir, local_path, profiles_paths); in collect_profiles()1161 PLOG(WARNING) << "Could not close dir path " << local_path; in collect_profiles()
298 def pull(self, remote_path, local_path): argument299 self._call_adb(*["pull", remote_path, local_path])