Home
last modified time | relevance | path

Searched defs:RegularFile (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/files/
Dfile_util.cc23 RegularFile = 0, enumerator
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DRegularFile.java42 final class RegularFile extends File { class
60 RegularFile(int id, HeapDisk disk, byte[][] blocks, int blockCount, long size) { in RegularFile() method in RegularFile