Home | History | Annotate | Download | only in Support

Lines Matching defs:exists

411 /// @returns True if the file represented by status exists, false if it does
413 bool exists(const basic_file_status &status);
427 /// @returns True if it exists, false otherwise.
428 inline bool exists(const Twine &Path) {
580 /// @brief Does this status represent something that exists but is not a
584 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
587 /// @brief Is path something that exists but is not a directory,
591 /// @param result Set to true if \a path exists, but is not a directory, regular
720 /// report an error if the file already exists.
723 /// F_Append - When opening a file, if it already exists append to the