HomeSort by relevance Sort by last modified time
    Searched refs:Creat (Results 1 - 6 of 6) sorted by null

  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.cpp 277 SharedFD SharedFD::Creat(const char* path, mode_t mode) {
shared_fd.h 144 static SharedFD Creat(const char* pathname, mode_t mode);
  /device/google/cuttlefish_common/host/commands/launch/
flags.cc 595 auto output_file = cvd::SharedFD::Creat(dst.c_str(), 0666);
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_solaris.go 594 //sys Creat(path string, mode uint32) (fd int, err error)
syscall_linux.go 35 func Creat(path string, mode uint32) (fd int, err error) {
    [all...]
zsyscall_solaris_amd64.go 40 //go:cgo_import_dynamic libc_creat creat "libc.so"
665 func Creat(path string, mode uint32) (fd int, err error) {
    [all...]

Completed in 191 milliseconds