Home | History | Annotate | Download | only in base

Lines Matching refs:FILES

69 // Returns the number of files matching the current path that were
80 // Returns the total number of bytes used by all the files under |root_path|.
87 // Returns the total number of bytes used by all files matching the provided
124 // temporary files. On Windows it preserves attributes of the target file.
133 // If there are files existing under to_path, always overwrite.
163 // Returns true if the contents of the two files given are equal, false
168 // Returns true if the contents of the two text files given are equal, false
258 // Get a temporary directory for shared memory files.
279 // Like above but for shmem files. Only useful for POSIX.
324 // Returns false it it fails. Empty files cannot be resolved with this
403 // A class for enumerating the files in a provided path. The order of the
420 FILES = 1 << 0,
433 // files in one directory will be returned before any files in a
436 // |file_type| specifies whether the enumerator should match files,
439 // |pattern| is an optional pattern for which files to match. This
444 // If unspecified, this will match all files.
445 // NOTE: the pattern only matches the contents of root_path, not files in
488 // The files in the current directory