Home
last modified time | relevance | path

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

/external/ltp/android/tools/
Dmake_parser.py57 def GetRelativePath(self, path): member in MakeParser
77 return [self.GetRelativePath(i) for i in paths if i[-1] in extensions]
97 target = self.GetRelativePath(path)
100 target = self.GetRelativePath(args.c.replace('"', ""))
116 includes = [self.GetRelativePath(i)
120 target = self.GetRelativePath(args.target)
173 self.dir_stack.append(self.GetRelativePath(m.group(1)))
/external/grpc-grpc/src/compiler/
Dnode_generator.cc86 grpc::string GetRelativePath(const grpc::string& from_file, in GetRelativePath() function
214 GetRelativePath(file->name(), GetJSMessageFilename(file->name())); in PrintImports()
220 grpc::string file_path = GetRelativePath( in PrintImports()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp277 static UString GetRelativePath(const UString &to, const UString &from) in GetRelativePath() function
362 prop = GetRelativePath(simpleName, fs2us(fullPath)); in GetProperty()