Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPathV2.cpp894 error_code remove_all(const Twine &path, uint32_t &num_removed) { in remove_all() argument
901 num_removed = 0; in remove_all()
902 return remove_all_r(p, fs.type(), num_removed); in remove_all()
/external/llvm/include/llvm/Support/
DFileSystem.h246 error_code remove_all(const Twine &path, uint32_t &num_removed);