Searched refs:asByteArray (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixSecureDirectoryStream.java | 131 newdfd1 = openat(dfd, file.asByteArray(), flags , 0); in newDirectoryStream() 216 unlinkat(dfd, file.asByteArray(), flags); in implDelete() 270 renameat(this.dfd, from.asByteArray(), that.dfd, to.asByteArray()); in move() 345 return openat(dfd, file.asByteArray(), oflags, 0); in open()
|
D | UnixPath.java | 160 byte[] asByteArray() { in asByteArray() method in UnixPath 848 if ((element.asByteArray().length == 1) && (element.asByteArray()[0] == '.')) in toRealPath() 852 if ((element.asByteArray().length == 2) && (element.asByteArray()[0] == '.') && in toRealPath() 853 (element.asByteArray()[1] == '.')) in toRealPath()
|
D | LinuxFileStore.java | 85 byte[] dir = path.asByteArray(); in findMountEntry()
|
D | UnixFileSystemProvider.java | 351 return (name.asByteArray()[0] == '.'); in isHidden() 462 symlink(target.asByteArray(), link); in createSymbolicLink()
|