Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp777 error_code remove_all(const Twine &path, uint32_t &num_removed) { in remove_all() argument
784 num_removed = 0; in remove_all()
785 return remove_all_r(p, fs.type(), num_removed); in remove_all()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h188 error_code remove_all(const Twine &path, uint32_t &num_removed);