Home
last modified time | relevance | path

Searched refs:parentFullPath (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/
H A DSnapshottableDirectoryStatus.java40 int d = DFSUtil.compareBytes(left.parentFullPath, right.parentFullPath);
57 private final byte[] parentFullPath; field in SnapshottableDirectoryStatus
62 int snapshotNumber, int snapshotQuota, byte[] parentFullPath) { in SnapshottableDirectoryStatus() argument
68 this.parentFullPath = parentFullPath; in SnapshottableDirectoryStatus()
89 return parentFullPath; in getParentFullPath()
104 (parentFullPath == null || parentFullPath.length == 0) ? in getFullPath()
105 null : DFSUtil.bytes2String(parentFullPath); in getFullPath()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DShowData.java574 CLDRFile file, String path, String parentFullPath, StringBuffer draftRef) {
576 if (parentFullPath != null && !parentFullPath.equals(path)) {
577 file.getNonDistinguishingAttributes(parentFullPath,
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestBasic.java977 final String parentFullPath = parentFile.getFullXPath(path); in showDifferences() local
981 logln("\t\t" + localeParent + " fullpath:\t" + parentFullPath); in showDifferences()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/
H A DPBHelper.java1518 byte[] parentFullPath = status.getParentFullPath(); in convert()
1520 parentFullPath == null ? DFSUtil.EMPTY_BYTES : parentFullPath); in convert()