HomeSort by relevance Sort by last modified time
    Searched defs:path_append (Results 1 - 2 of 2) sorted by null

  /build/tools/atree/
files.cpp 23 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);
  /external/openssh/
sftp-client.c 1882 path_append(const char *p1, const char *p2) function
    [all...]

Completed in 4673 milliseconds