Searched refs:removeFileOrDirectory (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/java/io/
H A DWin32FileSystem_md.c300 removeFileOrDirectory(const char *path) /* Returns 0 on success */ function
323 if (removeFileOrDirectory(path) == 0) {
H A DWinNTFileSystem_md.c578 removeFileOrDirectory(const jchar *path) function
602 if (removeFileOrDirectory(pathbuf) == 0) {

Completed in 33 milliseconds