Lines Matching refs:string
21 is_dir(const string& path) in is_dir()
30 remove_file(const string& path) in remove_file()
42 remove_recursively(const string& path) in remove_recursively()
54 vector<string> files; in remove_recursively()
55 vector<string> dirs; in remove_recursively()
63 string full = path; in remove_recursively()
82 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++) { in remove_recursively()
89 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) { in remove_recursively()
109 mkdir_recursively(const string& path) in mkdir_recursively()
119 string p = path.substr(0, pos); in mkdir_recursively()
143 copy_file(const string& src, const string& dst) in copy_file()
153 strip_file(const string& path) in strip_file()