Home
last modified time | relevance | path

Searched defs:unlink (Results 76 - 100 of 124) sorted by relevance

12345

/third_party/libfuse/include/
H A Dfuse.h365 int (*unlink) (const char *); member
H A Dfuse_lowlevel.h404 void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name); member
/third_party/python/Lib/test/
H A Dtest_gc.py6 from test.support.os_helper import temp_dir, TESTFN, unlink namespace
H A Dtest_bz2.py18 from test.support.os_helper import unlink namespace
H A Dtest_iter.py6 from test.support.os_helper import TESTFN, unlink namespace
[all...]
H A Dtest_pydoc.py32 from test.support.os_helper import (TESTFN, rmtree, unlink) namespace
H A Dtest_exceptions.py18 from test.support.os_helper import TESTFN, unlink namespace
H A Dtest_builtin.py31 from test.support.os_helper import (EnvironmentVarGuard, TESTFN, unlink) namespace
H A Dtest_traceback.py15 from test.support.os_helper import TESTFN, unlink namespace
/third_party/libuv/test/
H A Dtest-spawn.c35 # define unlink _unlink macro
[all...]
H A Dtest-fs.c43 # define unlink _unlink macro
[all...]
/third_party/node/lib/
H A Dfs.js1864 function unlink(path, callback) { function
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py1258 def unlink(self): member in SyncManager._SharedMemoryTracker
/third_party/python/Lib/
H A Dpathlib.py1141 def unlink(self, missing_ok=False): member in Path
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c48 #define unlink _unlink macro
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-bufio.c320 static void adjust_total_allocated(struct dm_buffer *b, bool unlink) in adjust_total_allocated() argument
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c676 __vm_mem_region_delete(struct kvm_vm *vm, struct userspace_mem_region *region, bool unlink) __vm_mem_region_delete() argument
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dsys.h1112 int unlink(const char *path) in unlink() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp2626 void Program::unlink() in unlink() function in es2::Program
/third_party/python/Lib/xml/dom/
H A Dminidom.py263 def unlink(self): member in Node
421 def unlink(self): member in Attr
715 def unlink(self): global() member in Element
1646 def unlink(self): global() member in Document
[all...]
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py39 from test.support.os_helper import TESTFN, TESTFN_UNDECODABLE, unlink, temp_dir, FakePath namespace
/third_party/rust/crates/nix/src/
H A Dunistd.rs1287 pub fn unlink<P: ?Sized + NixPath>(path: &P) -> Result<()> { in unlink() functions
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfotg210.h30 unsigned long unlink; member
/kernel/linux/linux-5.10/tools/include/nolibc/
H A Dnolibc.h2229 int unlink(const char *path) in unlink() function
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h30 unsigned long unlink; member

Completed in 58 milliseconds

12345