HomeSort by relevance Sort by last modified time
    Searched refs:GetRelativePath (Results 1 - 7 of 7) sorted by null

  /external/ltp/android/tools/
make_parser.py 57 def GetRelativePath(self, path):
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)))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DependencyRules.py 29 from Library.Misc import GetRelativePath
275 InstallPath = GetRelativePath(DecPath,WorkSP)
276 DecFileRelaPath = GetRelativePath(DecFile,WorkSP)
338 InstallPath = GetRelativePath(DecPath,WorkSP)
339 DecFileRelaPath = GetRelativePath(DecFile,WorkSP)
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 274 static UString GetRelativePath(const UString &to, const UString &from)
358 prop = GetRelativePath(simpleName, fs2us(fullPath));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DecPomAlignment.py 73 from Library.Misc import GetRelativePath
134 self.SetPackagePath(GetRelativePath(Path, self.WorkspaceDir))
135 self.SetCombinePath(GetRelativePath(Filename, self.WorkspaceDir))
    [all...]
InfPomAlignment.py 30 from Library.Misc import GetRelativePath
156 CombinePath = GetRelativePath(self.FullPath, self.WorkSpace)
161 ModuleRelativePath = GetRelativePath(ModulePath, self.GetPackagePath())
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 32 from Library.Misc import GetRelativePath
489 RelaPath = GetRelativePath(Path, WorkspaceDir)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 610 def GetRelativePath(Fullpath, Workspace):
    [all...]

Completed in 256 milliseconds