Searched refs:target_out_path (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/libcutils/ |
H A D | fs_config.cpp | 247 static int fs_config_open(int dir, int which, const char* target_out_path) { in fs_config_open() argument 250 if (target_out_path && *target_out_path) { in fs_config_open() 255 size_t len = strlen(target_out_path); in fs_config_open() 256 len = strip(target_out_path, len, "/"); in fs_config_open() 257 len = strip(target_out_path, len, "/system"); in fs_config_open() 258 if (asprintf(&name, "%.*s%s", (int)len, target_out_path, conf[which][dir]) != -1) { in fs_config_open() 324 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid, in fs_config() argument 338 int fd = fs_config_open(dir, which, target_out_path); in fs_config()
|
H A D | canned_fs_config.cpp | 110 [[maybe_unused]] const char* target_out_path, unsigned* uid, unsigned* gid,
|
/aosp14/system/core/libcutils/include/private/ |
H A D | fs_config.h | 47 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid,
|
H A D | canned_fs_config.h | 25 void canned_fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid,
|
/aosp14/system/core/mkbootfs/ |
H A D | mkbootfs.c | 36 static const char* target_out_path = NULL; variable 69 fs_config(path, is_dir, target_out_path, &s->st_uid, &s->st_gid, &st_mode, &capabilities); in fix_stat() 428 target_out_path = argv[optind - 1]; in main()
|