Home | History | Annotate | Download | only in files

Lines Matching defs:Access

26   enum Access {
33 // This provides read/write access to a file and must be used with care of
40 // This provides read/write access but with the ability to write beyond
67 // Opens an existing file and maps it into memory. |access| can be read-only
72 bool Initialize(const FilePath& file_name, Access access);
77 // As above, but works with an already-opened file. |access| can be read-only
80 // permissions suitable for |access|. If the memory mapping fails, it will
82 bool Initialize(File file, Access access);
88 // |access| are allowed. If READ_WRITE_EXTEND is specified then |region|
91 bool Initialize(File file, const Region& region, Access access);
118 bool MapFileRegionToMemory(const Region& region, Access access);