Searched refs:canned_fs_config (Results 1 – 8 of 8) sorted by relevance
/system/apex/tests/testdata/sharedlibs/build/ |
D | shared_libs_repack.py | 346 canned_fs_config = parse_fs_config(pb.canned_fs_config.decode('utf-8')) 350 canned_fs_config = [config for config in canned_fs_config 361 for config in canned_fs_config 364 canned_fs_config = [config for config in canned_fs_config 380 canned_fs_config.append( 382 canned_fs_config.append( 391 canned_fs_config.append([os.path.join('/', libpath, basename, 395 canned_fs_config.append([os.path.join('/', libpath, basename, 399 pb.canned_fs_config = config_to_str(canned_fs_config).encode('utf-8')
|
/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/apex/apexer/ |
D | apexer.py | 323 if not args.canned_fs_config: 324 if not args.canned_fs_config: 327 temp.write(build_info.canned_fs_config) 328 args.canned_fs_config = temp.name 368 with open(args.canned_fs_config) as f: 369 build_info.canned_fs_config = f.read() 532 cmd.extend(['-C', args.canned_fs_config]) 542 cmd.extend(['-C', args.canned_fs_config]) 576 cmd.extend(['-C', args.canned_fs_config]) 584 cmd.extend(['-C', args.canned_fs_config])
|
D | runtests.sh | 86 --canned_fs_config ${canned_fs_config_file} \
|
/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/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 | 159 "canned_fs_config.cpp",
|
/system/apex/docs/ |
D | howto.md | 477 2) Create `canned_fs_config` file 502 --canned_fs_config <canned_fs_config_file> \
|