HomeSort by relevance Sort by last modified time
    Searched refs:OpenFile (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
file.i 20 OpenFile *of;
28 OpenFile *of;
35 OpenFile *of;
  /external/llvm/lib/Support/
DataStream.cpp 63 std::error_code OpenFile(const std::string &Filename) {
80 if (std::error_code e = s->OpenFile(Filename)) {
  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 36 virtual int OpenFile(const char* fileNameUTF8,
72 // Rewinds the file to the start. Only available when OpenFile() has been
  /external/webrtc/src/system_wrappers/source/
file_impl.h 31 virtual int OpenFile(const char* fileNameUTF8,
file_impl.cc 117 int FileWrapperImpl::OpenFile(const char *fileNameUTF8, bool readOnly,
trace_impl.cc 356 if(_traceFile.OpenFile(fileNameWithCounterUTF8, false, false,
363 if(_traceFile.OpenFile(fileNameUTF8, false, false, true) == -1)
563 if(_traceFile.OpenFile(newFileName, false, false,
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.cpp 37 HRESULT CFolderOutStream::OpenFile()
78 RINOK(OpenFile());
118 RINOK(OpenFile());
143 RINOK(OpenFile());
7zFolderOutStream.h 33 HRESULT OpenFile();
7zUpdate.cpp 459 void OpenFile();
499 void CFolderOutStream2::OpenFile()
525 OpenFile();
563 OpenFile();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 82 fd_t fd = OpenFile(tmpfile, WrOnly);
88 fd = OpenFile(tmpfile, RdOnly);
136 fd_t fd = OpenFile(tmpfile, RdWr);
  /external/lldb/tools/debugserver/source/
RNBSocket.h 57 rnb_err_t OpenFile (const char *path);
debugserver.cpp     [all...]
RNBSocket.cpp 285 RNBSocket::OpenFile (const char *path)
  /external/v8/src/
log-utils.h 99 void OpenFile(const char* name);
log-utils.cc 50 OpenFile(log_file_name);
68 void Log::OpenFile(const char* name) {
  /external/boringssl/src/tool/
digest.cc 78 // 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) {
124 if (!OpenFile(&fd, source.filename())) {
231 if (!OpenFile(&fd, source.filename())) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 104 fd_t map_fd = OpenFile(tmp_path.data(), WrOnly, &err);
sanitizer_common.cc 61 fd = OpenFile(full_path, WrOnly);
146 fd_t fd = OpenFile(file_name, RdOnly, errno_p);
sanitizer_posix.cc 213 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) {
256 fd_t fd = OpenFile(file_name, RdOnly);
  /external/clang/include/clang/Basic/
FileManager.h 221 /// \param OpenFile if true and the file exists, it will be opened.
225 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 361 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(fname, file_info,
368 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(fname, file_info,
375 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(fname, file_info,
382 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(exec_path, file_info,
389 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(fname, file_info,
436 * We use OpenFile here because it is capable of searching the Path.
  /external/compiler-rt/lib/dfsan/
dfsan.cc 336 fd_t fd = OpenFile(flags().dump_labels_at_exit, WrOnly);
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 139 self.jet.OpenFile(self.jet_file.config.filename)
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 279 bool OpenFile(const std::string &file_name) {
373 if (!file_reader.OpenFile(file_name)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.idl 108 HRESULT OpenFile(

Completed in 1525 milliseconds

1 2