Home
last modified time | relevance | path

Searched refs:createFileExclusively0 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DUnixFileSystem.java280 return createFileExclusively0(path); in createFileExclusively()
283 private native boolean createFileExclusively0(String path) throws IOException; in createFileExclusively0() method in UnixFileSystem
/libcore/ojluni/src/main/native/
DUnixFileSystem_md.c476 NATIVE_METHOD(UnixFileSystem, createFileExclusively0, "(Ljava/lang/String;)Z"),