OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APT_REPO
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/linux/sysroot_scripts/
sysroot-creator-wheezy.sh
9
APT_REPO
=http://http.us.debian.org/debian
10
REPO_BASEDIR="${
APT_REPO
}/dists/${DIST}"
sysroot-creator-trusty.sh
11
APT_REPO
=http://archive.ubuntu.com/ubuntu
13
REPO_BASEDIR="${
APT_REPO
}/dists/${DIST}"
sysroot-creator.sh
9
#
APT_REPO
=http://archive.ubuntu.com/ubuntu
35
if [ -z "${
APT_REPO
:-}" ]; then
36
echo "error:
APT_REPO
not defined"
50
readonly REPO_BASEDIR="${
APT_REPO
}/dists/${DIST}"
342
DownloadOrCopy ${
APT_REPO
}/pool/${file} ${package}
447
APT_REPO
=${APR_REPO_ARM:=$
APT_REPO
}
Completed in 68 milliseconds