Searched refs:target_out_path (Results 1 – 6 of 6) sorted by relevance
/system/core/libcutils/ |
D | fs_config.cpp | 240 static int fs_config_open(int dir, int which, const char* target_out_path) { in fs_config_open() argument 243 if (target_out_path && *target_out_path) { in fs_config_open() 248 size_t len = strlen(target_out_path); in fs_config_open() 249 len = strip(target_out_path, len, "/"); in fs_config_open() 250 len = strip(target_out_path, len, "/system"); in fs_config_open() 251 if (asprintf(&name, "%.*s%s", (int)len, target_out_path, conf[which][dir]) != -1) { in fs_config_open() 318 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid, in fs_config() argument 332 int fd = fs_config_open(dir, which, target_out_path); in fs_config()
|
D | canned_fs_config.cpp | 94 void canned_fs_config(const char* path, int dir, const char* target_out_path, in canned_fs_config() argument 116 fs_config(path, dir, target_out_path, &c_uid, &c_gid, &c_mode, &c_capabilities); in canned_fs_config()
|
/system/core/libcutils/include/private/ |
D | canned_fs_config.h | 25 void canned_fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid,
|
D | fs_config.h | 74 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid,
|
/system/core/include/private/ |
D | canned_fs_config.h | 25 void canned_fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid,
|
/system/core/cpio/ |
D | mkbootfs.c | 44 static char *target_out_path = NULL; variable 86 fs_config(path, is_dir, target_out_path, &s->st_uid, &s->st_gid, &st_mode, &capabilities); in fix_stat() 338 target_out_path = argv[1]; in main()
|