Searched refs:LSB_RELEASE (Results 1 – 8 of 8) sorted by relevance
20 LSB_RELEASE='/etc/lsb-release'97 elif [ -r "${LSB_RELEASE}" ]; then98 if grep -q 'DISTRIB_ID=Ubuntu' "${LSB_RELEASE}"; then100 os_version_=`cat "${LSB_RELEASE}" \
32 with open(constants.LSB_RELEASE) as lsb_release_file:118 if os.path.exists(constants.LSB_RELEASE):
239 find_program(LSB_RELEASE lsb_release)240 if (LSB_RELEASE)241 execute_process(COMMAND ${LSB_RELEASE} -is
89 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()
143 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()
1576 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()