HomeSort by relevance Sort by last modified time
    Searched full:possible_paths (Results 1 - 1 of 1) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 255 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];
    [all...]

Completed in 384 milliseconds