Home
last modified time | relevance | path

Searched refs:chroot (Results 1 – 6 of 6) sorted by relevance

/tools/treble/build/sandbox/
Dnsjail_test.py32 chroot='/chroot',
53 chroot='/chroot',
65 chroot='/chroot',
81 chroot='/chroot',
89 chroot='/chroot',
111 chroot='/chroot',
132 chroot='/chroot',
153 chroot='/chroot',
Dbuild_android_sandboxed_test.py32 chroot='/chroot',
66 chroot='/chroot',
99 chroot='/chroot',
132 chroot='/chroot',
177 chroot='/chroot',
193 chroot='/chroot',
Dnsjail.py52 chroot, argument
115 chroot=chroot,
146 chroot, argument
207 if chroot:
208 chroot = os.path.join(source_dir, chroot)
221 if chroot:
223 source = os.path.join(chroot, mpoints)
482 run(chroot=args.chroot,
Dbuild_android_sandboxed.py30 chroot, argument
96 chroot=chroot,
211 chroot=args['chroot'],
Dnsjail.cfg110 # This will enable a chroot based NsJail sandbox. A chroot does not provide
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DArtGTest.java24 String chroot = ArtChrootPreparer.CHROOT_PATH; in getGTestCmdLineWrapper() local
25 if (fullPath.startsWith(chroot)) { in getGTestCmdLineWrapper()
26 fullPath = fullPath.substring(chroot.length()); in getGTestCmdLineWrapper()
28 return String.format("chroot %s %s %s", chroot, fullPath, flags); in getGTestCmdLineWrapper()