Home | History | Annotate | Download | only in Support

Lines Matching defs:exists

383 /// @returns True if the file represented by status exists, false if it does
385 bool exists(file_status status);
399 /// @returns True if it exists, false otherwise.
400 inline bool exists(const Twine &Path) {
552 /// @brief Does this status represent something that exists but is not a
556 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
559 /// @brief Is path something that exists but is not a directory,
563 /// @param result Set to true if \a path exists, but is not a directory, regular
698 /// report an error if the file already exists.
701 /// F_Append - When opening a file, if it already exists append to the