Home
last modified time | relevance | path

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

/build/tools/atree/
Dfiles.cpp23 path_append(const string& base, const string& leaf) in path_append() argument
26 if (base.length() > 0 && leaf.length() > 0) { in path_append()
29 full += leaf; in path_append()