Searched refs:fs_config (Results 1 - 5 of 5) sorted by relevance

/system/extras/ext4_utils/
H A Dcanned_fs_config.c78 printf("loaded %d fs_config entries\n", canned_used);
89 fprintf(stderr, "failed to find [%s] in canned fs_config\n", path);
98 // for debugging, run the built-in fs_config and compare the results.
102 fs_config(path, dir, &c_uid, &c_gid, &c_mode, &c_capabilities);
H A Dmake_ext4fs_main.c56 fprintf(stderr, " [ -S file_contexts ] [ -C fs_config ] [ -T timestamp ]\n");
187 fs_config_func = fs_config;
/system/core/adb/
H A Dfile_sync_service.c36 /* TODO: use fs_config to configure permissions on /data */
63 fs_config(name, 1, &uid, &gid, &mode, &cap);
378 fs_config(tmp, 0, &uid, &gid, &mode, &cap);
/system/core/include/private/
H A Dandroid_filesystem_config.h272 static inline void fs_config(const char *path, int dir, function
/system/core/cpio/
H A Dmkbootfs.c80 // Use the compiled-in fs_config() function.
82 fs_config(path, S_ISDIR(s->st_mode), &s->st_uid, &s->st_gid, &st_mode, &capabilities);

Completed in 634 milliseconds