Home
last modified time | relevance | path

Searched refs:mounts (Results 1 – 25 of 43) sorted by relevance

12

/external/autotest/client/site_tests/power_IdleSuspend/
Dpower_IdleSuspend.py33 mounts = () variable in power_IdleSuspend
37 self.mounts = []
52 self.mounts.append(mount_path)
58 self.mounts.append('/sys/power/state')
105 for mount in self.mounts:
/external/autotest/client/site_tests/platform_CryptohomeMigrateKey/
Dcontrol19 keys. It first mounts and unmounts a vault using an old key, then migrates from
20 an old key to a new key, and finally mounts and unmounts using the new key.
/external/selinux/policycoreutils/scripts/
Dfixfiles46 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)seclabel(,|$)' && echo $i
48 …grep " $i " /proc/self/mounts | grep -v "context=" | egrep --silent '(ext[234]| ext4dev | gfs2 | x…
56 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)rw(,|$)' && echo $i
63 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)ro(,|$)' && echo $i
/external/autotest/client/site_tests/platform_FilePerms/
Dplatform_FilePerms.py160 mounts = {}
173 mounts[fields[1]] = {'device': fields[0],
176 return mounts
/external/autotest/client/tests/cgroup/
Dcgroup_common.py321 mounts = []
326 mounts.append(line)
333 for mount in mounts:
/external/autotest/client/cros/
Dliststorage.py115 mounts = open("/proc/mounts").readlines()
117 for line in mounts:
/external/wpa_supplicant_8/src/utils/
Dwpa_debug.c126 int mounts, trace_fd; in wpa_debug_open_linux_tracing() local
131 mounts = open("/proc/mounts", O_RDONLY); in wpa_debug_open_linux_tracing()
132 if (mounts < 0) { in wpa_debug_open_linux_tracing()
137 buflen = read(mounts, buf, sizeof(buf) - 1); in wpa_debug_open_linux_tracing()
138 close(mounts); in wpa_debug_open_linux_tracing()
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/
Dcontrol7 PURPOSE = "Tests Cryptohome's protection against non-directory mounts."
/external/autotest/client/site_tests/platform_CryptohomeFio/
Dcontrol11 session, but mounts a special user dir for the test.
Dcontrol.dirty_setting11 session, but mounts a special user dir for the test.
Dcontrol.stress11 session, but mounts a special user dir for the test.
/external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
Dcontrol16 cryptohome mounts successfully. Best used on an account with many things to
/external/autotest/client/bin/
Dsite_utils.py383 def mounts(): function
394 return path in [m['dest'] for m in mounts()]
/external/v8/test/mjsunit/asm/embenchen/
Dcopy.js2304 …}var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",… property
2634 var mounts = [];
2640 mounts.push(m);
2642 check.push.apply(check, m.mounts);
2645 return mounts;
2652 var mounts = FS.getMounts(FS.root.mount);
2663 if (++completed >= mounts.length) {
2669 mounts.forEach(function (mount) {
2701 mounts: [] property
2717 node.mount.mounts.push(mount);
[all …]
Dprimes.js2318 …}var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",… property
2648 var mounts = [];
2654 mounts.push(m);
2656 check.push.apply(check, m.mounts);
2659 return mounts;
2666 var mounts = FS.getMounts(FS.root.mount);
2677 if (++completed >= mounts.length) {
2683 mounts.forEach(function (mount) {
2715 mounts: [] property
2731 node.mount.mounts.push(mount);
[all …]
Dcorrections.js2304 …}var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",… property
2634 var mounts = [];
2640 mounts.push(m);
2642 check.push.apply(check, m.mounts);
2645 return mounts;
2652 var mounts = FS.getMounts(FS.root.mount);
2663 if (++completed >= mounts.length) {
2669 mounts.forEach(function (mount) {
2701 mounts: [] property
2717 node.mount.mounts.push(mount);
[all …]
Dmemops.js2412 …}var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",… property
2742 var mounts = [];
2748 mounts.push(m);
2750 check.push.apply(check, m.mounts);
2753 return mounts;
2760 var mounts = FS.getMounts(FS.root.mount);
2771 if (++completed >= mounts.length) {
2777 mounts.forEach(function (mount) {
2809 mounts: [] property
2825 node.mount.mounts.push(mount);
[all …]
Dfannkuch.js2443 …}var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",… property
2773 var mounts = [];
2779 mounts.push(m);
2781 check.push.apply(check, m.mounts);
2784 return mounts;
2791 var mounts = FS.getMounts(FS.root.mount);
2802 if (++completed >= mounts.length) {
2808 mounts.forEach(function (mount) {
2840 mounts: [] property
2856 node.mount.mounts.push(mount);
[all …]
Dfasta.js2687 …}var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",… property
3017 var mounts = [];
3023 mounts.push(m);
3025 check.push.apply(check, m.mounts);
3028 return mounts;
3035 var mounts = FS.getMounts(FS.root.mount);
3046 if (++completed >= mounts.length) {
3052 mounts.forEach(function (mount) {
3084 mounts: [] property
3100 node.mount.mounts.push(mount);
[all …]
Dzlib.js2413 …}var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",… property
2743 var mounts = [];
2749 mounts.push(m);
2751 check.push.apply(check, m.mounts);
2754 return mounts;
2761 var mounts = FS.getMounts(FS.root.mount);
2772 if (++completed >= mounts.length) {
2778 mounts.forEach(function (mount) {
2810 mounts: [] property
2826 node.mount.mounts.push(mount);
[all …]
Dbox2d.js2661 …}var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",… property
2991 var mounts = [];
2997 mounts.push(m);
2999 check.push.apply(check, m.mounts);
3002 return mounts;
3009 var mounts = FS.getMounts(FS.root.mount);
3020 if (++completed >= mounts.length) {
3026 mounts.forEach(function (mount) {
3058 mounts: [] property
3074 node.mount.mounts.push(mount);
[all …]
/external/autotest/client/site_tests/suite_HWQual/
DREADME.txt56 - Unmount any mounts on the USB device.
/external/selinux/policycoreutils/
DChangeLog224 * sandbox: do not propogate inside mounts outside
280 * setfiles: close /proc/mounts file when finished
478 * Modify setfiles to exclude mounts without seclabel option in
479 /proc/mounts on kernels >= 2.6.30 from Thomas Liu.
/external/selinux/libselinux/
DChangeLog362 * Check /proc/filesystems before /proc/mounts for selinuxfs from Eric
1204 * Changed to discover selinuxfs mount point via /proc/mounts
/external/blktrace/doc/
Dblktrace.tex258 This filesystem will be automatically checked every 27 mounts or

12