Searched defs:sourceName (Results 1 - 4 of 4) sorted by relevance

/build/make/tools/atree/
H A Dfiles.h25 string sourceName; member in struct:FileRecord
H A Dfiles.cpp116 const string& sourceName, const string& outName)
122 rec.sourceName = sourceName;
345 string full = path_append(*it, rec->sourceName);
359 rec->listFile.c_str(), rec->listLine, rec->sourceName.c_str());
399 r.sourceName = path_append(rec.sourceName, entry);
400 r.sourcePath = path_append(rec.sourceBase, r.sourceName);
430 string full = path_append(rec.sourceBase, rec.sourceName);
114 add_file(vector<FileRecord>* files, const FileOpType fileOp, const string& listFile, int listLine, const string& sourceName, const string& outName) argument
/build/tools/atree/
H A Dfiles.h25 string sourceName; member in struct:FileRecord
H A Dfiles.cpp116 const string& sourceName, const string& outName)
122 rec.sourceName = sourceName;
345 string full = path_append(*it, rec->sourceName);
359 rec->listFile.c_str(), rec->listLine, rec->sourceName.c_str());
399 r.sourceName = path_append(rec.sourceName, entry);
400 r.sourcePath = path_append(rec.sourceBase, r.sourceName);
430 string full = path_append(rec.sourceBase, rec.sourceName);
114 add_file(vector<FileRecord>* files, const FileOpType fileOp, const string& listFile, int listLine, const string& sourceName, const string& outName) argument

Completed in 109 milliseconds