Home
last modified time | relevance | path

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

/external/shflags/lib/
Dversions20 LSB_RELEASE='/etc/lsb-release'
97 elif [ -r "${LSB_RELEASE}" ]; then
98 if grep -q 'DISTRIB_ID=Ubuntu' "${LSB_RELEASE}"; then
100 os_version_=`cat "${LSB_RELEASE}" \
/external/autotest/client/common_lib/
Dlsbrelease_utils.py32 with open(constants.LSB_RELEASE) as lsb_release_file:
118 if os.path.exists(constants.LSB_RELEASE):
/external/llvm-project/openmp/libomptarget/cmake/Modules/
DLibomptargetGetDependencies.cmake239 find_program(LSB_RELEASE lsb_release)
240 if (LSB_RELEASE)
241 execute_process(COMMAND ${LSB_RELEASE} -is
/external/autotest/client/cros/
Dconstants.py89 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()
Dbase_servohost.py143 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()
Dcros_host.py1576 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()