Home
last modified time | relevance | path

Searched refs:sourcePath (Results 1 – 3 of 3) sorted by relevance

/build/tools/atree/
Datree.cpp316 it->sourcePath.c_str(), it->sourceMod, in main()
320 err = copy_file(it->sourcePath, it->outPath); in main()
348 escape_filename(it->sourcePath).c_str()); in main()
Dfiles.h26 string sourcePath; member
Dfiles.cpp350 rec->sourcePath = full; in locate()
400 r.sourcePath = path_append(rec.sourceBase, r.sourceName); in add_more()
402 int err = stat(r.sourcePath.c_str(), &st); in add_more()