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

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

Completed in 871 milliseconds