OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fs_config_func_t
(Results
1 - 2
of
2
) 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);
/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,
Completed in 135 milliseconds