HomeSort by relevance Sort by last modified time
    Searched refs:LSB_RELEASE (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/common_lib/
lsbrelease_utils.py 31 with open(constants.LSB_RELEASE) as lsb_release_file:
72 if os.path.exists(constants.LSB_RELEASE):
  /external/shflags/lib/
versions 15 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/cros/
constants.py 86 LSB_RELEASE = '/etc/lsb-release'
  /external/autotest/server/hosts/
gce_host.py 97 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()
teststation_host.py 91 self.run('cat %s | grep -q moblab' % cros_constants.LSB_RELEASE)
cros_host.py     [all...]

Completed in 584 milliseconds