Searched refs:chroot (Results 1 – 6 of 6) sorted by relevance
/tools/treble/build/sandbox/ |
D | nsjail_test.py | 32 chroot='/chroot', 53 chroot='/chroot', 65 chroot='/chroot', 81 chroot='/chroot', 89 chroot='/chroot', 111 chroot='/chroot', 132 chroot='/chroot', 153 chroot='/chroot',
|
D | build_android_sandboxed_test.py | 32 chroot='/chroot', 66 chroot='/chroot', 99 chroot='/chroot', 132 chroot='/chroot', 177 chroot='/chroot', 193 chroot='/chroot',
|
D | nsjail.py | 52 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,
|
D | build_android_sandboxed.py | 30 chroot, argument 96 chroot=chroot, 211 chroot=args['chroot'],
|
D | nsjail.cfg | 110 # This will enable a chroot based NsJail sandbox. A chroot does not provide
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | ArtGTest.java | 24 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()
|