Home | History | Annotate | Download | only in atree

Lines Matching full:outpath

233             directories.insert(it->outPath);
235 string s = dir_part(it->outPath);
247 deleted.insert(it->outPath);
267 deleted.count(it->outPath) == 0) {
268 debug_printf("remove %s\n", it->outPath.c_str());
269 err = remove_recursively(it->outPath);
297 it->outPath.c_str(), it->outMod);
300 err = copy_file(it->sourcePath, it->outPath);
310 debug_printf("strip %s\n", it->outPath.c_str());
311 err = strip_file(it->outPath);