Home
last modified time | relevance | path

Searched refs:fixedPath (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp150 std::string fixedPath = std::string(path); in canonicalizePath() local
151 std::replace(fixedPath.begin(), fixedPath.end(), sep, '/'); in canonicalizePath()
152 return fixedPath; in canonicalizePath()
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java55 transient String[] fixedPath = new String[1]; field in XMLSource
170 String distinguishingXPath = CLDRFile.getDistinguishingXPath(xpath, fixedPath); in putValueAtPath()
172 if (!fixedPath[0].equals(distinguishingXPath)) { in putValueAtPath()
174 putFullPathAtDPath(distinguishingXPath, fixedPath[0]); in putValueAtPath()
DCLDRFile.java428 String fixedPath = "../../" + dtdType.dtdPath; in write() local
432 fixedPath = dtdDir + dtdType + ".dtd"; in write()
434 pw.println("<!DOCTYPE " + dtdType + " SYSTEM \"" + fixedPath + "\">"); in write()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java1273 for (String fixedPath : fixedPaths) { in checkPathHeader()
1274 checkSubpath(fixedPath); in checkPathHeader()