Searched refs:absPath (Results 1 – 3 of 3) sorted by relevance
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | DefaultFileSystemTest.groovy | 144 assertEquals("<empty>", absPath(""), fileSystem.normalize("")) 145 assertEquals("abc", absPath("abc"), fileSystem.normalize("abc")) 146 assertEquals("abc\\def", absPath("abc","def"), fileSystem.normalize("abc\\def")) 147 assertEquals("abc/def", absPath("abc","def"), fileSystem.normalize("abc/def")) 148 assertEquals("abc/def/..", absPath("abc"), fileSystem.normalize("abc/def/..")) 149 assertEquals("abc\\def\\.", absPath("abc","def"), fileSystem.normalize("abc\\def\\.")) 150 assertEquals("\\abc", absPath("\\abc"), fileSystem.normalize("\\abc")) 151 assertEquals("/abc", absPath("/abc"), fileSystem.normalize("/abc")) 184 def absPath = new File(".").absolutePath 185 assert fileSystem.isAbsolute(absPath) [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestLocale.java | 104 String absPath = f.getAbsolutePath(); in shouldCheckForAliases() local 105 return absPath.endsWith("xml") && !absPath.contains("dtd") in shouldCheckForAliases() 106 && !absPath.contains("keyboard") in shouldCheckForAliases() 107 && !absPath.contains("Keyboard"); in shouldCheckForAliases()
|
/external/deqp/scripts/ |
D | gen_android_bp.py | 106 absPath = os.path.join(root, file) 107 nativeRelPath = os.path.relpath(absPath, DEQP_DIR)
|