Home
last modified time | relevance | path

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/
DDefaultFileSystemTest.groovy144 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/
DTestLocale.java104 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/
Dgen_android_bp.py106 absPath = os.path.join(root, file)
107 nativeRelPath = os.path.relpath(absPath, DEQP_DIR)