OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:themeApkPath
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/theme/
generate_images.sh
40
themeApkPath
="$ANDROID_HOST_OUT/cts/android-cts/testcases/CtsThemeDeviceApp.apk"
49
if [ ! -e "$
themeApkPath
" ]; then
55
python $exe $
themeApkPath
$outDir
run_theme_capture_device.py
94
(
themeApkPath
, outPath) = setup
117
(out, err, success) = device.installApk(
themeApkPath
)
156
print "run_theme_capture_device.py
themeApkPath
outDir"
158
themeApkPath
= argv[1]
171
setup = (
themeApkPath
, outPath)
Completed in 88 milliseconds