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

/external/llvm/lib/Support/
H A DDataStream.cpp63 std::error_code OpenFile(const std::string &Filename) { function in class:__anon10599::DataFileStreamer
80 if (std::error_code e = s->OpenFile(Filename)) {
/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.cpp459 void OpenFile();
499 void CFolderOutStream2::OpenFile() function in class:NArchive::N7z::CFolderOutStream2
525 OpenFile();
563 OpenFile();
/external/v8/src/
H A Dlog-utils.cc50 OpenFile(log_file_name);
68 void Log::OpenFile(const char* name) { function in class:v8::internal::Log
H A Disolate.h1512 explicit Scope(CodeTracer* tracer) : tracer_(tracer) { tracer->OpenFile(); }
1521 void OpenFile() { function in class:v8::internal::FINAL
/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/lldb/tools/debugserver/source/
H A DRNBSocket.cpp285 RNBSocket::OpenFile (const char *path) function in class:RNBSocket
/external/boringssl/src/tool/
H A Ddigest.cc78 // OpenFile opens the regular file named |filename| and sets |*out_fd| to be a
81 static bool OpenFile(int *out_fd, const std::string &filename) { function
124 if (!OpenFile(&fd, source.filename())) {
231 if (!OpenFile(&fd, source.filename())) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc213 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { function in namespace:__sanitizer
256 fd_t fd = OpenFile(file_name, RdOnly);
H A Dsanitizer_win.cc404 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { function in namespace:__sanitizer
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc279 bool OpenFile(const std::string &file_name) { function in class:__anon508::EndianAwareFileReader
373 if (!file_reader.OpenFile(file_name)) {
/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

Completed in 267 milliseconds