Home
last modified time | relevance | path

Searched refs:delete_file (Results 1 – 19 of 19) sorted by relevance

/third_party/ltp/testcases/kernel/fs/fs-bench/
Drandom-access-del-create.c23 int delete_file(char *filename);
82 delete_file(fname); in create_or_delete()
121 int delete_file(char *filename) in delete_file() function
Drandom-del-create.c80 delete_file(fname); in create_or_delete()
118 int delete_file(char *filename) in delete_file() function
/third_party/boost/boost/interprocess/detail/
Drobust_emulation.hpp57 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()
Dportable_intermodule_singleton.hpp142 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 ()()
Dfile_wrapper.hpp189 { return delete_file(filename); } in remove()
Dos_file_functions.hpp151 inline bool delete_file(const char *name) in delete_file() function
485 inline bool delete_file(const char *name)
/third_party/boost/boost/interprocess/
Dfile_mapping.hpp164 { return ipcdetail::delete_file(filename); } in remove()
189 { ipcdetail::delete_file(m_name); } in ~remove_file_on_destroy()
Dshared_memory_object.hpp231 return ipcdetail::delete_file(shmfile.c_str()); in remove()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c55 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/
Dfile_management.hpp517 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/
Dpass1b.c89 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/
Dcommands.c744 static int delete_file(char *args) in delete_file() function
1109 .cmd_name = "deletefile", .cmd_func = delete_file, .cmd_help =
/third_party/libsnd/tests/
Dutils.tpl99 void delete_file (int format, const char *filename) ;
764 delete_file (int format, const char *filename)
790 } /* delete_file */
Dwrite_read_test.tpl507 delete_file (format, filename) ;
/third_party/python/Tools/scripts/
Dpindent.py404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
/third_party/glib/gio/win32/
Dgwinhttpfile.c783 iface->delete_file = g_winhttp_file_delete; in g_winhttp_file_file_iface_init()
/third_party/glib/gio/
Dgfile.h357 gboolean (* delete_file) (GFile *file, member
Dglocalfile.c2993 iface->delete_file = g_local_file_delete; in g_local_file_file_iface_init()
Dgfile.c4098 if (iface->delete_file == NULL) in g_file_delete()
4106 return (* iface->delete_file) (file, cancellable, error); in g_file_delete()