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()
75 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++) { in remove_recursively()
82 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) { in remove_recursively()
102 mkdir_recursively(const string& path) in mkdir_recursively()
112 string p = path.substr(0, pos); in mkdir_recursively()
136 copy_file(const string& src, const string& dst) in copy_file()
146 strip_file(const string& path) in strip_file()