Searched refs:lsb_release (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/base/ |
D | sys_info_chromeos.cc | 59 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()
|
D | sys_info.h | 115 static void SetChromeOSVersionInfoForTest(const std::string& lsb_release,
|
/external/chromium_org/third_party/skia/tools/ |
D | install_dependencies.sh | 13 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/ |
D | install_dependencies.sh | 13 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/ |
D | install-build-deps.sh | 67 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/ |
D | cros_interface.py | 26 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/ |
D | rpm.include | 67 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/ |
D | FindSuiteSparse.cmake | 590 FIND_PROGRAM(LSB_RELEASE_EXECUTABLE lsb_release) 593 # this bug) should have lsb_release, if it isn't present we are likely
|