Searched refs:SrcPath (Results 1 – 3 of 3) sorted by relevance
84 static bool real_path(StringRef SrcPath, SmallVectorImpl<char> &RealPath) { in real_path() argument89 if (!realpath(SrcPath.str().c_str(), CanonicalPath)) in real_path()157 bool ModuleDependencyCollector::getRealPath(StringRef SrcPath, in getRealPath() argument161 StringRef FileName = path::filename(SrcPath); in getRealPath()162 std::string Dir = path::parent_path(SrcPath).str(); in getRealPath()
233 $(call Set,Tmp.SrcPath,$(ProjSrcRoot)/$(Tmp.SubDir))250 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.s $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir253 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.S $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir256 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.c $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir259 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.cc $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
130 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result);