OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_config_func_t
(Results
1 - 6
of
6
) sorted by null
/external/squashfs-tools/squashfs-tools/
android.h
21
typedef void (*
fs_config_func_t
)(const char *path, int dir, const char *target_out_path,
typedef
25
void android_fs_config(
fs_config_func_t
fs_config_func, const char *path, struct stat *stat, const char *target_out_path, uint64_t *capabilities);
android.c
46
void android_fs_config(
fs_config_func_t
fs_config_func, const char *path, struct stat *stat,
mksquashfs.c
93
fs_config_func_t
fs_config_func = NULL;
[
all
...]
/system/extras/ext4_utils/
ext4_utils.h
156
typedef void (*
fs_config_func_t
)(const char *path, int dir, const char *target_out_path,
typedef
162
const char *mountpoint,
fs_config_func_t
fs_config_func, int gzip,
make_ext4fs_main.c
71
fs_config_func_t
fs_config_func = NULL;
make_ext4fs.c
147
u32 dir_inode,
fs_config_func_t
fs_config_func,
682
const char *_mountpoint,
fs_config_func_t
fs_config_func, int gzip,
Completed in 57 milliseconds