Searched defs:relativePath (Results 1 – 9 of 9) sorted by relevance
43 …File relativePath = new File(roots[1] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest1() local56 …File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest2() local71 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest3() local83 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest4() local95 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest5() local107 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest6() local119 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest7() local131 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest8() local143 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest9() local155 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest10() local[all …]
182 const SkString& relativePath, bool local) { in print_diff_resource_cell()212 static void print_diff_row(SkFILEWStream* stream, DiffRecord& diff, const SkString& relativePath) { in print_diff_row()256 SkString relativePath; in print_diff_page() local
10 String relativePath = qualifiedName.replace('.', '/'); in makeMarkerInterface() local
10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join()
92 String relativePath = className.replace('.', File.separatorChar) + ".java"; in getSourcePath() local
96 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath()
103 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath()
105 String relativePath = suite.getName() + File.separatorChar + FILE_NAME; in referenceSuite() local
517 @Test public void relativePath() throws Exception { in relativePath() method in HttpUrlTest