Home
last modified time | relevance | path

Searched defs:do_open (Results 1 – 7 of 7) sorted by relevance

/third_party/NuttX/fs/vfs/
Dfs_open.c318 int do_open(int dirfd, const char *path, int oflags, mode_t mode) in do_open() function
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify04.c82 static void do_open(char *file, int flag) in do_open() function
/third_party/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c1756 void do_open(struct all_test_cases *tc_ptr) in do_open() function
/third_party/mksh/
Dexec.c1409 bool do_open = true, do_close = false, do_fstat = false; in iosetup() local
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c675 static void do_open(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_open() function
/third_party/python/Lib/urllib/
Drequest.py1307 def do_open(self, http_class, req, **http_conn_args): member in AbstractHTTPHandler
/third_party/libfuse/lib/
Dfuse_lowlevel.c1344 static void do_open(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) function