/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/go/darwin-x86/test/ken/ |
rob2.go | 82 OpenFile() 275 func OpenFile() {
|
/prebuilts/go/linux-x86/test/ken/ |
rob2.go | 82 OpenFile() 275 func OpenFile() {
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_posix.cc | 208 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { 251 fd_t fd = OpenFile(file_name, RdOnly);
|
sanitizer_common.cc | 62 fd = OpenFile(full_path, WrOnly); 132 fd_t fd = OpenFile(file_name, RdOnly, errno_p);
|
/external/webrtc/talk/media/devices/ |
linuxdevicemanager.cc | 159 rtc::Filesystem::OpenFile(device_meta_path, "r")); 186 rtc::Filesystem::OpenFile(device_meta_path, "r");
|
/external/webrtc/webrtc/modules/audio_device/dummy/ |
file_audio_device.cc | 205 if (!_outputFilename.empty() && _outputFile.OpenFile( 260 if (!_inputFilename.empty() && _inputFile.OpenFile(
|
/prebuilts/go/darwin-x86/src/cmd/internal/buildid/ |
buildid_test.go | 63 tf, err := os.OpenFile(tmp, os.O_WRONLY, 0)
|
/prebuilts/go/linux-x86/src/cmd/internal/buildid/ |
buildid_test.go | 63 tf, err := os.OpenFile(tmp, os.O_WRONLY, 0)
|
/prebuilts/go/darwin-x86/src/os/ |
file.go | 63 // Flags to OpenFile wrapping those of the underlying system. Not all 250 return OpenFile(name, O_RDONLY, 0) 259 return OpenFile(name, O_RDWR|O_CREATE|O_TRUNC, 0666) 262 // OpenFile is the generalized open call; most users will use Open 267 func OpenFile(name string, flag int, perm FileMode) (*File, error) {
|
exec_plan9.go | 43 f, e := OpenFile("/proc/"+itoa(p.Pid)+"/"+file, O_WRONLY, 0)
|
/prebuilts/go/linux-x86/src/os/ |
file.go | 63 // Flags to OpenFile wrapping those of the underlying system. Not all 250 return OpenFile(name, O_RDONLY, 0) 259 return OpenFile(name, O_RDWR|O_CREATE|O_TRUNC, 0666) 262 // OpenFile is the generalized open call; most users will use Open 267 func OpenFile(name string, flag int, perm FileMode) (*File, error) {
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
cpdfxfa_docenvironment.cpp | 431 pFormFillEnv->OpenFile(bXDP ? FXFA_SAVEAS_XDP : FXFA_SAVEAS_XML, 708 pFormFillEnv->OpenFile(0, (FPDF_WIDESTRING)bs.GetBuffer(len), "rb"); 927 pFileHandler = pFormFillEnv->OpenFile(FXFA_SAVEAS_XDP, nullptr, "wb"); 933 pFileHandler = pFormFillEnv->OpenFile(FXFA_SAVEAS_XML, nullptr, "wb"); 940 pFileHandler = pFormFillEnv->OpenFile(FXFA_SAVEAS_XML, nullptr, "wb"); [all...] |
/build/soong/cmd/zipsync/ |
zipsync.go | 42 out, err := os.OpenFile(filename, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, perm)
|
/external/webrtc/webrtc/base/ |
filerotatingstream_unittest.cc | 78 scoped_ptr<FileStream> stream(Filesystem::OpenFile(file_path, "r")); 117 scoped_ptr<FileStream> stream(Filesystem::OpenFile(logfile_path, "r"));
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
example_test.go | 90 // w, err := os.OpenFile("tls-secrets.txt", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0600)
|
/prebuilts/go/darwin-x86/src/io/ioutil/ |
tempfile.go | 55 f, err = os.OpenFile(name, os.O_RDWR|os.O_CREATE|os.O_EXCL, 0600)
|