OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_config_func
(Results
1 - 6
of
6
) sorted by null
/external/squashfs-tools/squashfs-tools/
android.h
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,
50
if (
fs_config_func
)
51
fs_config_func
(path, S_ISDIR(stat->st_mode), target_out_path,
mksquashfs.c
93
fs_config_func_t
fs_config_func
= NULL;
variable
[
all
...]
/system/extras/ext4_utils/
make_ext4fs_main.c
71
fs_config_func_t
fs_config_func
= NULL;
local
209
fs_config_func
= canned_fs_config;
211
fs_config_func
= fs_config;
256
exitcode = make_ext4fs_internal(fd, directory, target_out_directory, mountpoint,
fs_config_func
, gzip,
ext4_utils.h
162
const char *mountpoint, fs_config_func_t
fs_config_func
, int gzip,
make_ext4fs.c
147
u32 dir_inode, fs_config_func_t
fs_config_func
,
218
if (
fs_config_func
!= NULL) {
224
fs_config_func
(dentries[i].path, dir, target_out_path, &uid, &gid, &mode, &capabilities);
309
inode,
fs_config_func
, sehnd, verbose, fixed_time);
682
const char *_mountpoint, fs_config_func_t
fs_config_func
, int gzip,
810
fs_config_func
, sehnd, verbose, fixed_time);
Completed in 98 milliseconds