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

/system/extras/ext4_utils/
H A Dmake_ext4fs_main.c44 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n");
55 char *mountpoint = ""; local
98 mountpoint = optarg;
178 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
H A Dmake_ext4fs.c305 const char *mountpoint, struct selabel_handle *sehnd)
319 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, 0, sehnd);
326 char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse,
421 root_inode_num = build_directory_structure(directory, mountpoint, 0,
435 if (mountpoint[0] == '/')
436 sepath = strdup(mountpoint);
438 asprintf(&sepath, "/%s", mountpoint);
304 make_ext4fs(const char *filename, s64 len, const char *mountpoint, struct selabel_handle *sehnd) argument
325 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.c587 static int wait_and_unmount(char *mountpoint) argument
594 if (umount(mountpoint)) {
596 /* EINVAL is returned if the directory is not a mountpoint,
609 SLOGD("unmounting %s succeeded\n", mountpoint);
612 SLOGE("unmounting %s failed\n", mountpoint);

Completed in 260 milliseconds