OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_distro
(Results
1 - 2
of
2
) sorted by null
/external/chromium/build/
install-chroot.sh
279
host_distro
=$(grep DISTRIB_CODENAME /etc/lsb-release 2>/dev/null | \
282
"${
host_distro
}" = "${distname}" -a "${arch}" = 32bit ] && \
/external/chromium_org/build/
install-chroot.sh
648
host_distro
=$(grep -s DISTRIB_CODENAME /etc/lsb-release | \
651
"${
host_distro
}" = "${distname}" -a "${arch}" = 32bit ] && \
Completed in 236 milliseconds