Searched defs:relativePath (Results 1 – 10 of 10) 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
9 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join()
92 String relativePath = className.replace('.', File.separatorChar) + ".java"; in getSourcePath() local
103 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath()
96 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath()
517 public static String relativePath(String base, in relativePath() method in PathMap
105 String relativePath = suite.getName() + File.separatorChar + FILE_NAME; in referenceSuite() local
602 @Test public void relativePath() throws Exception { in relativePath() method in HttpUrlTest
1630 std::string TestBase::getDataPath(const std::string& relativePath) in getDataPath()