Home
last modified time | relevance | path

Searched refs:target_out_path (Results 1 – 6 of 6) sorted by relevance

/system/core/libcutils/
Dfs_config.cpp240 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()
Dcanned_fs_config.cpp94 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/
Dcanned_fs_config.h25 void canned_fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid,
Dfs_config.h74 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid,
/system/core/include/private/
Dcanned_fs_config.h25 void canned_fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid,
/system/core/cpio/
Dmkbootfs.c44 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()