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

  /external/llvm/lib/Support/
DataStream.cpp 66 error_code OpenFile(const std::string &Filename) {
90 if (error_code e = s->OpenFile(Filename)) {
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 117 int FileWrapperImpl::OpenFile(const char *fileNameUTF8, bool readOnly,
  /external/v8/src/
log-utils.cc 129 OpenFile(*expanded);
131 OpenFile(FLAG_logfile);
158 void Log::OpenFile(const char* name) {
  /external/chromium/base/
file_util.cc 154 FILE* file = OpenFile(path, "rb");
389 FILE* OpenFile(const std::wstring& filename, const char* mode) {
390 return OpenFile(FilePath::FromWStringHack(filename), mode);
file_util_posix.cc 541 FILE* OpenFile(const std::string& filename, const char* mode) {
542 return OpenFile(FilePath(filename), mode);
545 FILE* OpenFile(const FilePath& filename, const char* mode) {
file_util_win.cc 594 return OpenFile(*path, "wb+");
728 FILE* OpenFile(const FilePath& filename, const char* mode) {
734 FILE* OpenFile(const std::string& filename, const char* mode) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.h 121 virtual FileStream *OpenFile(const Pathname &filename,
309 static FileStream *OpenFile(const Pathname &filename,
311 return EnsureDefaultFilesystem()->OpenFile(filename, mode);
unixfilesystem.cc 124 FileStream *UnixFilesystem::OpenFile(const Pathname &filename,
272 StreamInterface *source = OpenFile(old_path, "rb");
276 StreamInterface *dest = OpenFile(new_path, "wb");
win32filesystem.cc 80 FileStream *Win32Filesystem::OpenFile(const Pathname &filename,
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFilePlayer.h 104 int (*OpenFile)(struct S_AudioFilePlayer *afp, const FSRef *inRef, SInt64 *outFileSize);
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc 100 if (!OpenFile()) {
157 bool OpenFile() {
  /external/sonivox/jet_tools/JetCreator/
eas.py 638 def OpenFile (self, path):
    [all...]
  /external/stressapptest/src/
worker.cc     [all...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 245 milliseconds