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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
UPT.py 228 AbsPath = GetFullPathDist(Opt.PackFileToInstall, WorkspaceDir)
229 if not AbsPath:
232 Opt.PackFileToInstall = AbsPath
269 AbsPath = GetFullPathDist(Opt.PackFileToReplace, WorkspaceDir)
270 if not AbsPath:
273 Opt.PackFileToReplace = AbsPath
315 # then $(WORKSPACE),and return the AbsPath. If file doesn't find, then return None
319 # @return AbsPath: The Absolute path of the distribution file if existed, None else
328 AbsPath = os.path.normpath(os.path.join(os.getcwd(), DistFile))
329 if not (os.path.exists(AbsPath) and os.path.isfile(AbsPath)):
    [all...]
  /build/kati/
strutil.h 126 void AbsPath(StringPiece s, string* o);
strutil.cc 378 void AbsPath(StringPiece s, string* o) {
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 354 milliseconds