Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/bsddb/test/
Dtest_dbshelve.py75 def do_open(self): member in DBShelveTestCase
256 def do_open(self): member in BasicShelveTestCase
287 def do_open(self): member in BasicEnvShelveTestCase
/external/blktrace/btt/
Drstats.c39 static int do_open(struct files *fip, char *bn, char *pn) in do_open() function
Dp_live.c43 static FILE *do_open(struct d_info *dip) in do_open() function
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify04.c92 static void do_open(char *file, int flag) in do_open() function
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c1756 void do_open(struct all_test_cases *tc_ptr) in do_open() function
/external/mksh/src/
Dexec.c1409 bool do_open = true, do_close = false, do_fstat = false; in iosetup() local
/external/python/cpython2/Lib/
Durllib2.py1152 def do_open(self, http_class, req, **http_conn_args): member in AbstractHTTPHandler
/external/python/cpython3/Lib/urllib/
Drequest.py1301 def do_open(self, http_class, req, **http_conn_args): member in AbstractHTTPHandler
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs718 fn do_open(&self, inode: Inode, flags: u32) -> io::Result<(Option<Handle>, OpenOptions)> { in do_open() method
/external/libfuse/lib/
Dfuse_lowlevel.c1412 static void do_open(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_open() function