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

/build/tools/atree/
H A Dfiles.cpp23 path_append(const string& base, const string& leaf) argument
25 string full = base;
26 if (base.length() > 0 && leaf.length() > 0) {
364 stat_out(const string& base, FileRecord* rec) argument
366 rec->outPath = path_append(base, rec->outName);

Completed in 3 milliseconds