Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/theme/
Drun_theme_capture_device.py90 def getResDir(outPath, resName): argument
91 resDir = outPath + "/" + resName
95 (themeApkPath, outPath) = setup
101 outPath = outPath + "/%d" % (device.getSdkLevel())
137 resDir = getResDir(outPath, resName)
149 outPath = os.path.abspath(argv[2])
150 os.system("mkdir -p " + outPath)
161 setup = (themeApkPath, outPath)
/cts/tools/utils/
Dandroid_api_description_splitter.py85 def __init__(self, xmlfile, outPath): argument
88 self.out = os.path.join(outPath, "xml")