OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
1460
bool
parent_exists
= (ids_set.find(entry->ref(PARENT_ID).value()) != end);
local
[
all
...]
Completed in 5947 milliseconds