Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp654 bool parent_exists; in create_directories() local
656 if (error_code ec = fs::exists(parent, parent_exists)) return ec; in create_directories()
658 if (!parent_exists) in create_directories()