Searched refs:nativePath (Results 1 – 10 of 10) sorted by relevance
84 def toPortablePath (nativePath): argument86 head, tail = os.path.split(nativePath)
32 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
18 , fPath(path.nativePath()) in SkOpEdgeBuilder()
106 *path = *woundPath.nativePath(); in FixWinding()
104 *path = *woundPath.nativePath(); in FixWinding()
1659 llvm::SmallString<256> nativePath; in writeDependencyFile() local1660 llvm::sys::path::native(filename.str(), nativePath); in writeDependencyFile()1661 llvm::sys::path::remove_dots(nativePath, /*remove_dot_dot=*/true); in writeDependencyFile()1662 for (unsigned i = 0, e = nativePath.size(); i != e; ++i) { in writeDependencyFile()1663 if (nativePath[i] == '#') { in writeDependencyFile()1665 } else if (nativePath[i] == ' ') { in writeDependencyFile()1668 while (j > 0 && nativePath[--j] == '\\') in writeDependencyFile()1670 } else if (nativePath[i] == '$') { in writeDependencyFile()1673 os << nativePath[i]; in writeDependencyFile()
143 llvm::SmallString<128> nativePath; member in __anon613454050111::PDBLinker1412 nativePath = config->pdbPath; in addSections()1413 pdbMakeAbsolute(nativePath); in addSections()1414 uint32_t pdbFilePathNI = dbiBuilder.addECName(nativePath); in addSections()1417 addCommonLinkerModuleSymbols(nativePath, linkerModule); in addSections()
252 Gdiplus::GpPath* nativePath,