Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp752 error_code remove_all_r(StringRef path, file_type ft, uint32_t &count) { in remove_all_r() function
760 if (error_code ec = remove_all_r(i->path(), st.type(), count)) return ec; in remove_all_r()
785 return remove_all_r(p, fs.type(), num_removed); in remove_all()