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

/system/extras/ext4_utils/
H A Dmake_ext4fs.h39 const char *mountpoint, struct selabel_handle *sehnd);
41 char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse,
H A Dmake_ext4fs_main.c44 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n");
55 char *mountpoint = ""; local
98 mountpoint = optarg;
184 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
H A Dmake_ext4fs.c300 const char *mountpoint, struct selabel_handle *sehnd)
314 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, 0, sehnd);
321 char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse,
414 root_inode_num = build_directory_structure(directory, mountpoint, 0,
428 if (mountpoint[0] == '/')
429 sepath = strdup(mountpoint);
431 asprintf(&sepath, "/%s", mountpoint);
299 make_ext4fs(const char *filename, s64 len, const char *mountpoint, struct selabel_handle *sehnd) argument
320 make_ext4fs_internal(int fd, const char *directory, char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, int crc, int wipe, int init_itabs, struct selabel_handle *sehnd) argument
/system/vold/
H A Dcryptfs.c575 static int wait_and_unmount(char *mountpoint) argument
582 if (umount(mountpoint)) {
584 /* EINVAL is returned if the directory is not a mountpoint,
597 SLOGD("unmounting %s succeeded\n", mountpoint);
600 SLOGE("unmounting %s failed\n", mountpoint);

Completed in 962 milliseconds