Searched refs:do_open (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify04.c | 87 static void do_open(char *file, int flag) in do_open() function 97 do_open(file, 0); in open_file() 102 do_open(file, O_DIRECTORY); in open_dir() 135 do_open(file, flag); in do_open_test() 170 do_open(file, 0); in test_open_symlink()
|
/third_party/NuttX/fs/vfs/ |
D | fs_open.c | 318 int do_open(int dirfd, const char *path, int oflags, mode_t mode) in do_open() function 360 return do_open(AT_FDCWD, path, oflags, mode); in open()
|
/third_party/python/Lib/test/ |
D | test_urllib2.py | 507 return self.do_open(self.httpconn, req) 868 r = h.do_open(http, req) 889 self.assertRaises(urllib.error.URLError, h.do_open, http, req) 1317 result = self.do_open(self.connection, req) 1725 with handler.do_open(conn, req) as resp: 1737 handler.do_open(conn, req)
|
/third_party/mksh/ |
D | exec.c | 1409 bool do_open = true, do_close = false, do_fstat = false; in iosetup() local 1466 do_open = false; in iosetup() 1475 do_open = false; in iosetup() 1499 if (do_open) { in iosetup()
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 241 void do_open(struct all_test_cases *tc_ptr); 1006 do_open(tc_ptr); in do_syscalltests() 1756 void do_open(struct all_test_cases *tc_ptr) in do_open() function
|
/third_party/python/Lib/urllib/ |
D | request.py | 1307 def do_open(self, http_class, req, **http_conn_args): member in AbstractHTTPHandler 1377 return self.do_open(http.client.HTTPConnection, req) 1391 return self.do_open(http.client.HTTPSConnection, req,
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_lowlevel.c | 675 static void do_open(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_open() function 1250 [FUSE_OPEN] = { do_open, "OPEN" },
|
/third_party/libfuse/lib/ |
D | fuse_lowlevel.c | 1344 static void do_open(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) function 2579 [FUSE_OPEN] = { do_open, "OPEN" },
|
/third_party/python/Misc/ |
D | HISTORY | 9492 - Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 47230 …<function-decl name='do_open' mangled-name='_ZNKSt8messagesIcE7do_openERKSsRKSt6locale' filepath='… 50645 …<function-decl name='do_open' mangled-name='_ZNKSt8messagesIwE7do_openERKSsRKSt6locale' filepath='… 59352 …<function-decl name='do_open' mangled-name='_ZNKSt8messagesIwE7do_openERKSsRKSt6locale' filepath='…
|