Lines Matching defs:exists
439 /// @returns True if the file represented by status exists, false if it does
441 bool exists(const basic_file_status &status);
455 /// @returns True if it exists, false otherwise.
456 inline bool exists(const Twine &Path) {
608 /// Does this status represent something that exists but is not a
612 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
615 /// Is path something that exists but is not a directory,
619 /// @param result Set to true if \a path exists, but is not a directory, regular
724 /// * If it already exists, truncate it.
729 /// * If it already exists, fail.
734 /// * If it already exists, open the file with the offset set to 0.
739 /// * If it already exists, open the file with the offset set to 0.
789 /// This function does not check if the file exists. If you want to be sure
906 /// checks if it exists. This function is subject to race conditions, if you
917 /// checks if it exists. This function is subject to race conditions, if you