Searched defs:mountpoint (Results 1 - 4 of 4) sorted by relevance

/system/extras/f2fs_utils/
H A Df2fs_utils.c61 const char *mountpoint, struct selabel_handle *sehnd)
60 make_f2fs_sparse_fd(int fd, long long len, const char *mountpoint, struct selabel_handle *sehnd) argument
/system/extras/ext4_utils/
H A Dmake_ext4fs_main.c57 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ] [ -u ]\n");
69 char *mountpoint = NULL; local
115 mountpoint = optarg;
177 if (!sehnd && mountpoint) {
193 } else if (mountpoint) {
239 exitcode = make_ext4fs_internal(fd, directory, target_out_directory, mountpoint, fs_config_func, gzip,
H A Dmake_ext4fs.c402 const char *mountpoint, struct selabel_handle *sehnd)
407 return make_ext4fs_internal(fd, NULL, NULL, mountpoint, NULL, 0, 1, 0, 0, 0, sehnd, 0, -1, NULL);
411 const char *mountpoint, struct selabel_handle *sehnd)
425 status = make_ext4fs_internal(fd, NULL, NULL, mountpoint, NULL, 0, 0, 0, 1, 0, sehnd, 0, -1, NULL);
499 char *mountpoint; local
507 mountpoint = strdup("");
509 mountpoint = canonicalize_abs_slashes(_mountpoint);
605 root_inode_num = build_default_directory_structure(mountpoint, sehnd);
608 root_inode_num = build_directory_structure(directory, mountpoint, target_out_directory, 0,
611 root_inode_num = build_default_directory_structure(mountpoint, sehn
401 make_ext4fs_sparse_fd(int fd, long long len, const char *mountpoint, struct selabel_handle *sehnd) argument
410 make_ext4fs(const char *filename, long long len, const char *mountpoint, struct selabel_handle *sehnd) argument
[all...]
/system/vold/
H A Dcryptfs.c1505 int wait_and_unmount(const char *mountpoint, bool kill) argument
1512 if (umount(mountpoint) == 0) {
1517 /* EINVAL is returned if the directory is not a mountpoint,
1529 vold_killProcessesWithOpenFiles(mountpoint, SIGTERM);
1532 vold_killProcessesWithOpenFiles(mountpoint, SIGKILL);
1540 SLOGD("unmounting %s succeeded\n", mountpoint);
1543 vold_killProcessesWithOpenFiles(mountpoint, 0);
1544 SLOGE("unmounting %s failed: %s\n", mountpoint, strerror(err));

Completed in 62 milliseconds