Home
last modified time | relevance | path

Searched refs:mounted (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/ltp/testcases/kernel/fs/squashfs/
Dsquashfs01.c42 static int mounted; variable
46 if (mounted) in cleanup()
92 mounted = 1; in run()
95 mounted = 0; in run()
/third_party/ltp/testcases/kernel/controllers/cpuacct/
Dcpuacct.sh26 mounted=1
102 mounted=0
108 if [ "$mounted" -eq "0" ]; then
133 if [ "$mounted" -ne 1 ]; then
/third_party/ltp/testcases/kernel/fs/quota_remount/
Dquota_remount_test01.sh34 [ "$mounted" ] || return
36 mounted=
51 mounted=1
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx07.c63 static int mounted; variable
147 mounted = 1; in setup()
160 if (mounted) in cleanup()
/third_party/ltp/testcases/kernel/controllers/pids/
Dpids.sh21 mounted=1
43 if [ "$mounted" -ne "1" ]; then
74 mounted=0
80 if [ "$mounted" -eq "0" ]; then
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
Devm_overlay.sh43 mounted=1
84 [ -n "$mounted" ] || return 0
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
Dcgroup_xattr.c54 int mounted; member
191 if (!cgrp_opt[i].mounted) in test_run()
242 if (cgrp_opt[i].mounted) { in cleanup()
318 opt->mounted = 1; in mount_cgroup()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/
Dvideo_demo.dart110 if (!mounted) {
149 if (mounted)
226 if (mounted) {
311 if (!mounted) {
376 if (mounted) {
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap05.c61 static int mounted, restore_shmmax, restore_overcomm_hgpgs; variable
171 if (mounted) in cleanup()
237 mounted = 1; in setup()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dtable_test.dart710 expect(state11.mounted, isTrue);
711 expect(state12.mounted, isTrue);
712 expect(state21.mounted, isTrue);
713 expect(state22.mounted, isTrue);
732 expect(state11.mounted, isFalse);
733 expect(state12.mounted, isFalse);
734 expect(state21.mounted, isTrue);
735 expect(state22.mounted, isTrue);
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dautomatic_keep_alive.dart92 if (!mounted) {
109 assert(mounted);
145 if (!mounted) {
205 // haven't been deactivated yet. (This is why we check mounted
213 if (mounted && _handles.isEmpty) {
214 // If mounted is false, we went away as well, so there's nothing to do.
Ddrag_target.dart230 /// need to check [State.mounted] to check whether the state receiving the
240 /// need to check [State.mounted] to check whether the state receiving the
250 /// This function will only be called while this widget is still mounted to
251 /// the tree (i.e. [State.mounted] is true).
391 if (mounted) {
399 if (mounted && widget.onDragEnd != null) {
534 if (!mounted)
546 if (!mounted)
/third_party/mesa3d/.gitlab-ci/common/
Dinit-stage1.sh13 mount -t devtmpfs none /dev || echo possibly already mounted
/third_party/ntfs-3g/
DREADME.md89 read-write mounted for everybody the following way as the root user
90 (unmount the volume if it was already mounted, and replace /dev/sda1
99 You can also make NTFS to be mounted during boot by putting the below
/third_party/ltp/testcases/commands/unshare/
Dunshare01.sh98 mounted)
/third_party/ltp/testcases/kernel/security/smack/
DREADME6 The smackfs filesystem must be mounted at /smack. One way to accomplish
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Drefresh_indicator.dart332 if (mounted && _mode == newMode) {
350 if (mounted && _mode == _RefreshIndicatorMode.snap) {
373 if (mounted && _mode == _RefreshIndicatorMode.refresh) {
393 /// should check that the state is still [mounted] before calling [setState].
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dpersistent_bottom_sheet_demo.dart50 if (mounted) {
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_direct_mode_display.adoc26 HMDs (head mounted displays) from the native platform's display management
DVK_EXT_direct_mode_display.txt26 HMDs (head mounted displays) from the native platform's display management
/third_party/ltp/testcases/kdump/sample/
Drunkdump.BASIC_LKDTM.SLES75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.CRASHER.SLES75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.EXTRA_LKDTM.RHEL75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.BASIC_LKDTM.RHEL75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.CRASHER.RHEL75 # Dump vmcore on a mounted NFS filesystem.

12345