Home
last modified time | relevance | path

Searched refs:SrcPath (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp84 static bool real_path(StringRef SrcPath, SmallVectorImpl<char> &RealPath) { in real_path() argument
89 if (!realpath(SrcPath.str().c_str(), CanonicalPath)) in real_path()
157 bool ModuleDependencyCollector::getRealPath(StringRef SrcPath, in getRealPath() argument
161 StringRef FileName = path::filename(SrcPath); in getRealPath()
162 std::string Dir = path::parent_path(SrcPath).str(); in getRealPath()
/external/compiler-rt/
DMakefile233 $(call Set,Tmp.SrcPath,$(ProjSrcRoot)/$(Tmp.SubDir))
250 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.s $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
253 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.S $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
256 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.c $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
259 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.cc $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
/external/clang/include/clang/Frontend/
DUtils.h130 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result);