Searched refs:srcBasePath (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/scripts/ |
H A D | make_release.py | 76 def __init__ (self, releaseConfig, srcBasePath, dstBasePath, tmpBasePath): argument 78 self.srcBasePath = srcBasePath 93 return self.srcBasePath 128 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", … 153 def createFileTargets (srcBasePath, dstBasePath, files, filters): argument 167 … targets.append(createFileObj(os.path.join(srcBasePath, file), os.path.join(dstBasePath, file))) 173 …def __init__ (self, srcBasePath, dstBasePath, filters, srcBasePathFunc=PackageBuildInfo.getSrcBase… argument 174 self.srcBasePath = srcBasePath 180 …llSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePath)) 198 fullSrcPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, self.srcFile)) [all …]
|