Home | History | Annotate | Download | only in Unix

Lines Matching full:existed

147       // If the file existed, try again, otherwise, error.
168 bool Existed;
169 error_code EC = sys::fs::create_directory(ResultPath.begin(), Existed);
172 if (Existed)
323 error_code create_directory(const Twine &path, bool &existed) {
330 existed = true;
332 existed = false;
363 error_code remove(const Twine &path, bool &existed) {
371 existed = false;
386 existed = false;
388 existed = true;