Searched refs:LSB_RELEASE (Results 1 – 7 of 7) sorted by relevance
15 LSB_RELEASE='/etc/lsb-release'81 if [ -r "${LSB_RELEASE}" ]; then82 if grep -q 'DISTRIB_ID=Ubuntu' "${LSB_RELEASE}"; then83 os_version_=`cat "${LSB_RELEASE}" \
33 with open(constants.LSB_RELEASE) as lsb_release_file:119 if os.path.exists(constants.LSB_RELEASE):
87 LSB_RELEASE = '/etc/lsb-release' variable
91 self.run('cat %s | grep -q moblab' % cros_constants.LSB_RELEASE)
117 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()
338 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()
894 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()