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

/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp298 static int open_o_nofollow_impl(const char* path, int oflag, mode_t mode, bool use_mode) { function
368 return open_o_nofollow_impl(path, oflag, mode, true);
372 return open_o_nofollow_impl(path, oflag, 0, false);

Completed in 93 milliseconds