/external/chromium_org/chrome/browser/chromeos/drive/ |
fileapi_worker.cc | 155 void OpenFileAfterFileSystemOpenFile(int file_flags, 174 if (file_flags & (base::PLATFORM_FILE_CREATE | 176 file_flags &= ~(base::PLATFORM_FILE_CREATE | 178 file_flags |= base::PLATFORM_FILE_OPEN; 179 } else if (file_flags & base::PLATFORM_FILE_CREATE_ALWAYS) { 180 file_flags &= ~base::PLATFORM_FILE_CREATE_ALWAYS; 181 file_flags |= base::PLATFORM_FILE_OPEN_TRUNCATED; 190 local_path, file_flags, static_cast<bool*>(NULL), result), 320 int file_flags, 326 if (file_flags & ~(base::PLATFORM_FILE_OPEN [all...] |
fileapi_worker.h | 159 // Opens the file at |file_path| with options |file_flags|. 162 int file_flags,
|
async_file_util.h | 34 int file_flags,
|
/external/chromium_org/chrome/installer/util/ |
logging_installer_unittest.cc | 77 const int file_flags = base::PLATFORM_FILE_OPEN | local 81 base::CreatePlatformFile(temp_file, file_flags, NULL, NULL)); 107 const int file_flags = base::PLATFORM_FILE_CREATE | local 113 base::CreatePlatformFile(temp_file_move_dest, file_flags, NULL, NULL));
|
logging_installer.cc | 40 const int file_flags = base::PLATFORM_FILE_OPEN | local 45 base::CreatePlatformFile(log_file, file_flags, NULL, NULL));
|
/external/chromium_org/base/files/ |
file_util_proxy.cc | 81 int file_flags = local 88 file_handle_ = CreatePlatformFile(file_path_, file_flags, NULL, &error_); 191 const FilePath& file_path, int file_flags, 200 *file_handle = CreatePlatformFile(file_path, file_flags, created, &error); 229 const FilePath& file_path, int file_flags, 233 base::Bind(&CreateOrOpenAdapter, file_path, file_flags),
|
scoped_temp_dir_unittest.cc | 101 int file_flags = base::PLATFORM_FILE_CREATE_ALWAYS | local 105 base::PlatformFile file = base::CreatePlatformFile(file_path, file_flags,
|
file_util_proxy.h | 50 // callback. If PLATFORM_FILE_CREATE is set in |file_flags| it always tries to 57 int file_flags,
|
/external/chromium_org/webkit/browser/fileapi/ |
test_file_set.cc | 51 int file_flags = base::PLATFORM_FILE_CREATE_ALWAYS | local 54 base::CreatePlatformFile(path, file_flags, &created, &error_code);
|
async_file_util_adapter.h | 44 int file_flags,
|
local_file_util.h | 36 int file_flags,
|
local_file_util_unittest.cc | 94 int file_flags = base::PLATFORM_FILE_CREATE | local 101 file_flags, file_handle, created); 161 int file_flags = base::PLATFORM_FILE_OPEN | base::PLATFORM_FILE_READ; local 165 context.get(), url, file_flags, &file_handle, &created));
|
native_file_util.h | 35 int file_flags,
|
obfuscated_file_util.cc | 271 const FileSystemURL& url, int file_flags, 273 PlatformFileError error = CreateOrOpenInternal(context, url, file_flags, 276 file_flags & base::PLATFORM_FILE_WRITE && [all...] |
file_system_operation_impl.cc | 197 int file_flags, 203 if (file_flags & ( 216 url, callback, file_flags), 428 int file_flags) { 430 operation_context_.Pass(), url, file_flags,
|
obfuscated_file_util.h | 74 int file_flags, 226 int file_flags, 269 int file_flags,
|
file_system_operation_impl.h | 78 int file_flags, 204 const OpenFileCallback& callback, int file_flags);
|
local_file_util.cc | 80 const FileSystemURL& url, int file_flags, 91 file_path, file_flags, file_handle, created);
|
native_file_util.cc | 80 const base::FilePath& path, int file_flags, 89 *file_handle = base::CreatePlatformFile(path, file_flags,
|
/external/chromium/base/memory/ |
scoped_temp_dir_unittest.cc | 96 int file_flags = base::PLATFORM_FILE_CREATE_ALWAYS | local 100 base::PlatformFile file = base::CreatePlatformFile(file_path, file_flags,
|
/external/chromium/base/ |
file_util_proxy.h | 58 // If PLATFORM_FILE_CREATE is set in |file_flags| it always tries to create 63 int file_flags,
|
file_util_proxy.cc | 122 int file_flags, 126 file_flags_(file_flags), 190 int file_flags = local 196 file_handle_ = base::CreatePlatformFile(file_path_, file_flags, 736 const FilePath& file_path, int file_flags, 739 message_loop_proxy, file_path, file_flags, callback));
|
/external/openfst/src/include/fst/ |
fst.h | 694 int32 file_flags = 0; local 696 file_flags |= FstHeader::HAS_ISYMBOLS; 698 file_flags |= FstHeader::HAS_OSYMBOLS; 700 file_flags |= FstHeader::IS_ALIGNED; 701 hdr->SetFlags(file_flags); 722 int32 file_flags = 0; local 724 file_flags |= FstHeader::HAS_ISYMBOLS; 726 file_flags |= FstHeader::HAS_OSYMBOLS; 728 file_flags |= FstHeader::IS_ALIGNED; 729 hdr->SetFlags(file_flags); [all...] |
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_system_operation.h | 70 int file_flags,
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fst.h | 507 int32 file_flags = 0; local 509 file_flags |= FstHeader::HAS_ISYMBOLS; 511 file_flags |= FstHeader::HAS_OSYMBOLS; 512 hdr->SetFlags(file_flags);
|