Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
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:
Dsubprocess.h62 SEARCH_PATH, // Use PATH environment variable. enumerator
Dcommand_line_interface.cc1567 subprocess.Start(plugin_name, Subprocess::SEARCH_PATH); in GeneratePluginOutput()
/external/python/cpython3/PC/
Dlauncher.c21 #define SEARCH_PATH macro
764 #if defined(SEARCH_PATH)
819 #if defined(SEARCH_PATH) in find_command()