Home
last modified time | relevance | path

Searched refs:possible_paths (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc303 const char* possible_paths[] = { in Run() local
320 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()