HomeSort by relevance Sort by last modified time
    Searched refs:OpenFile (Results 101 - 125 of 223) sorted by null

1 2 3 45 6 7 8 9

  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_test.go 53 dst, err := os.OpenFile(tmpBinary, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0755)
exec_unix_test.go 167 tty, err := os.OpenFile("/dev/tty", os.O_RDWR, 0)
  /prebuilts/go/linux-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/linux-x86/src/io/ioutil/
tempfile.go 55 f, err = os.OpenFile(name, os.O_RDWR|os.O_CREATE|os.O_EXCL, 0600)
  /prebuilts/go/linux-x86/src/os/
exec_plan9.go 43 f, e := OpenFile("/proc/"+itoa(p.Pid)+"/"+file, O_WRONLY, 0)
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_test.go 53 dst, err := os.OpenFile(tmpBinary, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0755)
  /system/core/init/
util.cpp 187 static int OpenFile(const std::string& path, int flags, mode_t mode) {
206 OpenFile(path, O_WRONLY | O_CREAT | O_NOFOLLOW | O_TRUNC | O_CLOEXEC, 0600)));
  /external/libchrome/base/files/
file_util.cc 134 FILE* file = OpenFile(path, "rb");
file_util.h 313 BASE_EXPORT FILE* OpenFile(const FilePath& filename, const char* mode);
315 // Closes file opened by OpenFile. Returns true on success.
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.h 156 FPDF_FILEHANDLER* OpenFile(int fileType,
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 139 self.jet.OpenFile(self.jet_file.config.filename)
  /external/webrtc/webrtc/base/
fileutils.cc 270 FileStream* fs = Filesystem::OpenFile(pathname, "w");
fileutils_mock.h 138 virtual FileStream * OpenFile(
  /prebuilts/go/darwin-x86/src/go/internal/srcimporter/
srcimporter.go 165 open := p.ctxt.OpenFile // possibly nil
184 // Special-case when ctxt doesn't provide a custom OpenFile and use the
  /prebuilts/go/linux-x86/src/go/internal/srcimporter/
srcimporter.go 165 open := p.ctxt.OpenFile // possibly nil
184 // Special-case when ctxt doesn't provide a custom OpenFile and use the
  /build/soong/ui/build/
proc_sync.go 101 lockfileDescriptor, err := os.OpenFile(lockPath, os.O_RDWR|os.O_CREATE, 0666)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 414 fd_t fd = OpenFile(modname, RdOnly, nullptr);
544 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) {
  /external/webrtc/webrtc/call/
rtc_event_log.cc 196 if (file_->OpenFile(file_name.c_str(), false) != 0) {
505 if (dump_file->OpenFile(file_name.c_str(), true) != 0) {
  /external/webrtc/webrtc/modules/media_file/
media_file_impl.cc 376 if(inputStream->OpenFile(fileName, true, loop) != 0)
753 if(outputStream->OpenFile(fileName, false) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.idl 108 HRESULT OpenFile(
  /prebuilts/go/darwin-x86/doc/progs/
go1.go 240 f, err := os.OpenFile(name, os.O_RDWR|os.O_CREATE|os.O_EXCL, 0600)
  /prebuilts/go/darwin-x86/src/crypto/tls/
generate_cert.go 153 keyOut, err := os.OpenFile("key.pem", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0600)
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil.go 80 f, err := os.OpenFile(filename, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, perm)
  /prebuilts/go/darwin-x86/src/os/signal/
signal_plan9_test.go 174 f, err := os.OpenFile("/proc/"+itoa(pid)+"/note", os.O_WRONLY, 0)
  /prebuilts/go/linux-x86/doc/progs/
go1.go 240 f, err := os.OpenFile(name, os.O_RDWR|os.O_CREATE|os.O_EXCL, 0600)

Completed in 1073 milliseconds

1 2 3 45 6 7 8 9