Searched defs:file_open (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c118 static int file_open(const char* path, int flag) { function
186 fd = file_open(path, O_RDONLY);
207 fd = file_open(path, O_CREAT | O_RDWR);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c118 static int file_open(const char* path, int flag) { function
186 fd = file_open(path, O_RDONLY);
207 fd = file_open(path, O_CREAT | O_RDWR);

Completed in 298 milliseconds