Searched refs:canned_fs_config (Results 1 – 7 of 7) sorted by relevance
/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,
|
/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/apex/proto/ |
D | apex_build_info.proto | 31 // Content of the canned_fs_config specifying uid/gid/mode of files. 32 bytes canned_fs_config = 3; field
|
/system/apex/apexer/ |
D | apexer.py | 315 if not args.canned_fs_config: 316 if not args.canned_fs_config: 319 temp.write(build_info.canned_fs_config) 320 args.canned_fs_config = temp.name 360 with open(args.canned_fs_config) as f: 361 build_info.canned_fs_config = f.read() 517 cmd.extend(['-C', args.canned_fs_config]) 527 cmd.extend(['-C', args.canned_fs_config])
|
D | runtests.sh | 84 --canned_fs_config ${canned_fs_config_file} \
|
/system/core/libcutils/ |
D | canned_fs_config.cpp | 94 void canned_fs_config(const char* path, int dir, const char* target_out_path, in canned_fs_config() function
|
D | Android.bp | 151 "canned_fs_config.cpp",
|