Home | History | Annotate | Download | only in atree

Lines Matching full:full

25     string full = base;
27 full += '/';
29 full += leaf;
30 return full;
162 "substitution. Full list of variables is: ");
345 string full = path_append(*it, rec->sourceName);
347 err = stat(full.c_str(), &st);
350 rec->sourcePath = full;
430 string full = path_append(rec.sourceBase, rec.sourceName);
431 full = path_append(full, path);
433 DIR *d = opendir(full.c_str());