Lines Matching refs:std
38 void cat_file(const std::string&, const std::string&);
39 bool compare_file(const std::string&, const std::string&);
40 void copy_file(const std::string&, const std::string&);
41 void create_file(const std::string&, const std::string&);
42 bool file_exists(const std::string&);
44 bool grep_file(const std::string&, const std::string&);
45 bool grep_string(const std::string&, const std::string&);
46 void redirect(const int, const std::string&);
47 void wait(const pid_t, const int, const std::string&, const std::string&);
51 grep_collection(const std::string& regexp, const Collection& collection)