Home
last modified time | relevance | path

Searched refs:removePath (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/libomptarget/include/
DSourceInfo.h69 std::string removePath(const std::string &path) const { in removePath() function
77 filename(removePath(getSubstring(0))), line(std::stoi(getSubstring(2))), in SourceInfo()
82 filename(removePath(getSubstring(1))), line(std::stoi(getSubstring(2))), in SourceInfo()
/external/fonttools/Lib/fontTools/ufoLib/
D__init__.py1114 def removePath(self, path, force=False, removeEmptyParents=True): member in UFOWriter
1139 removeFileForPath = removePath
1246 self.removePath(GROUPS_FILENAME, force=True, removeEmptyParents=False)
1346 self.removePath(KERNING_FILENAME, force=True, removeEmptyParents=False)
1367 self.removePath(LIB_FILENAME, force=True, removeEmptyParents=False)
1386 self.removePath(FEATURES_FILENAME, force=True, removeEmptyParents=False)
1614 self.removePath(foundDirectory, removeEmptyParents=False)
1628 self.removePath(f"{DATA_DIRNAME}/{fsdecode(fileName)}")
1659 self.removePath(f"{IMAGES_DIRNAME}/{fsdecode(fileName)}")