OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fc_config
(Results
1 - 3
of
3
) sorted by null
/build/tools/releasetools/
add_img_to_target_files
142
fc_config
= os.path.join(input_dir, "BOOT/RAMDISK/file_contexts")
143
if not os.path.exists(
fc_config
):
fc_config
= None
148
fc_config
=
fc_config
,
add_img_to_target_files.py
142
fc_config
= os.path.join(input_dir, "BOOT/RAMDISK/file_contexts")
143
if not os.path.exists(
fc_config
):
fc_config
= None
148
fc_config
=
fc_config
,
build_image.py
203
fc_config
=None,
214
fc_config
: path to the SELinux file_contexts file. If None then
251
if
fc_config
is not None:
252
build_command.append(
fc_config
)
Completed in 36 milliseconds