Searched refs:target_out_path (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/core/libcutils/ |
H A D | fs_config.cpp | 242 static int fs_config_open(int dir, int which, const char* target_out_path) { in fs_config_open() argument 245 if (target_out_path && *target_out_path) { in fs_config_open() 250 size_t len = strlen(target_out_path); in fs_config_open() 251 len = strip(target_out_path, len, "/"); in fs_config_open() 252 len = strip(target_out_path, len, "/system"); in fs_config_open() 253 if (asprintf(&name, "%.*s%s", (int)len, target_out_path, conf[which][dir]) != -1) { in fs_config_open() 319 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid, in fs_config() argument 333 int fd = fs_config_open(dir, which, target_out_path); in fs_config()
|
H A 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()
|
/aosp12/packages/modules/adb/libs/libadbd_fs/ |
H A D | adbd_fs.cpp | 21 void adbd_fs_config(const char* path, int dir, const char* target_out_path, uid_t* uid, gid_t* gid, in adbd_fs_config() argument 26 fs_config(path, dir, target_out_path, &uid_hack, &gid_hack, &mode_hack, capabilities); in adbd_fs_config()
|
/aosp12/system/core/mkbootfs/ |
H A D | mkbootfs.c | 45 static char *target_out_path = NULL; variable 87 fs_config(path, is_dir, target_out_path, &s->st_uid, &s->st_gid, &st_mode, &capabilities); in fix_stat() 339 target_out_path = argv[1]; in main()
|
/aosp12/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,
|
/aosp12/packages/modules/adb/libs/libadbd_fs/include/ |
H A D | adbd_fs.h | 24 void adbd_fs_config(const char* path, int dir, const char* target_out_path, uid_t* uid, gid_t* gid,
|