Searched refs:candidate_paths (Results 1 – 3 of 3) sorted by relevance
54 candidate_paths = []57 candidate_paths.append(source_path)58 if len(candidate_paths) == 0:62 candidate_paths.sort(lambda x, y: len(x) - len(y))63 longest_candidate = candidate_paths[-1]
47 candidate_paths = []50 candidate_paths.append(source_path)51 if len(candidate_paths) == 0:55 candidate_paths.sort(lambda x, y: len(x) - len(y))56 longest_candidate = candidate_paths[-1]
410 std::vector<std::string> candidate_paths; in EnumerateDevicesForType() local414 candidate_paths.push_back(device_pattern); in EnumerateDevicesForType()420 candidate_paths.push_back( in EnumerateDevicesForType()425 for (const auto& path : candidate_paths) { in EnumerateDevicesForType()