Home | History | Annotate | Download | only in fileapi

Lines Matching refs:file_flags

276     const FileSystemURL& url, int file_flags) {
277 base::File file = CreateOrOpenInternal(context, url, file_flags);
278 if (file.IsValid() && file_flags & base::File::FLAG_WRITE &&
1041 FileInfo* dest_file_info, int file_flags) {
1057 base::File file = NativeFileUtil::CreateOrOpen(dest_local_path, file_flags);
1342 const FileSystemURL& url, int file_flags) {
1343 DCHECK(!(file_flags & (base::File::FLAG_DELETE_ON_CLOSE |
1352 if (!(file_flags & (base::File::FLAG_CREATE |
1366 base::File file = CreateAndOpenFile(context, url, &file_info, file_flags);
1375 if (file_flags & base::File::FLAG_CREATE)
1389 if (file_flags & (base::File::FLAG_CREATE_ALWAYS |
1396 base::File file = NativeFileUtil::CreateOrOpen(local_path, file_flags);