OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apk_package
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/build/android/gyp/
apk_install.py
26
def GetNewMetadata(device,
apk_package
):
27
"""Gets the metadata on the device for the
apk_package
apk."""
34
apk_matcher = lambda s: re.match('.*%s(-[0-9]*)?(.apk)?$' %
apk_package
, s)
38
def HasInstallMetadataChanged(device,
apk_package
, metadata_path):
39
"""Checks if the metadata on the device for
apk_package
has changed."""
44
return expected_file.read() != device.GetInstallMetadata(
apk_package
)
47
def RecordInstallMetadata(device,
apk_package
, metadata_path):
48
"""Records the metadata from the device for
apk_package
."""
49
metadata = GetNewMetadata(device,
apk_package
)
79
apk_package
= apk_helper.GetPackageName(options.apk_path
[
all
...]
create_device_library_links.py
60
apk_package
= apk_helper.GetPackageName(options.apk)
61
apk_libraries_dir = '/data/data/%s/lib' %
apk_package
/external/chromium_org/build/android/gyp/util/
build_device.py
45
def GetInstallMetadata(self,
apk_package
):
46
"""Gets the metadata on the device for the
apk_package
apk."""
52
apk_matcher = lambda s: re.match('.*%s(-[0-9]*)?.apk$' %
apk_package
, s)
/external/chromium_org/build/android/buildbot/
bb_device_steps.py
39
#
apk_package
: package for the apk to be installed.
46
'name', 'apk', '
apk_package
', 'test_apk', 'test_data', 'host_driven_root',
54
def I(name, apk,
apk_package
, test_apk, test_data, host_driven_root=None,
56
return I_TEST(name, apk,
apk_package
, test_apk, test_data, host_driven_root,
233
args = ['--
apk_package
', test.
apk_package
]
Completed in 111 milliseconds