Searched refs:is_statbuf_secure (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp207 static bool is_statbuf_secure(struct stat *statp) { function
248 return is_statbuf_secure(&statbuf);
267 return is_statbuf_secure(&statbuf);
/openjdk10/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp207 static bool is_statbuf_secure(struct stat *statp) { function
248 return is_statbuf_secure(&statbuf);
267 return is_statbuf_secure(&statbuf);
/openjdk10/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp210 static bool is_statbuf_secure(struct stat *statp) { function
251 return is_statbuf_secure(&statbuf);
270 return is_statbuf_secure(&statbuf);
/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp207 static bool is_statbuf_secure(struct stat *statp) { function
248 return is_statbuf_secure(&statbuf);
266 return is_statbuf_secure(&statbuf);

Completed in 57 milliseconds