Searched refs:possible_paths (Results 1 – 1 of 1) sorted by relevance
303 const char* possible_paths[] = { in Run() local320 for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) { in Run()321 if (access(possible_paths[i], F_OK) == 0) { in Run()322 plugin_path = possible_paths[i]; in Run()