OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHROOT_DIR
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/libcbor/dist/
.travis-qemu.sh
7
CHROOT_DIR
=/tmp/arm-chroot
23
sudo mkdir ${
CHROOT_DIR
}
25
--arch=${CHROOT_ARCH} ${VERSION} ${
CHROOT_DIR
} ${MIRROR}
26
sudo cp /usr/bin/qemu-arm-static ${
CHROOT_DIR
}/usr/bin/
27
sudo chroot ${
CHROOT_DIR
} ./debootstrap/debootstrap --second-stage
29
${VERSION} ${
CHROOT_DIR
} ${MIRROR}
38
sudo chroot ${
CHROOT_DIR
} apt-get update
39
sudo chroot ${
CHROOT_DIR
} apt-get --allow-unauthenticated install \
43
sudo mkdir -p ${
CHROOT_DIR
}/${TRAVIS_BUILD_DIR}
44
sudo rsync -a ${TRAVIS_BUILD_DIR}/ ${
CHROOT_DIR
}/${TRAVIS_BUILD_DIR}
[
all
...]
/src/external/bsd/unbound/include/
config.h
14
#define
CHROOT_DIR
"/var/chroot/unbound"
26
#define CONFIGFILE
CHROOT_DIR
"/etc/unbound/unbound.conf"
947
#define ROOT_ANCHOR_FILE
CHROOT_DIR
"/etc/unbound/root.key"
956
#define RUN_DIR
CHROOT_DIR
"/etc/unbound"
959
#define SHARE_DIR
CHROOT_DIR
"/etc/unbound"
/src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c
52
#define
CHROOT_DIR
"/var/chroot/tftp-proxy"
130
if (chroot(
CHROOT_DIR
) || chdir("/")) {
131
syslog(LOG_ERR, "chroot %s: %m",
CHROOT_DIR
);
/src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c
55
#define
CHROOT_DIR
"/var/chroot/ftp-proxy"
284
if (chroot(
CHROOT_DIR
) != 0 || chdir("/") != 0 ||
290
if (chroot(
CHROOT_DIR
) != 0 || chdir("/") != 0 ||
/src/external/bsd/unbound/dist/
config.h.in
13
#undef
CHROOT_DIR
/src/external/bsd/unbound/dist/util/
config_file.c
202
if(!(cfg->chrootdir = strdup(
CHROOT_DIR
))) goto error_exit;
Completed in 63 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026