Home
last modified time | relevance | path

Searched refs:apk (Results 1 – 25 of 48) sorted by relevance

12

/development/scripts/
Dstack_core.py209 def ExtractLibFromApk(self, apk, shared_lib_name): argument
214 if subprocess.call(["unzip", "-p", apk, shared_lib_name], stdout=tmp_fd) == 0:
236 def GetLibFromApk(self, apk, offset): argument
241 if apk in self.apk_info:
242 apk_full_path, offset_list, tmp_files = self.apk_info[apk]
261 if apk.startswith("/"):
262 apk_full_path = out_dir + apk
264 apk_full_path = os.path.join(out_dir, apk)
266 print "Cannot find apk " + apk;
294 self.apk_info[apk] = [apk_full_path, offset_list, tmp_files]
[all …]
/development/tools/privapp_permissions/
Dprivapp_permissions.py305 for apk in apks:
306 if apk.startswith(DEVICE_PREFIX):
307 device_apk = apk[len(DEVICE_PREFIX):]
309 apk = self.adb.pull(device_apk)
314 ret_apks.append(apk)
315 elif not os.path.isfile(apk):
316 raise MissingResourceError('File "%s" does not exist.' % apk)
318 ret_apks.append(apk)
/development/samples/BusinessCard/
DAndroid.bp3 // Only compile source java files in this apk.
16 // Only compile source java files in this apk.
/development/apps/DumpViewer/
DREADME.md16 adb install -r -g DumpViewer.apk
19 adb install -r -g ${ANDROID_PRODUCT_OUT}/data/app/DumpViewer/DumpViewer.apk
/development/tools/repo_diff/service/repodiff/
DDockerfile3 RUN apk --no-cache add \
19 RUN apk --no-cache add \
/development/vndk/tools/image-diff-tool/
Ddiff.py31 apk = zipfile.ZipFile(filepath)
33 for f in sorted(apk.namelist()):
36 l.append(hashlib.sha1(apk.read(f)).hexdigest())
/development/apps/BuildWidget/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/LceDemo/
DAndroid.bp3 // Only compile source java files in this apk.
/development/apps/SettingInjectorSample/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/BrokenKeyDerivation/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/MultiWindow/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/Wiktionary/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/WiktionarySimple/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/SampleSyncAdapter/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/WiFiDirectServiceDiscovery/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/SkeletonApp/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/BasicGLSurfaceView/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/HelloActivity/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/KeyChainDemo/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/AndroidBeamDemo/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/Obb/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/StackWidget/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/ContactManager/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/ReceiveShareDemo/
DAndroid.bp3 // Only compile source java files in this apk.
/development/samples/WeatherListWidget/
DAndroid.bp3 // Only compile source java files in this apk.

12