Home
last modified time | relevance | path

Searched refs:apk_package (Results 1 – 6 of 6) sorted by relevance

/external/v8/build/android/gyp/
Dapk_install.py29 def GetNewMetadata(device, apk_package): argument
37 apk_matcher = lambda s: re.match('.*%s(-[0-9]*)?(.apk)?$' % apk_package, s)
41 def HasInstallMetadataChanged(device, apk_package, metadata_path): argument
47 return expected_file.read() != device.GetInstallMetadata(apk_package)
50 def RecordInstallMetadata(device, apk_package, metadata_path): argument
52 metadata = GetNewMetadata(device, apk_package)
94 apk_package = apk_helper.GetPackageName(options.apk_path)
100 force_install = HasInstallMetadataChanged(device, apk_package, metadata_path)
109 RecordInstallMetadata(device, apk_package, metadata_path)
Dcreate_device_library_links.py62 apk_package = apk_helper.GetPackageName(options.apk)
63 apk_libraries_dir = '/data/data/%s/lib' % apk_package
/external/v8/build/android/gyp/util/
Dbuild_device.py48 def GetInstallMetadata(self, apk_package): argument
55 apk_matcher = lambda s: re.match('.*%s(-[0-9]*)?.apk$' % apk_package, s)
/external/v8/build/android/buildbot/
Dbb_device_steps.py54 def I(name, apk, apk_package, test_apk, test_data, isolate_file_path=None, argument
57 return I_TEST(name, apk, apk_package, test_apk, test_data, isolate_file_path,
90 [InstallablePackage(i.name, i.apk, i.apk_package)
219 '--apk_package', test.apk_package,
/external/v8/build/android/incremental_install/
Dinstaller.py112 apk_package = apk.GetPackageName()
113 device_incremental_dir = _GetDeviceIncrementalDir(apk_package)
/external/v8/build/android/
Dapkbuilder_action.gypi34 … 'inputs_list_file': '>|(apk_package.<(_target_name).<(apk_name).gypcmd >@(package_input_paths))',