Searched refs:paths_to_try (Results 1 – 2 of 2) sorted by relevance
145 const char *paths_to_try[] = {"Symbols", "", "Symbols.Internal", nullptr}; in GetFileInSDK() local146 for (size_t i = 0; paths_to_try[i] != nullptr; i++) { in GetFileInSDK()148 if (paths_to_try[i][0] != '\0') in GetFileInSDK()149 local_file.AppendPathComponent(paths_to_try[i]); in GetFileInSDK()154 platform_file_path, sdkroot_path.c_str(), paths_to_try[i]); in GetFileInSDK()
1571 paths_to_try = [1579 for p in paths_to_try: