Home
last modified time | relevance | path

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

/external/chromium_org/base/
Dsys_info_chromeos.cc59 std::string lsb_release, lsb_release_time_str; in Parse() local
62 env->GetVar(kLsbReleaseKey, &lsb_release) && in Parse()
74 ReadFileToString(path, &lsb_release); in Parse()
79 ParseLsbRelease(lsb_release); in Parse()
108 void ParseLsbRelease(const std::string& lsb_release) { in ParseLsbRelease() argument
113 SplitStringIntoKeyValuePairs(lsb_release, '=', '\n', &pairs); in ParseLsbRelease()
210 void SysInfo::SetChromeOSVersionInfoForTest(const std::string& lsb_release, in SetChromeOSVersionInfoForTest() argument
213 env->SetVar(kLsbReleaseKey, lsb_release); in SetChromeOSVersionInfoForTest()
Dsys_info.h115 static void SetChromeOSVersionInfoForTest(const std::string& lsb_release,
/external/chromium_org/third_party/skia/tools/
Dinstall_dependencies.sh13 if command -v lsb_release > /dev/null ; then
14 case $(lsb_release -i -s) in
25 if [ $(lsb_release -r -s) = '14.04' ] ; then
/external/skia/tools/
Dinstall_dependencies.sh13 if command -v lsb_release > /dev/null ; then
14 case $(lsb_release -i -s) in
25 if [ $(lsb_release -r -s) = '14.04' ] ; then
/external/chromium_org/build/
Dinstall-build-deps.sh67 if ! which lsb_release > /dev/null; then
72 lsb_release=$(lsb_release --codename --short)
75 if [[ ! $lsb_release =~ $ubuntu_codenames ]]; then
267 if [ "$lsb_release" = "trusty" ]; then
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dcros_interface.py26 lsb_release = '/etc/lsb-release'
27 if sys.platform.startswith('linux') and os.path.exists(lsb_release):
28 with open(lsb_release, 'r') as f:
/external/chromium_org/chrome/installer/linux/common/
Drpm.include67 LSB_RELEASE="$(which lsb_release 2> /dev/null)"
69 RELEASE=$(lsb_release -i 2> /dev/null | sed 's/:\t/:/' | cut -d ':' -f 2-)
/external/ceres-solver/cmake/
DFindSuiteSparse.cmake590 FIND_PROGRAM(LSB_RELEASE_EXECUTABLE lsb_release)
593 # this bug) should have lsb_release, if it isn't present we are likely