Home
last modified time | relevance | path

Searched refs:sourceName (Results 1 – 2 of 2) sorted by relevance

/build/tools/atree/
Dfiles.cpp116 const string& sourceName, const string& outName) in add_file() argument
122 rec.sourceName = sourceName; in add_file()
345 string full = path_append(*it, rec->sourceName); in locate()
359 rec->listFile.c_str(), rec->listLine, rec->sourceName.c_str()); in locate()
399 r.sourceName = path_append(rec.sourceName, entry); in add_more()
400 r.sourcePath = path_append(rec.sourceBase, r.sourceName); in add_more()
430 string full = path_append(rec.sourceBase, rec.sourceName); in list_dir()
Dfiles.h25 string sourceName; member