Searched defs:possible_paths (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc263 const char* possible_paths[] = { local
283 for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) {
284 if (access(possible_paths[i], F_OK) == 0) {
285 plugin_path = possible_paths[i];
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc255 const char* possible_paths[] = { local
275 for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) {
276 if (access(possible_paths[i], F_OK) == 0) {
277 plugin_path = possible_paths[i];

Completed in 929 milliseconds