Searched refs:apex_info_file (Results 1 – 25 of 53) sorted by relevance
123
79 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()
235 std::string apex_info_file; member
429 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()
84 # allow apexd to create /apex/apex-info-list.xml and relabel to apex_info_file86 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;
20 allow linkerconfig apex_info_file:file r_file_perms;
56 allow dexoptanalyzer apex_info_file:file r_file_perms;
45 allow odrefresh apex_info_file:file r_file_perms;
118 allow shell apex_info_file:file r_file_perms;207 allow shell apex_info_file:file r_file_perms;
62 allow dex2oat apex_info_file:file r_file_perms;
126 allow shell apex_info_file:file r_file_perms;210 allow shell apex_info_file:file r_file_perms;
14 apex_info_file
752 --apex_info_file="${APEX_INFO_FILE}"