Home | History | Annotate | Download | only in process

Lines Matching refs:string

12 #include <string>
95 // If true, use an empty string for the desktop name.
197 // string. Useful for situations where you need to control the
222 BASE_EXPORT Process LaunchProcess(const std::vector<std::string>& argv,
245 BASE_EXPORT bool GetAppOutput(const CommandLine& cl, std::string* output);
249 std::string* output);
252 // A Windows-specific version of GetAppOutput that takes a command line string
255 BASE_EXPORT bool GetAppOutput(const StringPiece16& cl, std::string* output);
262 BASE_EXPORT bool GetAppOutput(const std::vector<std::string>& argv,
263 std::string* output);
267 BASE_EXPORT bool GetAppOutputAndError(const std::vector<std::string>& argv,
268 std::string* output);
275 std::string* output, int* exit_code);
286 Process LaunchProcessPosixSpawn(const std::vector<std::string>& argv,