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

  /external/llvm/lib/Support/
Path.cpp 763 bool parent_exists;
764 if (error_code ec = fs::exists(parent, parent_exists)) return ec;
766 if (!parent_exists)
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 1458 bool parent_exists = (ids_set.find(entry->ref(PARENT_ID).value()) != end); local
    [all...]

Completed in 169 milliseconds