Home
last modified time | relevance | path

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

/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dmounts.h67 absl::Status AddMappingsForBinary(const std::string& path,
H A Dmounts_test.cc209 EXPECT_THAT(mounts.AddMappingsForBinary( in TEST()
H A Dmounts.cc402 absl::Status Mounts::AddMappingsForBinary(const std::string& path, in AddMappingsForBinary() function in sandbox2::Mounts
H A Dpolicybuilder.cc1394 if (auto status = mounts_.AddMappingsForBinary(*valid_path, ld_library_path); in AddLibrariesForBinary()