OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createFileExclusively0
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/java/io/
UnixFileSystem.java
281
return
createFileExclusively0
(path);
283
private native boolean
createFileExclusively0
(String path) throws IOException;
/libcore/ojluni/src/main/native/
UnixFileSystem_md.c
484
NATIVE_METHOD(UnixFileSystem,
createFileExclusively0
, "(Ljava/lang/String;)Z"),
Completed in 344 milliseconds