Home
last modified time | relevance | path

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

123

/external/autotest/client/site_tests/power_IdleSuspend/
Dpower_IdleSuspend.py33 mounts = () variable in power_IdleSuspend
37 self.mounts = []
53 self.mounts.append(mount_path)
59 self.mounts.append('/sys/power/state')
109 for mount in self.mounts:
/external/autotest/site_utils/lxc/
Dlxc_config_unittest.py58 self.assertEqual(len(config), len(container.mounts))
87 self.assertEqual(len(config), len(container.mounts))
101 self.mounts = []
122 self.mounts.append(self.MountConfig(src, dst, ro))
136 return mount in self.mounts
/external/ltp/testcases/kernel/fs/fs_bind/
DREADME23 Note that bind mounts are not recursive. To get a recursive bind mount
26 Another limitation of simple bind mounts is they cannot propagate future binds:
42 to mnt2. Shared subtrees allow propagation whereas bind mounts do not.
76 testing functionality of different types of mounts, different combinations,
90 Basic tests of bind and move mounts are part of the test_fs_bind.sh test
98 common setup, creating, and comparing mounts.
134 stderr was non-empty. mounts.*, files.*, and dirs.* files will be left for
/external/linux-kselftest/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests20 mount_info=`grep pstore /proc/mounts`
27 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dclosures.c314 open_temp_exec_file_mnt (const char *mounts) in open_temp_exec_file_mnt() argument
319 if (mounts != last_mounts) in open_temp_exec_file_mnt()
324 last_mounts = mounts; in open_temp_exec_file_mnt()
326 if (mounts) in open_temp_exec_file_mnt()
327 last_mntent = setmntent (mounts, "r"); in open_temp_exec_file_mnt()
/external/selinux/policycoreutils/scripts/
Dfixfiles48 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)seclabel(,|$)' && echo $i
50 …grep " $i " /proc/self/mounts | grep -v "context=" | egrep --silent '(ext[234]| ext4dev | gfs2 | x…
58 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)rw(,|$)' && echo $i
65 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)ro(,|$)' && echo $i
/external/autotest/client/site_tests/platform_CryptohomeMigrateKey/
Dcontrol18 keys. It first mounts and unmounts a vault using an old key, then migrates from
19 an old key to a new key, and finally mounts and unmounts using the new key.
/external/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_common.sh96 mount_point=`grep -w $subsystem /proc/mounts | cut -f 2 | cut -d " " -f2`
123 if grep -q "$mount_point" /proc/mounts; then
/external/ltp/testcases/commands/eject/
Deject-tests.sh45 if grep -q "$CD_DRIVE" /proc/mounts; then
119 if grep -q "$CD_DRIVE" /proc/mounts; then
/external/autotest/client/site_tests/platform_FilePerms/
Dplatform_FilePerms.py306 mounts = {}
323 mounts[fields[1]] = {'device': fields[0],
326 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/autotest/client/site_tests/security_Minijail0/src/
Dtest-mount-tmpfs12 grep "tmpfs.*ro.*uid=5446" /proc/mounts || die "tmpfs not mounted with data"
Dtest-create-mount-destination12 grep "test_null" /proc/mounts || die "test_null not mounted"
/external/ltp/runtest/
Dfs_bind1 #DESCRIPTION:Bind mounts and shared subtrees
/external/linux-kselftest/tools/testing/selftests/ftrace/
Dftracetest92 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
94 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1`
/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/ltp/testcases/kernel/security/smack/
Dsmack_common.sh32 grep -q $smackfsdir /proc/mounts
/external/ltp/tools/pounder21/
Dnfs_logging53 IS_MOUNTED=`grep "$POUNDER_LOGLOCAL " /proc/mounts | wc -l`
/external/ltp/tools/pounder21/build_scripts/
Dbonnie++32 MOUNTS=`egrep "(ext|reiser)" /proc/mounts | awk -F " " '{print $2}'`
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/
Dcontrol7 PURPOSE = "Tests Cryptohome's protection against non-directory mounts."
/external/ltp/tools/pounder21/test_scripts/
Dbonnie++40 MOUNTS=`egrep "(ext|reiser)" /proc/mounts | awk -F " " '{print $2}'`
/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.
/external/ltp/testcases/kernel/controllers/cpuset/
Dcpuset_regression_test.sh48 grep -w cpuset /proc/mounts > tmpfile

123