Home
last modified time | relevance | path

Searched refs:getCanonicalPath (Results 1 – 25 of 59) sorted by relevance

123

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
DUnixFileTest.java419 assertEquals(tmpFolder2.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()
422 assertEquals(tmpFolder2.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()
425 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()
428 assertEquals(tmpFolder4.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()
431 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()
434 assertEquals(tmpFolder4.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()
/external/llvm-project/clang-tools-extra/modularize/
DModularizeUtilities.cpp194 Dependents.push_back(getCanonicalPath(Dependent.str())); in loadSingleHeaderListsAndDependencies()
197 HeaderFileName = getCanonicalPath(HeaderFileName); in loadSingleHeaderListsAndDependencies()
250 HeaderFileName = getCanonicalPath(HeaderFileName); in loadProblemHeaderList()
354 std::string HeaderPath = getCanonicalPath(UmbrellaHeader->getName()); in collectModuleHeaders()
381 std::string HeaderPath = getCanonicalPath(Header.Entry->getName()); in collectModuleHeaders()
425 std::string HeaderPath = getCanonicalPath(File); in collectUmbrellaHeaders()
455 std::string ModularizeUtilities::getCanonicalPath(StringRef FilePath) { in getCanonicalPath() function in ModularizeUtilities
496 FilePath = getCanonicalPath(FilePath); in addUniqueProblemFile()
508 FilePath = getCanonicalPath(FilePath); in addNoCompileErrorsFile()
DCoverageChecker.cpp212 ModuleMapHeadersSet.insert(ModularizeUtilities::getCanonicalPath( in collectModuleHeaders()
226 ModuleMapHeadersSet.insert(ModularizeUtilities::getCanonicalPath( in collectModuleHeaders()
265 ModuleMapHeadersSet.insert(ModularizeUtilities::getCanonicalPath(File)); in collectUmbrellaHeaders()
308 ModuleMapHeadersSet.insert(ModularizeUtilities::getCanonicalPath(HeaderName)); in collectUmbrellaHeaderHeader()
391 FileSystemHeaders.push_back(ModularizeUtilities::getCanonicalPath(file)); in collectFileSystemHeaders()
DPreprocessorTracker.cpp793 HeaderList.push_back(getCanonicalPath(*I)); in PreprocessorTrackerImpl()
849 SourcePath = ModularizeUtilities::getCanonicalPath(SourcePath); in checkForIncludesInBlock()
918 std::string getCanonicalPath(llvm::StringRef path) const { in getCanonicalPath() function in Modularize::__anon2bea21580111::PreprocessorTrackerImpl
926 std::string CanonicalPath = getCanonicalPath(HeaderPath); in isHeaderListHeader()
939 std::string CanonicalPath = getCanonicalPath(HeaderPath); in findHeaderHandle()
952 std::string CanonicalPath = getCanonicalPath(HeaderPath); in addHeader()
DModularizeUtilities.h178 static std::string getCanonicalPath(llvm::StringRef FilePath);
/external/testng/src/main/java/org/testng/xml/
DParser.java155 toBeParsed.add(mainFile.getCanonicalPath()); in parse()
193 canonicalPath = new File(parentFile, path).getCanonicalPath(); in parse()
195 canonicalPath = new File(path).getCanonicalPath(); in parse()
/external/antlr/gunit/src/main/java/org/antlr/gunit/
DInterp.java54 testsuiteDir = getTestsuiteDir(f.getCanonicalPath(), f.getName()); in main()
69 testsuiteDir = getTestsuiteDir(f.getCanonicalPath(), f.getName()); in main()
DgUnitBaseTest.java66 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath(); in execLexer()
155 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath(); in execParser()
296 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath(); in execTreeParser()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DSwatDeprecated.java112 this.srcPrefix = srcFile.getCanonicalPath(); in SwatDeprecated()
113 this.dstPrefix = dstFile.getCanonicalPath(); in SwatDeprecated()
167 String inPath = inFile.getCanonicalPath(); in processFile()
DDeprecator.java96 System.out.println("src: " + srcDir.getCanonicalPath()); in main()
97 System.out.println("dst: " + dstDir.getCanonicalPath()); in main()
DCodeMangler.java226 if (outdir.getCanonicalPath().equals(indir.getCanonicalPath())) { in CodeMangler()
381 … if (verbose) System.out.println("no changes necessary to " + infile.getCanonicalPath()); in processFile()
573 System.err.println(" in file: " + outfile.getCanonicalPath()); in processFile()
/external/testng/src/test/java/test/distributed/
DDistributedTest.java101 startSlave( slaveFile.getCanonicalPath()); in startSlaves()
104 startSlave( slaveFile.getCanonicalPath()); in startSlaves()
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/runner/
DgUnitAdapter.java62 … final CharStream input = new ANTLRFileStream(testSuite.getTestSuiteFile().getCanonicalPath()); in run()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/
DExpander.java239 String targetDirPath = targetDirectory.getCanonicalPath(); in expand()
246 if (!f.getCanonicalPath().startsWith(targetDirPath)) { in expand()
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
DFileSystemResourceLoader.java79 fullPath = file.getCanonicalPath(); in getResourceVersionId()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEnvironmentTest.java139 assertThat(externalFilesDirs[0].getCanonicalPath()).contains("external_dir_1"); in getExternalFilesDirs()
140 assertThat(externalFilesDirs[1].getCanonicalPath()).contains("external_dir_2"); in getExternalFilesDirs()
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
DProgressListenerImpl.java109 return abbr.abbreviate(file.getCanonicalPath()); in getShortName()
/external/grpc-grpc/src/android/test/interop/app/src/androidTest/java/io/grpc/interop/cpp/
DInteropTest.java60 InteropActivity.configureSslRoots(outFile.getCanonicalPath()); in setUp()
/external/antlr/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
DANTLR3.java468 …log("All dependencies of grammar file \'" + target.getCanonicalPath() + "\' are up to date.", Proj… in execute()
605 …log("Write dependencies for '" + target.toString() + "' to file '" + f.getCanonicalPath() + "'", P… in dependencyCheck()
679 … throw new BuildException("Could not open \'" + f.getCanonicalPath() + "\' for reading."); in dependencyCheck()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/io/
DFileMatchersTest.java77 …file canonical path", FileMatchers.aFileWithCanonicalPath(equalTo(file.getCanonicalPath())), file); in testAFileWithCanonicalPath()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/
DIndexGenerator.java72 pw.println("# from contents of " + inDir.getCanonicalPath()); in main()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/io/
DFileMatchers.java55 return actual.getCanonicalPath();
/external/llvm-project/clang-tools-extra/clangd/indexer/
DIndexerMain.cpp50 auto AbsPath = getCanonicalPath(F, SM); in create()
/external/llvm-project/clang-tools-extra/clangd/refactor/
DTweak.cpp94 if (auto FilePath = getCanonicalPath(SM.getFileEntryForID(FID), SM)) in fileEdit()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
DJarTypeSolver.java52 this(pathToJar.getCanonicalPath()); in JarTypeSolver()

123