Home
last modified time | relevance | path

Searched refs:apex_info_file (Results 1 – 25 of 53) sorted by relevance

123

/aosp12/system/update_engine/payload_generator/
H A Dpayload_file.cc79 if (!config.apex_info_file.empty()) { in Init()
81 int fd = open(config.apex_info_file.c_str(), O_RDONLY); in Init()
83 PLOG(FATAL) << "Failed to open " << config.apex_info_file << " for read."; in Init()
H A Dpayload_generation_config.h235 std::string apex_info_file; member
H A Dgenerate_delta_main.cc429 apex_info_file, "", "Path to META/apex_info.pb found in target build"); in Main()
543 payload_config.apex_info_file = FLAGS_apex_info_file; in Main()
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dapexd.te84 # allow apexd to create /apex/apex-info-list.xml and relabel to apex_info_file
86 allow apexd apex_info_file:file relabelto;
88 allow apexd apex_info_file:file rw_file_perms;
202 neverallow { domain -apexd } apex_info_file:file no_w_file_perms;
H A Dlinkerconfig.te20 allow linkerconfig apex_info_file:file r_file_perms;
H A Ddexoptanalyzer.te56 allow dexoptanalyzer apex_info_file:file r_file_perms;
H A Dodrefresh.te45 allow odrefresh apex_info_file:file r_file_perms;
H A Dshell.te118 allow shell apex_info_file:file r_file_perms;
207 allow shell apex_info_file:file r_file_perms;
H A Ddex2oat.te62 allow dex2oat apex_info_file:file r_file_perms;
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dapexd.te84 # allow apexd to create /apex/apex-info-list.xml and relabel to apex_info_file
86 allow apexd apex_info_file:file relabelto;
88 allow apexd apex_info_file:file rw_file_perms;
202 neverallow { domain -apexd } apex_info_file:file no_w_file_perms;
H A Dlinkerconfig.te20 allow linkerconfig apex_info_file:file r_file_perms;
H A Ddexoptanalyzer.te56 allow dexoptanalyzer apex_info_file:file r_file_perms;
H A Dodrefresh.te45 allow odrefresh apex_info_file:file r_file_perms;
H A Dshell.te126 allow shell apex_info_file:file r_file_perms;
210 allow shell apex_info_file:file r_file_perms;
H A Ddex2oat.te62 allow dex2oat apex_info_file:file r_file_perms;
/aosp12/system/sepolicy/private/
H A Dapexd.te84 # allow apexd to create /apex/apex-info-list.xml and relabel to apex_info_file
86 allow apexd apex_info_file:file relabelto;
88 allow apexd apex_info_file:file rw_file_perms;
202 neverallow { domain -apexd } apex_info_file:file no_w_file_perms;
H A Dlinkerconfig.te20 allow linkerconfig apex_info_file:file r_file_perms;
H A Ddexoptanalyzer.te56 allow dexoptanalyzer apex_info_file:file r_file_perms;
H A Dodrefresh.te45 allow odrefresh apex_info_file:file r_file_perms;
H A Dshell.te126 allow shell apex_info_file:file r_file_perms;
210 allow shell apex_info_file:file r_file_perms;
H A Ddex2oat.te62 allow dex2oat apex_info_file:file r_file_perms;
/aosp12/system/sepolicy/prebuilts/api/31.0/private/compat/30.0/
H A D30.0.ignore.cil14 apex_info_file
/aosp12/system/sepolicy/prebuilts/api/32.0/private/compat/30.0/
H A D30.0.ignore.cil14 apex_info_file
/aosp12/system/sepolicy/private/compat/30.0/
H A D30.0.ignore.cil14 apex_info_file
/aosp12/system/update_engine/scripts/
H A Dbrillo_update_payload752 --apex_info_file="${APEX_INFO_FILE}"

123