Searched refs:OpenFile (Results 26 - 50 of 198) sorted by relevance

12345678

/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dopen_file_unittest.cc92 OpenFile open_file(NULL,
128 OpenFile open_file(NULL,
154 OpenFile open_file(NULL,
169 OpenFile open_file(NULL,
187 OpenFile open_file(NULL,
212 OpenFile open_file(NULL,
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dunpack.cc66 FILE* debug_file = OpenFile(argv[1], "rb");
173 static FILE* delay_file = OpenFile(FLAGS_delay_file, "wb");
179 static FILE* drift_file = OpenFile(FLAGS_drift_file, "wb");
185 static FILE* level_file = OpenFile(FLAGS_level_file, "wb");
191 static FILE* keypress_file = OpenFile(FLAGS_keypress_file, "wb");
203 static FILE* settings_file = OpenFile(FLAGS_settings_file, "wb");
/external/chromium_org/ppapi/tests/
H A Dtest_flash_file.cc110 RUN_TEST(OpenFile, filter);
129 PP_FileHandle file_handle = FileModuleLocal::OpenFile(instance_,
141 file_handle = FileModuleLocal::OpenFile(instance_,
161 PP_FileHandle file_handle = FileModuleLocal::OpenFile(instance_,
171 file_handle = FileModuleLocal::OpenFile(instance_,
193 PP_FileHandle file_handle = FileModuleLocal::OpenFile(instance_,
211 file_handle = FileModuleLocal::OpenFile(
243 PP_FileHandle file_handle = FileModuleLocal::OpenFile(instance_,
279 PP_FileHandle file_handle = FileModuleLocal::OpenFile(instance_,
/external/chromium_org/net/base/
H A Dnet_log_logger_unittest.cc31 FILE* file = base::OpenFile(log_path_, "w");
53 FILE* file = base::OpenFile(log_path_, "w");
85 FILE* file = base::OpenFile(log_path_, "w");
/external/chromium_org/net/disk_cache/
H A Dcache_util_unittest.cc24 FILE *fp = base::OpenFile(file1_, "w");
27 fp = base::OpenFile(file2_, "w");
31 fp = base::OpenFile(file3_, "w");
/external/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_file_writer.cc26 bool OpenFile();
56 bool Writer::OpenFile() { function in class:ipc_fuzzer::__anon16501::Writer
141 if (!OpenFile())
/external/chromium_org/sandbox/win/src/
H A Dfilesystem_policy.cc106 open.AddNumberMatch(IF, OpenFile::OPTIONS, FILE_DIRECTORY_FILE, AND);
107 create.AddNumberMatch(IF, OpenFile::OPTIONS, FILE_DIRECTORY_FILE, AND);
117 open.AddNumberMatch(IF_NOT, OpenFile::ACCESS, restricted_flags, AND);
118 create.AddNumberMatch(IF_NOT, OpenFile::ACCESS, restricted_flags, AND);
140 (!create.AddStringMatch(IF, OpenFile::NAME, name, CASE_INSENSITIVE) ||
146 (!open.AddStringMatch(IF, OpenFile::NAME, name, CASE_INSENSITIVE) ||
/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_flash_file.idl28 int32_t OpenFile(
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc30 if (!source->OpenFile(file_name) || !source->SkipFileHeader()) {
115 bool RtpFileSource::OpenFile(const std::string& file_name) { function in class:webrtc::test::RtpFileSource
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dwrite_on_cache_file.cc67 file_system->OpenFile(
H A Dwrite_on_cache_file_unittest.cc32 // Mimics OpenFile. It fails if the |file_path| points to a hosted document.
33 virtual void OpenFile(const base::FilePath& file_path,
/external/chromium_org/mojo/common/test/
H A Dtest_support_impl.cc53 return base::OpenFile(ResolveSourceRootRelativePath(relative_path), "rb");
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_file_api.h25 virtual int32_t OpenFile(PP_Instance instance,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.cc68 input_file_stream = rtc::Filesystem::OpenFile(
77 output_file_stream = rtc::Filesystem::OpenFile(
99 input_file_stream = rtc::Filesystem::OpenFile(
108 output_file_stream = rtc::Filesystem::OpenFile(
/external/chromium_org/third_party/webrtc/base/
H A Dwin32filesystem.h22 virtual FileStream *OpenFile(const Pathname &filename,
H A Dproxydetect_unittest.cc44 virtual FileStream* OpenFile(const Pathname& filename, function in class:rtc::FirefoxPrefsFileSystem
51 FileStream* stream = FakeFileSystem::OpenFile(name, mode);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dfile_impl.h33 virtual int OpenFile(const char* file_name_utf8,
/external/chromium_org/v8/src/
H A Dlog-utils.h99 void OpenFile(const char* name);
/external/lldb/tools/debugserver/source/
H A DRNBSocket.h57 rnb_err_t OpenFile (const char *path);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderOutStream.h33 HRESULT OpenFile();
/external/chromium_org/base/
H A Devent_recorder_win.cc52 file_ = OpenFile(filename, "wb+");
103 file_ = OpenFile(filename, "rb");
/external/chromium_org/chrome/tools/convert_dict/
H A Ddic_reader.cc132 file_ = base::OpenFile(path, "r");
136 additional_words_file_ = base::OpenFile(additional_path, "r");
/external/chromium_org/storage/browser/database/
H A Dvfs_backend.cc58 base::File VfsBackend::OpenFile(const base::FilePath& file_path, function in class:storage::VfsBackend
111 return OpenFile(temp_file_path, desired_flags);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc80 uptr openrv = OpenFile(temp_filename, true);
87 openrv = OpenFile(temp_filename, false);
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dopen_file_operation.h54 // If |mime_type| is non empty and the file is created by this OpenFile()
57 void OpenFile(const base::FilePath& file_path,
63 // Part of OpenFile(). Called after file creation is completed.
68 // Part of OpenFile(). Called after file downloading is completed.
74 // Part of OpenFile(). Called after opening the cache file.

Completed in 667 milliseconds

12345678