Searched refs:local_path (Results 1 – 3 of 3) sorted by relevance
39 local_path="${local_path_prefix}.${extension}"
1126 std::string local_path = current_path + "/" + name; in collect_profiles() local1132 if (stat(local_path.c_str(), &st) != 0) { in collect_profiles()1133 PLOG(WARNING) << "Cannot stat local path " << local_path; in collect_profiles()1137 profiles_paths->push_back(local_path); in collect_profiles()1149 PLOG(WARNING) << "Could not open dir path " << local_path; in collect_profiles()1156 PLOG(WARNING) << "Could not open dir path " << local_path; in collect_profiles()1160 bool new_result = collect_profiles(subdir, local_path, profiles_paths); in collect_profiles()1163 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])