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

/external/chromium/base/
H A Dprocess_util_posix.cc870 // the output (stdout) in |output|. If |do_search_path| is set, it searches the
872 // the current environment. If |do_search_path| is false, |cl| should fully
878 bool do_search_path) {
891 // Either |do_search_path| should be false or |envp| should be null, but not
893 DCHECK(!do_search_path ^ !envp);
945 if (do_search_path)
876 GetAppOutputInternal(const CommandLine& cl, char* const envp[], std::string* output, size_t max_output, bool do_search_path) argument

Completed in 480 milliseconds