Home
last modified time | relevance | path

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

/build/make/tools/atree/
Dfiles.cpp23 path_append(const string& base, const string& leaf) in path_append() function
345 string full = path_append(*it, rec->sourceName); in locate()
366 rec->outPath = path_append(base, rec->outName); in stat_out()
399 r.sourceName = path_append(rec.sourceName, entry); in add_more()
400 r.sourcePath = path_append(rec.sourceBase, r.sourceName); in add_more()
407 r.outName = path_append(rec.outName, entry); in add_more()
428 string full = path_append(rec.sourceBase, rec.sourceName); in list_dir()
429 full = path_append(full, path); in list_dir()
447 string entry = path_append(path, ent->d_name); in list_dir()