Searched refs:apex_dir (Results 1 – 3 of 3) sorted by relevance
97 static Result<apex::proto::ApexManifest> GetApexManifest(const std::string& apex_dir) { in GetApexManifest() argument98 const std::string manifest_path = apex_dir + "/apex_manifest.pb"; in GetApexManifest()
3375 for (const std::string& apex_dir : entries) { in OnOtaChrootBootstrapFlattenedApex() local3376 std::string manifest_file = apex_dir + "/" + kManifestFilenamePb; in OnOtaChrootBootstrapFlattenedApex()3395 LOG(INFO) << "Bind mounting " << apex_dir << " onto " << mount_point; in OnOtaChrootBootstrapFlattenedApex()3396 if (mount(apex_dir.c_str(), mount_point.c_str(), nullptr, MS_BIND, in OnOtaChrootBootstrapFlattenedApex()3398 PLOG(ERROR) << "Failed to bind mount " << apex_dir << " to " in OnOtaChrootBootstrapFlattenedApex()3403 apex_infos.emplace_back(manifest->name(), /* modulePath= */ apex_dir, in OnOtaChrootBootstrapFlattenedApex()3404 /* preinstalledModulePath= */ apex_dir, in OnOtaChrootBootstrapFlattenedApex()
2559 auto write_manifest_fn = [&](const std::string& apex_dir, in TEST_F()2570 ASSERT_TRUE(WriteStringToFile(out, apex_dir + "/apex_manifest.pb")); in TEST_F()