Searched defs:OpenFile (Results 1 - 22 of 22) sorted by relevance

/external/llvm/lib/Support/
H A DDataStream.cpp64 std::error_code OpenFile(const std::string &Filename) { function in class:__anon12771::DataFileStreamer
80 if (std::error_code e = s->OpenFile(Filename)) {
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc31 RTC_CHECK(source->OpenFile(file_name));
89 bool RtpFileSource::OpenFile(const std::string& file_name) { function in class:webrtc::test::RtpFileSource
H A Drtc_event_log_source.cc66 RTC_CHECK(source->OpenFile(file_name));
122 bool RtcEventLogSource::OpenFile(const std::string& file_name) { function in class:webrtc::test::RtcEventLogSource
/external/webrtc/webrtc/base/
H A Dproxydetect_unittest.cc44 virtual FileStream* OpenFile(const Pathname& filename, function in class:rtc::FirefoxPrefsFileSystem
51 FileStream* stream = FakeFileSystem::OpenFile(name, mode);
H A Dwin32filesystem.cc64 FileStream *Win32Filesystem::OpenFile(const Pathname &filename, function in class:rtc::Win32Filesystem
H A Dfileutils.h104 virtual FileStream *OpenFile(const Pathname &filename,
290 static FileStream *OpenFile(const Pathname &filename, function in class:rtc::Filesystem
292 return EnsureDefaultFilesystem()->OpenFile(filename, mode);
H A Dfileutils_mock.h138 virtual FileStream * OpenFile( function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc125 FileStream *UnixFilesystem::OpenFile(const Pathname &filename, function in class:rtc::UnixFilesystem
274 StreamInterface *source = OpenFile(old_path, "rb");
278 StreamInterface *dest = OpenFile(new_path, "wb");
/external/webrtc/talk/media/devices/
H A Dfilevideocapturer_unittest.cc47 bool OpenFile(const std::string& filename) { function in class:__anon24317::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/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());
H A D7zUpdate.cpp520 void OpenFile();
560 void CFolderOutStream2::OpenFile() function in class:NArchive::N7z::CFolderOutStream2
586 OpenFile();
624 OpenFile();
/external/v8/src/
H A Dlog-utils.cc53 OpenFile(log_file_name);
79 void Log::OpenFile(const char* name) { function in class:v8::internal::Log
H A Disolate.h1640 explicit Scope(CodeTracer* tracer) : tracer_(tracer) { tracer->OpenFile(); }
1649 void OpenFile() { function in class:v8::internal::final
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dtest_utils.cc99 FILE* OpenFile(const std::string& filename, const char* mode) { function in namespace:webrtc
/external/webrtc/webrtc/system_wrappers/source/
H A Dfile_impl.cc101 int FileWrapperImpl::OpenFile(const char* file_name_utf8, bool read_only, function in class:webrtc::FileWrapperImpl
/external/boringssl/src/tool/
H A Ddigest.cc82 // OpenFile opens the regular file named |filename| and sets |*out_fd| to be a
85 static bool OpenFile(int *out_fd, const std::string &filename) { function
128 if (!OpenFile(&fd, source.filename())) {
231 if (!OpenFile(&fd, source.filename())) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc208 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { function in namespace:__sanitizer
251 fd_t fd = OpenFile(file_name, RdOnly);
H A Dsanitizer_win.cc414 fd_t fd = OpenFile(modname, RdOnly, nullptr);
544 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { function in namespace:__sanitizer
/external/libchrome/base/files/
H A Dfile_util_posix.cc679 FILE* OpenFile(const FilePath& filename, const char* mode) { function in namespace:base
/external/sonivox/jet_tools/JetCreator/
H A Deas.py638 def OpenFile (self, path): member in class:EAS
1095 def OpenFile (self, path): member in class:JET
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp456 FPDF_FILEHANDLER* CPDFSDK_FormFillEnvironment::OpenFile(int fileType, function in class:CPDFSDK_FormFillEnvironment
/external/stressapptest/src/
H A Dworker.cc1595 bool FileThread::OpenFile(int *pfile) { function in class:FileThread
1947 if (!OpenFile(&fd)) {

Completed in 1052 milliseconds