Lines Matching refs:local_path
1011 std::string local_path = current_path + "/" + name;
1017 if (stat(local_path.c_str(), &st) != 0) {
1018 PLOG(WARNING) << "Cannot stat local path " << local_path;
1022 profiles_paths->push_back(local_path);
1034 PLOG(WARNING) << "Could not open dir path " << local_path;
1041 PLOG(WARNING) << "Could not open dir path " << local_path;
1045 bool new_result = collect_profiles(subdir, local_path, profiles_paths);
1048 PLOG(WARNING) << "Could not close dir path " << local_path;