HomeSort by relevance Sort by last modified time
    Searched refs:mountpoint (Results 1 - 25 of 51) sorted by null

1 2 3

  /system/extras/ext4_utils/
make_ext4fs.h 27 const char *mountpoint, struct selabel_handle *sehnd);
29 const char *mountpoint, struct selabel_handle *sehnd,
32 const char *mountpoint, struct selabel_handle *sehnd);
34 const char *mountpoint, struct selabel_handle *sehnd,
make_ext4fs_main.c 57 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ] [ -u ]\n");
70 char *mountpoint = NULL; local
118 mountpoint = optarg;
194 if (!sehnd && mountpoint) {
210 } else if (mountpoint) {
256 exitcode = make_ext4fs_internal(fd, directory, target_out_directory, mountpoint, fs_config_func, gzip,
make_ext4fs.c 422 const char *mountpoint, struct selabel_handle *sehnd)
424 return make_ext4fs_sparse_fd_directory(fd, len, mountpoint, sehnd, NULL);
428 const char *mountpoint, struct selabel_handle *sehnd,
434 return make_ext4fs_internal(fd, directory, NULL, mountpoint, NULL,
440 const char *mountpoint, struct selabel_handle *sehnd)
442 return make_ext4fs_directory(filename, len, mountpoint, sehnd, NULL);
446 const char *mountpoint, struct selabel_handle *sehnd,
461 status = make_ext4fs_internal(fd, directory, NULL, mountpoint, NULL,
546 static void extract_base_fs_allocations(const char *directory, const char *mountpoint,
587 if (strlen(stored_file_name) < strlen(mountpoint)) {
689 char *mountpoint; local
    [all...]
ext4_utils.h 162 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
  /device/google/marlin/
preloads_copy.sh 24 mountpoint=$1
26 log -p i -t preloads_copy "Copying from $mountpoint/preloads"
28 for file in $(find ${mountpoint}/preloads -mindepth 1 -maxdepth 1); do
  /system/extras/f2fs_utils/
make_f2fs.h 27 const char *mountpoint, struct selabel_handle *sehnd);
f2fs_utils.c 61 const char *mountpoint, struct selabel_handle *sehnd)
  /system/extras/cppreopts/
cppreopts.sh 42 mountpoint=$1
44 if ! test -f ${mountpoint}/system-other-odex-marker ; then
49 log -p i -t cppreopts "cppreopts from ${mountpoint}"
53 for odex_file in $(find ${mountpoint} -type f -name "*.odex"); do
54 real_odex_name=${odex_file/${mountpoint}/\/system}
  /external/strace/qemu_multiarch_testing/
make-hdc-img.sh 3 mountpoint -q /
9 if mountpoint -q hdc.img.dir; then
12 mountpoint -q hdc.img.dir ||
  /external/autotest/client/tests/tracing_microbenchmark/
tracers.py 16 mountpoint = '/sys/kernel/debug' variable in class:ftrace
17 tracing_dir = os.path.join(mountpoint, 'tracing')
21 utils.system('mount -t debugfs debugfs %s' % self.mountpoint)
  /external/autotest/client/profilers/lttng/
lttng.py 51 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/autotest/client/bin/
partition.py 79 def wipe_filesystem(job, mountpoint):
80 wipe_cmd = 'rm -rf %s/*' % mountpoint
341 @param mountpoint_func: A callable that returns a mountpoint given a
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):
403 self.mountpoint = mountpoint
443 mountpoint = mountpoint_func(self)
444 if not mountpoint
    [all...]
job.py 836 def partition(self, device, loop_size=0, mountpoint=None):
841 @param mountpoint: Specify a directory to mount to. If not specified
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):
858 return self.partition(device, loop_size, mountpoint)
    [all...]
  /external/autotest/client/profilers/blktrace/
blktrace.py 14 self.mountpoint = '/sys/kernel/debug'
48 result = utils.system("mount | grep '%s'" % self.mountpoint,
  /external/autotest/client/profilers/ftrace/
ftrace.py 20 mountpoint = '/sys/kernel/debug' variable in class:ftrace
21 tracing_dir = os.path.join(mountpoint, 'tracing')
  /external/autotest/client/cros/
verity_utils.py 83 for attr in ['mountpoint', 'device', 'loop', 'file', 'hash_file']:
88 if self.mountpoint is not None:
89 system('umount %s' % self.mountpoint)
90 self.mountpoint = None
  /system/vold/
cryptfs.h 225 int wait_and_unmount(const char *mountpoint, bool kill);
cryptfs.c     [all...]
  /system/update_engine/common/
test_utils.h 116 explicit ScopedFilesystemUnmounter(const std::string& mountpoint)
117 : mountpoint_(mountpoint),
utils.cc 682 const string& mountpoint,
693 int rc = mount(device.c_str(), mountpoint.c_str(), fstype, mountflags,
699 << " on " << mountpoint << " as " << fstype;
707 bool UnmountFilesystem(const string& mountpoint) {
710 if (umount(mountpoint.c_str()) == 0)
717 LOG(INFO) << "Not a mountpoint: " << mountpoint;
720 PLOG(WARNING) << "Error unmounting " << mountpoint << " after " << num_retries
722 if (umount2(mountpoint.c_str(), MNT_DETACH) != 0) {
    [all...]
utils.h 197 const std::string& mountpoint,
201 bool UnmountFilesystem(const std::string& mountpoint);
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 646 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/minijail/
libminijail.c 77 struct mountpoint { struct
82 struct mountpoint *next;
134 struct mountpoint *mounts_head;
135 struct mountpoint *mounts_tail;
486 struct mountpoint *b;
554 struct mountpoint *m;
678 struct mountpoint *m = NULL;
881 struct mountpoint *m = j->mounts_head;
990 static int mount_one(const struct minijail *j, struct mountpoint *m)
    [all...]
  /external/toybox/
Android.mk 108 toys/other/mountpoint.c \
303 mountpoint \
  /system/update_engine/sample_images/
generate_images.sh 27 # Unmount and remove the mountpoint <path>
30 if mountpoint -q "$1"; then

Completed in 995 milliseconds

1 2 3