Home
last modified time | relevance | path

Searched refs:apex_path (Results 1 – 4 of 4) sorted by relevance

/system/core/init/
Dmount_namespace.cpp121 const std::string apex_path = from_dir + "/" + entry->d_name; in ActivateFlattenedApexesFrom() local
122 const auto apex_manifest = GetApexManifest(apex_path); in ActivateFlattenedApexesFrom()
124 LOG(ERROR) << apex_path << " is not an APEX directory: " << apex_manifest.error(); in ActivateFlattenedApexesFrom()
128 if (auto result = MountDir(apex_path, mount_path); !result.ok()) { in ActivateFlattenedApexesFrom()
131 on_activate(apex_path, *apex_manifest); in ActivateFlattenedApexesFrom()
151 auto on_activate = [&](const std::string& apex_path, in ActivateFlattenedApexesIfPossible()
153 apex_infos.emplace_back(apex_manifest.name(), apex_path, apex_path, apex_manifest.version(), in ActivateFlattenedApexesIfPossible()
/system/apex/libs/libapexutil/
Dapexutil.cpp70 std::string apex_path = apex_root + "/" + entry->d_name; in GetActivePackages() local
71 auto manifest = ParseApexManifest(apex_path + "/apex_manifest.pb"); in GetActivePackages()
73 apexes.emplace(std::move(apex_path), std::move(*manifest)); in GetActivePackages()
/system/apex/apexd/
Dapex_file.h61 ApexFile(const std::string& apex_path, int32_t image_offset, in ApexFile() argument
64 : apex_path_(apex_path), in ApexFile()
/system/sepolicy/build/soong/
Dselinux_contexts.go339 apex_path := "/system/apex/" + strings.Replace(
344 Text("awk '/object_r/{printf(\""+apex_path+"%s\\n\",$0)}'").