Home
last modified time | relevance | path

Searched refs:c_src_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/erofs-utils/mkfs/
H A Dmain.c897 cfg.c_src_path = realpath(argv[optind++], NULL); in mkfs_parse_options_cfg()
898 if (!cfg.c_src_path) { in mkfs_parse_options_cfg()
905 int fd = open(cfg.c_src_path, O_RDONLY); in mkfs_parse_options_cfg()
908 erofs_err("failed to open file: %s", cfg.c_src_path); in mkfs_parse_options_cfg()
927 err = lstat(cfg.c_src_path, &st); in mkfs_parse_options_cfg()
931 erofs_set_fs_root(cfg.c_src_path); in mkfs_parse_options_cfg()
937 char *srcpath = cfg.c_src_path; in mkfs_parse_options_cfg()
1400 err = erofs_build_shared_xattrs_from_path(&g_sbi, cfg.c_src_path); in main()
1410 root = erofs_mkfs_build_tree_from_path(&g_sbi, cfg.c_src_path); in main()
/aosp_15_r20/external/erofs-utils/lib/
H A Dconfig.c63 if (cfg.c_src_path) in erofs_exit_configure()
64 free(cfg.c_src_path); in erofs_exit_configure()
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dconfig.h71 char *c_src_path; member