Searched defs:apex_dir (Results 1 – 8 of 8) sorted by relevance
100 void CheckInitRc(const std::string& apex_dir, const ApexManifest& manifest, in CheckInitRc()194 std::unique_ptr<DIR, decltype(&closedir)> apex_dir( in ScanPartitionApexes() local
154 def ActivateApexes(partitions, apex_dir, tools): argument
85 std::set<std::string> GetApexListFrom(const std::string& apex_dir) { in GetApexListFrom()
318 DIR* apex_dir = opendir("/apex"); in otapreopt_chroot() local
92 let apex_dir = Path::new(COMPOS_APEX_ROOT); localVariable
308 auto apex_dir = std::unique_ptr<DIR, int (*)(DIR*)>(opendir("/apex"), closedir); in InitializeMainlineStorage() local
112 def read_dir(self, apex_dir): argument
134 let apex_dir = PathBuf::from("/apex"); in initialize_mainline_storage() localVariable