Searched refs:OpenFile (Results 1 - 25 of 211) sorted by relevance

123456789

/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dopen_file.cc16 OpenFile::OpenFile( function in class:chromeos::file_system_provider::operations::OpenFile
30 OpenFile::~OpenFile() {
33 bool OpenFile::Execute(int request_id) {
60 void OpenFile::OnSuccess(int request_id,
63 // File handle is the same as request id of the OpenFile operation.
67 void OpenFile::OnError(int /* request_id */, base::File::Error error) {
H A Dopen_file.h31 class OpenFile : public Operation { class in namespace:chromeos::file_system_provider::operations
33 OpenFile(extensions::EventRouter* event_router,
39 virtual ~OpenFile();
54 DISALLOW_COPY_AND_ASSIGN(OpenFile);
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dunpack.cc71 FILE* debug_file = OpenFile(argv[1], "rb");
84 static FILE* reverse_file = OpenFile(FLAGS_reverse_file, "wb");
89 static FILE* float_reverse_file = OpenFile(FLAGS_float_reverse_file,
105 static FILE* input_file = OpenFile(FLAGS_input_file, "wb");
110 static FILE* float_input_file = OpenFile(FLAGS_float_input_file, "wb");
118 static FILE* output_file = OpenFile(FLAGS_output_file, "wb");
123 static FILE* float_output_file = OpenFile(FLAGS_float_output_file,
133 static FILE* delay_file = OpenFile(FLAGS_delay_file, "wb");
139 static FILE* drift_file = OpenFile(FLAGS_drift_file, "wb");
145 static FILE* level_file = OpenFile(FLAGS_level_fil
[all...]
/external/chromium_org/sandbox/win/src/
H A Dpolicy_params.h22 POLPARAMS_BEGIN(OpenFile)
27 POLPARAMS_END(OpenFile)
35 COMPILE_ASSERT(OpenFile::NAME == static_cast<int>(FileName::NAME),
37 COMPILE_ASSERT(OpenFile::BROKER == static_cast<int>(FileName::BROKER),
H A Dfilesystem_dispatcher.cc98 CountedParameterSet<OpenFile> params;
99 params[OpenFile::NAME] = ParamPickerMake(filename);
100 params[OpenFile::ACCESS] = ParamPickerMake(desired_access);
101 params[OpenFile::OPTIONS] = ParamPickerMake(create_options);
102 params[OpenFile::BROKER] = ParamPickerMake(broker);
140 CountedParameterSet<OpenFile> params;
141 params[OpenFile::NAME] = ParamPickerMake(filename);
142 params[OpenFile::ACCESS] = ParamPickerMake(desired_access);
143 params[OpenFile::OPTIONS] = ParamPickerMake(open_options);
144 params[OpenFile
[all...]
H A Dfilesystem_interception.cc56 CountedParameterSet<OpenFile> params;
57 params[OpenFile::NAME] = ParamPickerMake(name);
58 params[OpenFile::ACCESS] = ParamPickerMake(desired_access);
59 params[OpenFile::OPTIONS] = ParamPickerMake(options);
60 params[OpenFile::BROKER] = ParamPickerMake(broker);
127 CountedParameterSet<OpenFile> params;
128 params[OpenFile::NAME] = ParamPickerMake(name);
129 params[OpenFile::ACCESS] = ParamPickerMake(desired_access);
130 params[OpenFile::OPTIONS] = ParamPickerMake(options);
131 params[OpenFile
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_file_fileref_thunk.cc25 int32_t OpenFile(PP_Resource file_ref_id, int32_t mode, PP_FileHandle* file) { function in namespace:ppapi::thunk::__anon9641
46 &OpenFile,
H A Dppb_flash_file_modulelocal_thunk.cc23 int32_t OpenFile(PP_Instance instance, function in namespace:ppapi::thunk::__anon9642
30 return enter.functions()->OpenFile(instance, path, mode, file);
93 &OpenFile,
/external/llvm/lib/Support/
H A DDataStream.cpp67 std::error_code OpenFile(const std::string &Filename) { function in class:__anon25072::DataFileStreamer
84 if (std::error_code e = s->OpenFile(Filename)) {
/external/chromium_org/base/test/
H A Dperf_log.cc21 perf_log_file = OpenFile(log_file, "w");
/external/chromium_org/third_party/npapi/npspy/common/
H A Dutils.cpp46 return (HFILE_ERROR != OpenFile(szFileName, &of, OF_EXIST));
70 HFILE hFile = OpenFile(szFileName, &of, OF_CREATE | OF_WRITE);
81 HFILE hFile = OpenFile(szFileName, &of, OF_READ | OF_WRITE);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dfileutils_unittest.cc51 fs = Filesystem::OpenFile(path, "wb");
59 fs = Filesystem::OpenFile(path, "rb");
77 FileStream* fs = Filesystem::OpenFile(path, "rb");
94 scoped_ptr<FileStream> fs(Filesystem::OpenFile(path, "wb"));
/external/chromium_org/third_party/webrtc/base/
H A Dfileutils_unittest.cc34 fs = Filesystem::OpenFile(path, "wb");
42 fs = Filesystem::OpenFile(path, "rb");
60 FileStream* fs = Filesystem::OpenFile(path, "rb");
77 scoped_ptr<FileStream> fs(Filesystem::OpenFile(path, "wb"));
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.h54 bool OpenFile(const std::string& file_name);
/external/chromium_org/webkit/browser/database/
H A Dvfs_backend.h21 static base::File OpenFile(const base::FilePath& file_path,
/external/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h36 virtual int OpenFile(const char* fileNameUTF8,
72 // Rewinds the file to the start. Only available when OpenFile() has been
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dopen_file_operation_unittest.cc46 operation_->OpenFile(
72 operation_->OpenFile(
92 operation_->OpenFile(
111 operation_->OpenFile(
144 operation_->OpenFile(
179 operation_->OpenFile(
209 operation_->OpenFile(
226 operation_->OpenFile(
/external/chromium_org/ppapi/c/private/
H A Dppb_flash_file.h42 int32_t (*OpenFile)(PP_Instance instance, member in struct:PPB_Flash_File_ModuleLocal_3_0
105 int32_t (*OpenFile)(PP_Resource file_ref_id, member in struct:PPB_Flash_File_FileRef
/external/chromium_org/ppapi/cpp/private/
H A Dflash_file.h28 static PP_FileHandle OpenFile(const InstanceHandle& instance,
63 static PP_FileHandle OpenFile(const pp::FileRef& resource,
H A Dflash_file.cc38 PP_FileHandle FileModuleLocal::OpenFile(const InstanceHandle& instance, function in class:pp::flash::FileModuleLocal
45 OpenFile(instance.pp_instance(), path.c_str(), mode, &file_handle);
154 PP_FileHandle FileFileRef::OpenFile(const pp::FileRef& resource, function in class:pp::flash::FileFileRef
160 OpenFile(resource.pp_resource(), mode, &file_handle);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer_unittest.cc47 bool OpenFile(const std::string& filename) { function in class:__anon11764::FileVideoCapturerTest
97 EXPECT_FALSE(OpenFile("NotmeNotme"));
101 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
110 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
127 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
144 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
157 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
179 EXPECT_TRUE(OpenFile("1.frame_plus_1.byte"));
/external/chromium_org/chrome/common/media_galleries/
H A Dpicasa_types.cc14 base::File OpenFile(const base::FilePath& directory_path, function in namespace:picasa::__anon5611
23 return OpenFile(directory_path, column_name + "." + kPmpExtension);
57 : indicator_file(OpenFile(directory_path, "0")),
/external/chromium_org/content/child/npapi/
H A Dplugin_stream_posix.cc37 temp_file_ = base::OpenFile(temp_file_path_, "a");
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dfile_wrapper.h36 virtual int OpenFile(const char* file_name_utf8,
80 // Rewinds the file to the start. Only available when OpenFile() has been
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderOutStream.cpp37 HRESULT CFolderOutStream::OpenFile() function in class:NArchive::N7z::CFolderOutStream
78 RINOK(OpenFile());
118 RINOK(OpenFile());
143 RINOK(OpenFile());

Completed in 721 milliseconds

123456789