Home
last modified time | relevance | path

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

/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dimage.h294 int img_make_inos(IsoImage *image, IsoDir *dir, int flag);
H A Dimage.c796 int img_make_inos(IsoImage *image, IsoDir *dir, int flag) in img_make_inos() function
818 ret = img_make_inos(image, subdir, flag & ~8); in img_make_inos()
H A Dfs_image.c6001 ret = img_make_inos(image, image->root, hflag); in iso_image_import()