HomeSort by relevance Sort by last modified time
    Searched refs:path_append (Results 1 - 3 of 3) 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/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_file_util_unittest.cc 225 void TestNonexistentFolder(const std::string& path_append) {
227 FileSystemURL url = CreateURL(path_append);
itunes_file_util_unittest.cc 193 void TestNonexistentFolder(const std::string& path_append) {
195 FileSystemURL url = CreateURL(path_append);

Completed in 143 milliseconds