Searched refs:mountpoint (Results 1 - 7 of 7) sorted by relevance

/system/extras/ext4_utils/
H A Dmake_ext4fs.h27 const char *mountpoint, struct selabel_handle *sehnd);
29 const char *mountpoint, struct selabel_handle *sehnd);
H A Dmake_ext4fs_main.c54 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n");
65 char *mountpoint = NULL; local
108 mountpoint = optarg;
154 if (!sehnd && mountpoint) {
203 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
H A Dmake_ext4fs.c372 const char *mountpoint, struct selabel_handle *sehnd)
377 return make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 1, 0, 0, sehnd, 0);
381 const char *mountpoint, struct selabel_handle *sehnd)
395 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, sehnd, 0);
465 char *mountpoint; local
472 mountpoint = strdup("");
474 mountpoint = canonicalize_abs_slashes(_mountpoint);
569 root_inode_num = build_directory_structure(directory, mountpoint, 0,
582 if (selabel_lookup(sehnd, &secontext, mountpoint, S_IFDIR) < 0) {
583 error("cannot lookup security context for %s", mountpoint);
371 make_ext4fs_sparse_fd(int fd, long long len, const char *mountpoint, struct selabel_handle *sehnd) argument
380 make_ext4fs(const char *filename, long long len, const char *mountpoint, struct selabel_handle *sehnd) argument
[all...]
H A Dext4_utils.h189 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
/system/vold/
H A DExt4.h26 static int format(const char *fsPath, const char *mountpoint);
H A DExt4.cpp70 int Ext4::format(const char *fsPath, const char *mountpoint) { argument
79 args[3] = mountpoint;
H A Dcryptfs.c1006 static int wait_and_unmount(char *mountpoint) argument
1013 if (umount(mountpoint)) {
1015 /* EINVAL is returned if the directory is not a mountpoint,
1028 SLOGD("unmounting %s succeeded\n", mountpoint);
1031 SLOGE("unmounting %s failed\n", mountpoint);

Completed in 1941 milliseconds