Home | History | Annotate | Download | only in base

Lines Matching refs:cl

657 bool LaunchApp(const CommandLine& cl,
661 return LaunchApp(cl.argv(), no_files, wait, process_handle);
869 // Executes the application specified by |cl| and wait for it to exit. Stores
872 // the current environment. If |do_search_path| is false, |cl| should fully
876 static bool GetAppOutputInternal(const CommandLine& cl, char* const envp[],
885 const std::vector<std::string>& argv = cl.argv();
994 bool GetAppOutput(const CommandLine& cl, std::string* output) {
996 return GetAppOutputInternal(cl, NULL, output,
1002 bool GetAppOutputRestricted(const CommandLine& cl,
1006 return GetAppOutputInternal(cl, &empty_environ, output, max_output, false);