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

/openjdk10/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp644 static void remove_file(const char* path) { function
969 remove_file(filename);
1012 remove_file(backing_store_file_name);
/openjdk10/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp656 static void remove_file(const char* path) { function
979 remove_file(filename);
1022 remove_file(backing_store_file_name);
/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp488 static void remove_file(const char* dirname, const char* filename) { function
656 remove_file(dirname, entry->d_name);
683 remove_file(dirname, entry->d_name);
/openjdk10/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp692 static void remove_file(const char* path) { function
995 remove_file(filename);
1039 remove_file(backing_store_file_name);
/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp738 static void remove_file(const char* path) { function
1048 remove_file(filename);
1095 remove_file(backing_store_file_name);

Completed in 109 milliseconds