Searched refs:mountpath (Results 1 – 2 of 2) sorted by relevance
| /system/uapp/fs-mount/ |
| A D | main.c | 33 char** devicepath, char** mountpath) { in parse_args() argument 74 *mountpath = argv[1]; in parse_args() 80 char* mountpath; in main() local 83 if ((r = parse_args(argc, argv, &options, &devicepath, &mountpath))) { in main() 88 printf("fs_mount: Mounting device [%s] on path [%s]\n", devicepath, mountpath); in main() 97 zx_status_t status = mount(fd, mountpath, df, &options, launch_logs_async); in main()
|
| /system/core/devmgr/fshost/ |
| A D | block-watcher.cpp | 640 char mountpath[FDIO_MAX_FILENAME + 64]; in block_device_added() local 641 snprintf(mountpath, sizeof(mountpath), "%s/fat-%d", "/fs" PATH_VOLUME, fat_counter++); in block_device_added() 644 mount(fd.release(), mountpath, df, &options, launch_fat); in block_device_added()
|
Completed in 5 milliseconds