Home
last modified time | relevance | path

Searched refs:parent_exists (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DPathV2.cpp658 bool parent_exists; in create_directories() local
659 if (error_code ec = fs::exists(parent, parent_exists)) return ec; in create_directories()
661 if (!parent_exists) in create_directories()