OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CUSTOM_LSB_RELEASE
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/autoupdate_StartOOBEUpdate/
autoupdate_StartOOBEUpdate.py
22
_CUSTOM_LSB_RELEASE
= '/mnt/stateful_partition/etc/lsb-release'
26
utils.run('rm %s' % self.
_CUSTOM_LSB_RELEASE
, ignore_status=True)
45
utils.run('touch %s' % self.
_CUSTOM_LSB_RELEASE
)
47
self.
_CUSTOM_LSB_RELEASE
)
49
(update_url, self.
_CUSTOM_LSB_RELEASE
))
154
utils.run('rm %s' % self.
_CUSTOM_LSB_RELEASE
,
/external/autotest/server/site_tests/autoupdate_NonBlockingOOBEUpdate/
autoupdate_NonBlockingOOBEUpdate.py
15
_CUSTOM_LSB_RELEASE
= '/mnt/stateful_partition/etc/lsb-release'
19
self._host.run('rm %s' % self.
_CUSTOM_LSB_RELEASE
, ignore_status=True)
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
autoupdate_ForcedOOBEUpdate.py
21
_CUSTOM_LSB_RELEASE
= '/mnt/stateful_partition/etc/lsb-release'
31
self._host.run('rm %s' % self.
_CUSTOM_LSB_RELEASE
, ignore_status=True)
Completed in 2404 milliseconds