Searched refs:DeleteFile (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_rename.c64 (void)DeleteFile(tnewname);
H A Dos_unlink.c48 * DeleteFile Win32 system call isn't equivalent to a POSIX unlink.
76 * plays nicer with files that are still open than DeleteFile.
88 RETRY_CHK((!DeleteFile(tpath)), ret);
103 __db_syserr(env, ret, "DeleteFile: %s", path);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrond.c88 static void DeleteFile(const char *userName);
466 DeleteFile(fileName);
571 DeleteFile(file->cf_User);
611 * DeleteFile() - delete user database
617 static void DeleteFile(const char *userName) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp400 DeleteFile(wdirname);
451 if (!DeleteFile(FileName)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dstat.c196 return (DeleteFile((char *)path) ? 0 : IoErr());
H A Dfiledate.c374 ret = DeleteFile((char *) var);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dstat.c196 return (DeleteFile((char *)path) ? 0 : IoErr());
H A Dfiledate.c374 ret = DeleteFile((char *) var);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.cpp227 return (DeleteFile(szPath) ? 0: -1);
H A Dwinmain.cpp1204 if (!DeleteFile(szPath)) {
1241 if (!DeleteFile(szPath)) {
2080 if (!DeleteFile(szPath) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwxchar.cpp2290 return ::DeleteFile(path) == 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c2931 if (DeleteFile(tto) && MoveFile(tfrom, tto))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.c2931 if (DeleteFile(tto) && MoveFile(tfrom, tto))

Completed in 403 milliseconds