/external/autotest/client/site_tests/power_IdleSuspend/ |
D | power_IdleSuspend.py | 33 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/ |
D | control | 19 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/ |
D | fixfiles | 46 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/ |
D | platform_FilePerms.py | 160 mounts = {} 173 mounts[fields[1]] = {'device': fields[0], 176 return mounts
|
/external/autotest/client/tests/cgroup/ |
D | cgroup_common.py | 321 mounts = [] 326 mounts.append(line) 333 for mount in mounts:
|
/external/autotest/client/cros/ |
D | liststorage.py | 115 mounts = open("/proc/mounts").readlines() 117 for line in mounts:
|
/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.c | 126 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/ |
D | control | 7 PURPOSE = "Tests Cryptohome's protection against non-directory mounts."
|
/external/autotest/client/site_tests/platform_CryptohomeFio/ |
D | control | 11 session, but mounts a special user dir for the test.
|
D | control.dirty_setting | 11 session, but mounts a special user dir for the test.
|
D | control.stress | 11 session, but mounts a special user dir for the test.
|
/external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/ |
D | control | 16 cryptohome mounts successfully. Best used on an account with many things to
|
/external/autotest/client/bin/ |
D | site_utils.py | 383 def mounts(): function 394 return path in [m['dest'] for m in mounts()]
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | copy.js | 2304 …}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 …]
|
D | primes.js | 2318 …}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 …]
|
D | corrections.js | 2304 …}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 …]
|
D | memops.js | 2412 …}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 …]
|
D | fannkuch.js | 2443 …}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 …]
|
D | fasta.js | 2687 …}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 …]
|
D | zlib.js | 2413 …}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 …]
|
D | box2d.js | 2661 …}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/ |
D | README.txt | 56 - Unmount any mounts on the USB device.
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 224 * 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/ |
D | ChangeLog | 362 * Check /proc/filesystems before /proc/mounts for selinuxfs from Eric 1204 * Changed to discover selinuxfs mount point via /proc/mounts
|
/external/blktrace/doc/ |
D | blktrace.tex | 258 This filesystem will be automatically checked every 27 mounts or
|