HomeSort by relevance Sort by last modified time
    Searched defs:file_flags (Results 1 - 12 of 12) sorted by null

  /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/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_org/base/files/
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.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),
  /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);
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));
obfuscated_file_util_unittest.cc 529 int file_flags = base::PLATFORM_FILE_CREATE | base::PLATFORM_FILE_WRITE; local
532 src_file_path, file_flags, &created, &error_code);
685 int file_flags = base::PLATFORM_FILE_CREATE | base::PLATFORM_FILE_WRITE; local
689 context.get(), url, file_flags, &file_handle,
706 context.get(), url, file_flags, &file_handle, &created));
713 context.get(), url, file_flags, &file_handle, &created));
752 context.get(), url, file_flags, &file_handle, &created));
    [all...]
  /external/chromium_org/content/renderer/pepper/
quota_file_io_unittest.cc 94 int file_flags = base::PLATFORM_FILE_OPEN | variable
101 file_ = base::CreatePlatformFile(path, file_flags, &created, &error);
  /external/chromium/base/
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/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);
  /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...]

Completed in 608 milliseconds