Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dsubprocess.h62 SEARCH_PATH, // Use PATH environment variable. enumerator
Dsubprocess.cc123 if (CreateProcessA((search_mode == SEARCH_PATH) ? NULL : program.c_str(), in Start()
124 (search_mode == SEARCH_PATH) ? name_copy : NULL, in Start()
319 case SEARCH_PATH:
Dcommand_line_interface.cc1575 subprocess.Start(plugin_name, Subprocess::SEARCH_PATH); in GeneratePluginOutput()