Searched refs:remove_file (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Drm.c45 } else if (remove_file(*argv, flags) >= 0) {
H A Dmv.c120 (remove_file(*argv, FILEUTILS_RECUR | FILEUTILS_FORCE) >= 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dremove_file.c3 * Mini remove_file implementation for busybox
14 int remove_file(const char *path, int flags) function
60 if (remove_file(new_path, flags) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_fs.c442 static int remove_file(struct dentry *parent, char *name) function
494 remove_file(dir, "counters");
495 remove_file(dir, "counter_names");
496 remove_file(dir, "portcounter_names");
501 remove_file(dir, fname);
504 remove_file(dir, fname);
507 remove_file(dir, "flash");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_fs.c264 static int remove_file(struct dentry *parent, char *name) function
316 remove_file(dir, "flash");
317 remove_file(dir, "atomic_counters");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Drpm.c375 remove_file(filename, FILEUTILS_RECUR | FILEUTILS_FORCE);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h214 extern int remove_file(const char *path, int flags);

Completed in 185 milliseconds