Searched defs:do_unlink (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/packages/modules/adb/daemon/ |
D | file_sync_service.cpp | 357 bool do_unlink) { in handle_send_file() 518 bool do_unlink = false; in send_impl() local
|
/aosp_15_r20/external/python/cpython2/PC/VS7.1/ |
D | make_buildinfo.c | 57 int do_unlink, result; in main() local
|
/aosp_15_r20/external/python/cpython2/PC/VS8.0/ |
D | make_buildinfo.c | 59 int do_unlink, result; in main() local
|
/aosp_15_r20/external/python/cpython2/PC/VS9.0/ |
D | make_buildinfo.c | 59 int do_unlink, result; in main() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/unlink/ |
H A D | unlink08.c | 43 static void do_unlink(unsigned int n) in do_unlink() function
|
/aosp_15_r20/external/liburing/test/ |
H A D | ringbuf-read.c | 138 int ret, fd, i, do_unlink; in main() local
|
H A D | open-close.c | 194 int ret, do_unlink; in main() local
|
H A D | thread-exit.c | 77 int ret, do_unlink, i, fd; in main() local
|
H A D | openat2.c | 240 int ret, do_unlink; in main() local
|
H A D | submit-reuse.c | 138 int do_unlink = 1; in test_reuse() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink01.c | 1587 void do_unlink(struct all_test_cases *tc_ptr) in do_unlink() function
|
/aosp_15_r20/external/e2fsprogs/debugfs/ |
H A D | debugfs.c | 1626 void do_unlink(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_unlink() function
|
/aosp_15_r20/external/libfuse/lib/ |
H A D | fuse_lowlevel.c | 1428 static void do_unlink(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) function
|
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/ |
H A D | passthrough.rs | 1249 fn do_unlink(&self, parent: &InodeData, name: &CStr, flags: libc::c_int) -> io::Result<()> { in do_unlink() method
|