Searched refs:path_append (Results 1 - 1 of 1) sorted by relevance

/build/tools/atree/
H A Dfiles.cpp23 path_append(const string& base, const string& leaf) function
345 string full = path_append(*it, rec->sourceName);
366 rec->outPath = path_append(base, rec->outName);
399 r.sourceName = path_append(rec.sourceName, entry);
400 r.sourcePath = path_append(rec.sourceBase, r.sourceName);
407 r.outName = path_append(rec.outName, entry);
430 string full = path_append(rec.sourceBase, rec.sourceName);
431 full = path_append(full, path);
449 string entry = path_append(path, ent->d_name);

Completed in 23 milliseconds