Searched refs:target_out_path (Results 1 – 8 of 8) sorted by relevance
/system/core/adb/libs/libadbd_fs/ |
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()
|
/system/core/libcutils/ |
D | fs_config.cpp | 233 static int fs_config_open(int dir, int which, const char* target_out_path) { in fs_config_open() argument 236 if (target_out_path && *target_out_path) { in fs_config_open() 241 size_t len = strlen(target_out_path); in fs_config_open() 242 len = strip(target_out_path, len, "/"); in fs_config_open() 243 len = strip(target_out_path, len, "/system"); in fs_config_open() 244 if (asprintf(&name, "%.*s%s", (int)len, target_out_path, conf[which][dir]) != -1) { in fs_config_open() 310 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid, in fs_config() argument 324 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/adb/libs/libadbd_fs/include/ |
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,
|
/system/core/libcutils/include/private/ |
D | fs_config.h | 47 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid,
|
D | canned_fs_config.h | 25 void canned_fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid,
|
/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 | 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()
|