Home
last modified time | relevance | path

Searched refs:LSB_RELEASE (Results 1 – 7 of 7) sorted by relevance

/external/shflags/lib/
Dversions15 LSB_RELEASE='/etc/lsb-release'
81 if [ -r "${LSB_RELEASE}" ]; then
82 if grep -q 'DISTRIB_ID=Ubuntu' "${LSB_RELEASE}"; then
83 os_version_=`cat "${LSB_RELEASE}" \
/external/autotest/client/common_lib/
Dlsbrelease_utils.py33 with open(constants.LSB_RELEASE) as lsb_release_file:
119 if os.path.exists(constants.LSB_RELEASE):
/external/autotest/client/cros/
Dconstants.py87 LSB_RELEASE = '/etc/lsb-release' variable
/external/autotest/server/hosts/
Dteststation_host.py91 self.run('cat %s | grep -q moblab' % cros_constants.LSB_RELEASE)
Dgce_host.py117 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()
Dservo_host.py338 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()
Dcros_host.py894 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()