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

/system/core/rootdir/etc/
H A Dmountd.conf9 mount_point /sdcard
/system/vold/
H A Dfstrim.c81 if (stat(fstab->recs[i].mount_point, &sb) == -1) {
82 SLOGE("Cannot stat mount point %s\n", fstab->recs[i].mount_point);
87 SLOGE("%s is not a directory\n", fstab->recs[i].mount_point);
92 fd = open(fstab->recs[i].mount_point, O_RDONLY);
94 SLOGE("Cannot open %s for FITRIM\n", fstab->recs[i].mount_point);
101 SLOGI("Invoking FITRIM ioctl on %s", fstab->recs[i].mount_point);
103 SLOGE("FITRIM ioctl failed on %s", fstab->recs[i].mount_point);
106 SLOGI("Trimmed %llu bytes on %s\n", range.len, fstab->recs[i].mount_point);
H A DDirectVolume.cpp46 if (strcmp(rec->mount_point, "auto") != 0) {
48 rec->mount_point);
H A Dcryptfs.c1153 static int do_crypto_complete(char *mount_point) argument
1194 static int test_mount_encrypted_fs(char *passwd, char *mount_point, char *label) argument
1241 * Since we're here, the mount_point should be a tmpfs filesystem, so make
1244 sprintf(tmp_mount_point, "%s/tmp_mnt", mount_point);
1276 saved_mount_point = strdup(mount_point);
/system/core/fs_mgr/include/
H A Dfs_mgr.h35 char *mount_point; member in struct:fstab_rec
59 const char *mount_point, const char *fs_type,
/system/core/fs_mgr/
H A Dfs_mgr.c384 ERROR("Error parsing mount_point\n");
387 fstab->recs[cnt].mount_point = strdup(p);
440 free(fstab->recs[i].mount_point);
603 fstab->recs[i].mount_point);
613 mret = __mount(fstab->recs[i].blk_device, fstab->recs[i].mount_point,
628 if (mount("tmpfs", fstab->recs[i].mount_point, "tmpfs",
631 fstab->recs[i].mount_point);
637 fstab->recs[i].blk_device, fstab->recs[i].mount_point);
667 if (!fs_match(fstab->recs[i].mount_point, n_name)) {
688 fstab->recs[i].mount_point);
881 fs_mgr_add_entry(struct fstab *fstab, const char *mount_point, const char *fs_type, const char *blk_device, long long length) argument
[all...]
H A Dfs_mgr_verity.c347 char *mount_point = basename(fstab->mount_point); local
361 if (create_verity_device(io, mount_point, fd) < 0) {
367 if (get_verity_device_name(io, mount_point, fd, &verity_blk_name) < 0) {
387 if (load_verity_table(io, mount_point, fstab->blk_device, fd, verity_table) < 0) {
392 if (resume_verity_table(io, mount_point, fd) < 0) {

Completed in 7728 milliseconds