Searched defs:file_flags (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/memory/
H A Dscoped_temp_dir_unittest.cc96 int file_flags = base::PLATFORM_FILE_CREATE_ALWAYS | local
100 base::PlatformFile file = base::CreatePlatformFile(file_path, file_flags,
/external/chromium/base/
H A Dfile_util_proxy.cc122 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));
119 RelayCreateOrOpen( scoped_refptr<base::MessageLoopProxy> message_loop_proxy, const FilePath& file_path, int file_flags, base::FileUtilProxy::CreateOrOpenCallback* callback) argument
734 CreateOrOpen( scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& file_path, int file_flags, CreateOrOpenCallback* callback) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h507 int32 file_flags = 0; local
509 file_flags |= FstHeader::HAS_ISYMBOLS;
511 file_flags |= FstHeader::HAS_OSYMBOLS;
512 hdr->SetFlags(file_flags);
/external/openfst/src/include/fst/
H A Dfst.h688 int32 file_flags = 0; local
690 file_flags |= FstHeader::HAS_ISYMBOLS;
692 file_flags |= FstHeader::HAS_OSYMBOLS;
694 file_flags |= FstHeader::IS_ALIGNED;
695 hdr->SetFlags(file_flags);
715 int32 file_flags = 0; local
717 file_flags |= FstHeader::HAS_ISYMBOLS;
719 file_flags |= FstHeader::HAS_OSYMBOLS;
721 file_flags |= FstHeader::IS_ALIGNED;
722 hdr->SetFlags(file_flags);
[all...]

Completed in 114 milliseconds