/third_party/ltp/testcases/kernel/fs/fs-bench/ |
D | random-access-del-create.c | 23 int delete_file(char *filename); 82 delete_file(fname); in create_or_delete() 121 int delete_file(char *filename) in delete_file() function
|
D | random-del-create.c | 80 delete_file(fname); in create_or_delete() 118 int delete_file(char *filename) in delete_file() function
|
/third_party/boost/boost/interprocess/detail/ |
D | robust_emulation.hpp | 57 delete_file(file_path); in remove_if_can_lock_file() 152 delete_file(fname.c_str()); in ~robust_mutex_lock_file() 317 delete_file(file.c_str()); in is_owner_dead()
|
D | portable_intermodule_singleton.hpp | 142 delete_file(singleton_lock_file_path_); in operator ()() 178 delete_file(filepath); in apply_gmem_erase_logic() 314 delete_file(s.c_str()); in operator ()()
|
D | file_wrapper.hpp | 189 { return delete_file(filename); } in remove()
|
D | os_file_functions.hpp | 151 inline bool delete_file(const char *name) in delete_file() function 485 inline bool delete_file(const char *name)
|
/third_party/boost/boost/interprocess/ |
D | file_mapping.hpp | 164 { return ipcdetail::delete_file(filename); } in remove() 189 { ipcdetail::delete_file(m_name); } in ~remove_file_on_destroy()
|
D | shared_memory_object.hpp | 231 return ipcdetail::delete_file(shmfile.c_str()); in remove()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | main.c | 55 int delete_file(char *filename); 363 int delete_file(char *filename) in delete_file() function 597 rc = delete_file(fname); in create_or_delete()
|
/third_party/boost/boost/winapi/ |
D | file_management.hpp | 517 BOOST_FORCEINLINE BOOL_ delete_file(LPCSTR_ lpFileName) in delete_file() function 532 BOOST_FORCEINLINE BOOL_ delete_file(LPCWSTR_ lpFileName) in delete_file() function
|
/third_party/e2fsprogs/e2fsck/ |
D | pass1b.c | 89 static void delete_file(e2fsck_t ctx, ext2_ino_t ino, 619 delete_file(ctx, ino, p, block_buf); in pass1d() 685 static void delete_file(e2fsck_t ctx, ext2_ino_t ino, in delete_file() function
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | commands.c | 744 static int delete_file(char *args) in delete_file() function 1109 .cmd_name = "deletefile", .cmd_func = delete_file, .cmd_help =
|
/third_party/libsnd/tests/ |
D | utils.tpl | 99 void delete_file (int format, const char *filename) ; 764 delete_file (int format, const char *filename) 790 } /* delete_file */
|
D | write_read_test.tpl | 507 delete_file (format, filename) ;
|
/third_party/python/Tools/scripts/ |
D | pindent.py | 404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
|
/third_party/glib/gio/win32/ |
D | gwinhttpfile.c | 783 iface->delete_file = g_winhttp_file_delete; in g_winhttp_file_file_iface_init()
|
/third_party/glib/gio/ |
D | gfile.h | 357 gboolean (* delete_file) (GFile *file, member
|
D | glocalfile.c | 2993 iface->delete_file = g_local_file_delete; in g_local_file_file_iface_init()
|
D | gfile.c | 4098 if (iface->delete_file == NULL) in g_file_delete() 4106 return (* iface->delete_file) (file, cancellable, error); in g_file_delete()
|