Home | History | Annotate | Download | only in base

Lines Matching refs:folder

47   // If the path points to a folder, it will fail with VERIFY
50 // This will attempt to delete an empty folder. If the path does not point to
51 // a folder, it fails with VERIFY. If the folder is not empty, it fails normally
52 virtual bool DeleteEmptyFolder(const Pathname &folder);
61 // the folder
65 // Moves a folder from old_path to new_path. If the new path is on a different
66 // volume from the old, it will attempt to Copy and then Delete the folder
67 // Returns true if the folder is successfully moved
98 // A folder appropriate for storing temporary files (Contents are
108 // Get a temporary folder that is unique to the current user and application.