Home
last modified time | relevance | path

Searched refs:canned_fs_config (Results 1 – 8 of 8) sorted by relevance

/system/apex/tests/testdata/sharedlibs/build/
Dshared_libs_repack.py346 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/
Dcanned_fs_config.h25 void canned_fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid,
/system/apex/apexer/
Dapexer.py323 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])
Druntests.sh86 --canned_fs_config ${canned_fs_config_file} \
/system/apex/proto/
Dapex_build_info.proto31 // Content of the canned_fs_config specifying uid/gid/mode of files.
32 bytes canned_fs_config = 3; field
/system/core/libcutils/
Dcanned_fs_config.cpp94 void canned_fs_config(const char* path, int dir, const char* target_out_path, in canned_fs_config() function
DAndroid.bp159 "canned_fs_config.cpp",
/system/apex/docs/
Dhowto.md477 2) Create `canned_fs_config` file
502 --canned_fs_config <canned_fs_config_file> \