Home
last modified time | relevance | path

Searched defs:apex_file_path (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/apex/tools/
H A Dapex_compression_test.py172 def _get_container_files(self, apex_file_path): argument
252 def _get_type(self, apex_file_path): argument
/aosp_15_r20/system/apex/apexer/
H A Dapexer_test.py215 def _get_container_files(self, apex_file_path): argument
254 def _extract_payload(self, apex_file_path): argument
/aosp_15_r20/system/apex/tests/testdata/sharedlibs/build/
H A Dshared_libs_repack.py134 def get_container_files(apex_file_path, tmpdir): argument
/aosp_15_r20/system/apex/apexd/
H A Dapexd.cpp1222 std::string& apex_file_path = (*scan)[0]; in OpenSessionApexFiles() local