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

/external/llvm/lib/Support/
H A DDataStream.cpp66 error_code OpenFile(const std::string &Filename) { function in class:__anon9620::DataFileStreamer
90 if (error_code e = s->OpenFile(Filename)) {
/external/v8/src/
H A Dlog-utils.cc129 OpenFile(*expanded);
131 OpenFile(FLAG_logfile);
158 void Log::OpenFile(const char* name) { function in class:v8::internal::Log
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc117 int FileWrapperImpl::OpenFile(const char *fileNameUTF8, bool readOnly, function in class:webrtc::FileWrapperImpl
/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc124 FileStream *UnixFilesystem::OpenFile(const Pathname &filename, function in class:talk_base::UnixFilesystem
272 StreamInterface *source = OpenFile(old_path, "rb");
276 StreamInterface *dest = OpenFile(new_path, "wb");
H A Dwin32filesystem.cc80 FileStream *Win32Filesystem::OpenFile(const Pathname &filename, function in class:talk_base::Win32Filesystem
H A Dfileutils.h121 virtual FileStream *OpenFile(const Pathname &filename,
309 static FileStream *OpenFile(const Pathname &filename, function in class:talk_base::Filesystem
311 return EnsureDefaultFilesystem()->OpenFile(filename, mode);
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFilePlayer.h104 int (*OpenFile)(struct S_AudioFilePlayer *afp, const FSRef *inRef, SInt64 *outFileSize); member in struct:S_AudioFilePlayer
/external/chromium/base/
H A Dfile_util.cc154 FILE* file = OpenFile(path, "rb");
389 FILE* OpenFile(const std::wstring& filename, const char* mode) { function in namespace:file_util
390 return OpenFile(FilePath::FromWStringHack(filename), mode);
H A Dfile_util_posix.cc541 FILE* OpenFile(const std::string& filename, const char* mode) { function in namespace:file_util
542 return OpenFile(FilePath(filename), mode);
545 FILE* OpenFile(const FilePath& filename, const char* mode) { function in namespace:file_util
H A Dfile_util_win.cc594 return OpenFile(*path, "wb+");
728 FILE* OpenFile(const FilePath& filename, const char* mode) { function in namespace:file_util
734 FILE* OpenFile(const std::string& filename, const char* mode) { function in namespace:file_util
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc65 fd_t OpenFile(const char *filename, bool write) { function in namespace:__sanitizer
H A Dsanitizer_linux.cc86 fd_t OpenFile(const char *filename, bool write) { function in namespace:__sanitizer
H A Dsanitizer_win.cc226 fd_t OpenFile(const char *filename, bool write) { function in namespace:__sanitizer
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc100 if (!OpenFile()) {
157 bool OpenFile() { function in class:__anon1896::Writer
/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/stressapptest/src/
H A Dworker.cc1602 bool FileThread::OpenFile(int *pfile) { function in class:FileThread
1957 if (!OpenFile(&fd)) {
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc1776 void Browser::OpenFile() { function in class:Browser
1777 UserMetrics::RecordAction(UserMetricsAction("OpenFile"), profile_);
2299 case IDC_OPEN_FILE: OpenFile(); break;

Completed in 1193 milliseconds