Home
last modified time | relevance | path

Searched refs:mountpoint (Results 1 – 25 of 41) sorted by relevance

12

/external/autotest/client/bin/
Dpartition.py79 def wipe_filesystem(job, mountpoint): argument
80 wipe_cmd = 'rm -rf %s/*' % mountpoint
358 mountpoint = mountpoint_func(partitions[0])
361 job.run_test(test, tag=tag, partitions=partitions, dir=mountpoint, **dargs)
374 def __init__(self, job, device, loop_size=0, mountpoint=None): argument
403 self.mountpoint = mountpoint
443 mountpoint = mountpoint_func(self)
444 if not mountpoint:
448 if not os.path.isdir(mountpoint):
449 os.makedirs(mountpoint)
[all …]
Djob.py836 def partition(self, device, loop_size=0, mountpoint=None): argument
848 if not mountpoint:
849 mountpoint = self.tmpdir
850 return partition_lib.partition(self, device, loop_size, mountpoint)
853 def filesystem(self, device, mountpoint=None, loop_size=0): argument
858 return self.partition(device, loop_size, mountpoint)
/external/autotest/client/profilers/lttng/
Dlttng.py51 self.mountpoint = '/mnt/debugfs'
56 if not os.path.exists(self.mountpoint):
57 os.mkdir(self.mountpoint)
59 utils.system('mount -t debugfs debugfs ' + self.mountpoint,
96 (self.lttctl, self.mountpoint, self.output))
/external/strace/qemu_multiarch_testing/
Dmake-hdc-img.sh3 mountpoint -q /
9 if mountpoint -q hdc.img.dir; then
12 mountpoint -q hdc.img.dir ||
/external/autotest/client/samples/
Dfilesystem17 job.run_test('fsx', dir=part.mountpoint, tag=fstype)
18 job.run_test('iozone', dir=part.mountpoint, tag=fstype)
19 job.run_test('dbench', dir=part.mountpoint, tag=fstype)
Dcontrol.fs23 job.run_test('fsx', dir=partition.mountpoint, tag=fstype)
24 job.run_test('iozone', dir=partition.mountpoint, tag=fstype)
25 job.run_test('dbench', dir=partition.mountpoint, tag=fstype)
Dcontrol.fs_options15 mountpoint=job.tmpdir)
/external/autotest/client/tests/tracing_microbenchmark/
Dtracers.py16 mountpoint = '/sys/kernel/debug' variable in ftrace
17 tracing_dir = os.path.join(mountpoint, 'tracing')
21 utils.system('mount -t debugfs debugfs %s' % self.mountpoint)
/external/autotest/client/tests/xfstests/
Dcontrol74 mountpoint = os.path.join(job.tmpdir, 'xfstests')
75 if not os.path.isdir(mountpoint):
76 os.makedirs(mountpoint)
78 p = job.partition(device=device, mountpoint=mountpoint)
89 os.environ['TEST_DIR'] = p.mountpoint
/external/autotest/client/profilers/blktrace/
Dblktrace.py14 self.mountpoint = '/sys/kernel/debug'
48 result = utils.system("mount | grep '%s'" % self.mountpoint,
/external/autotest/client/cros/
Dverity_utils.py88 if self.mountpoint is not None:
89 system('umount %s' % self.mountpoint)
90 self.mountpoint = None
/external/autotest/client/profilers/ftrace/
Dftrace.py20 mountpoint = '/sys/kernel/debug' variable in ftrace
21 tracing_dir = os.path.join(mountpoint, 'tracing')
/external/minijail/
Dlibminijail.c77 struct mountpoint { struct
82 struct mountpoint *next; argument
134 struct mountpoint *mounts_head;
135 struct mountpoint *mounts_tail;
486 struct mountpoint *b; in minijail_get_original_path()
554 struct mountpoint *m; in minijail_mount()
678 struct mountpoint *m = NULL; in minijail_marshal_helper()
881 struct mountpoint *m = j->mounts_head; in minijail_unmarshal()
990 static int mount_one(const struct minijail *j, struct mountpoint *m) in mount_one()
1985 struct mountpoint *m = j->mounts_head; in minijail_destroy()
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf646 attribute mountpoint;
847 type default_t, file_type, mountpoint;
850 type file_t, file_type, mountpoint;
851 type home_root_t, file_type, mountpoint;
853 type mnt_t, file_type, mountpoint;
858 type root_t, file_type, mountpoint;
859 type src_t, file_type, mountpoint;
861 type tmp_t, mountpoint; #, polydir
862 type usr_t, file_type, mountpoint;
863 type var_t, file_type, mountpoint;
[all …]
/external/toybox/
DAndroid.mk108 toys/other/mountpoint.c \
303 mountpoint \
/external/v8/test/mjsunit/asm/embenchen/
Dcopy.js1886 … var check = FS.readdir(mount.mountpoint).filter(isRealDir).map(toAbsolute(mount.mountpoint));
1909 IDBFS.getDB(mount.mountpoint, function(err, db) {
2374 var mount = node.mount.mountpoint;
2675 },mount:function (type, opts, mountpoint) { argument
2676 var root = mountpoint === '/';
2677 var pseudo = !mountpoint;
2683 var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
2685 mountpoint = lookup.path; // use the absolute path
2700 mountpoint: mountpoint, property
2722 },unmount:function (mountpoint) { argument
[all …]
Dprimes.js1900 … var check = FS.readdir(mount.mountpoint).filter(isRealDir).map(toAbsolute(mount.mountpoint));
1923 IDBFS.getDB(mount.mountpoint, function(err, db) {
2388 var mount = node.mount.mountpoint;
2689 },mount:function (type, opts, mountpoint) { argument
2690 var root = mountpoint === '/';
2691 var pseudo = !mountpoint;
2697 var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
2699 mountpoint = lookup.path; // use the absolute path
2714 mountpoint: mountpoint, property
2736 },unmount:function (mountpoint) { argument
[all …]
Dcorrections.js1886 … var check = FS.readdir(mount.mountpoint).filter(isRealDir).map(toAbsolute(mount.mountpoint));
1909 IDBFS.getDB(mount.mountpoint, function(err, db) {
2374 var mount = node.mount.mountpoint;
2675 },mount:function (type, opts, mountpoint) { argument
2676 var root = mountpoint === '/';
2677 var pseudo = !mountpoint;
2683 var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
2685 mountpoint = lookup.path; // use the absolute path
2700 mountpoint: mountpoint, property
2722 },unmount:function (mountpoint) { argument
[all …]
Dmemops.js1994 … var check = FS.readdir(mount.mountpoint).filter(isRealDir).map(toAbsolute(mount.mountpoint));
2017 IDBFS.getDB(mount.mountpoint, function(err, db) {
2482 var mount = node.mount.mountpoint;
2783 },mount:function (type, opts, mountpoint) { argument
2784 var root = mountpoint === '/';
2785 var pseudo = !mountpoint;
2791 var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
2793 mountpoint = lookup.path; // use the absolute path
2808 mountpoint: mountpoint, property
2830 },unmount:function (mountpoint) { argument
[all …]
Dfannkuch.js2025 … var check = FS.readdir(mount.mountpoint).filter(isRealDir).map(toAbsolute(mount.mountpoint));
2048 IDBFS.getDB(mount.mountpoint, function(err, db) {
2513 var mount = node.mount.mountpoint;
2814 },mount:function (type, opts, mountpoint) { argument
2815 var root = mountpoint === '/';
2816 var pseudo = !mountpoint;
2822 var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
2824 mountpoint = lookup.path; // use the absolute path
2839 mountpoint: mountpoint, property
2861 },unmount:function (mountpoint) { argument
[all …]
Dfasta.js2269 … var check = FS.readdir(mount.mountpoint).filter(isRealDir).map(toAbsolute(mount.mountpoint));
2292 IDBFS.getDB(mount.mountpoint, function(err, db) {
2757 var mount = node.mount.mountpoint;
3058 },mount:function (type, opts, mountpoint) { argument
3059 var root = mountpoint === '/';
3060 var pseudo = !mountpoint;
3066 var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
3068 mountpoint = lookup.path; // use the absolute path
3083 mountpoint: mountpoint, property
3105 },unmount:function (mountpoint) { argument
[all …]
Dzlib.js1995 … var check = FS.readdir(mount.mountpoint).filter(isRealDir).map(toAbsolute(mount.mountpoint));
2018 IDBFS.getDB(mount.mountpoint, function(err, db) {
2483 var mount = node.mount.mountpoint;
2784 },mount:function (type, opts, mountpoint) { argument
2785 var root = mountpoint === '/';
2786 var pseudo = !mountpoint;
2792 var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
2794 mountpoint = lookup.path; // use the absolute path
2809 mountpoint: mountpoint, property
2831 },unmount:function (mountpoint) { argument
[all …]
Dbox2d.js2243 … var check = FS.readdir(mount.mountpoint).filter(isRealDir).map(toAbsolute(mount.mountpoint));
2266 IDBFS.getDB(mount.mountpoint, function(err, db) {
2731 var mount = node.mount.mountpoint;
3032 },mount:function (type, opts, mountpoint) { argument
3033 var root = mountpoint === '/';
3034 var pseudo = !mountpoint;
3040 var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
3042 mountpoint = lookup.path; // use the absolute path
3057 mountpoint: mountpoint, property
3079 },unmount:function (mountpoint) { argument
[all …]
/external/toybox/generated/
Dnewtoys.h148 USE_MOUNTPOINT(NEWTOY(mountpoint, "<1qdx[-dx]", TOYFLAG_BIN))
/external/selinux/libselinux/
DChangeLog270 * mountpoint changing patch.

12