Home
last modified time | relevance | path

Searched refs:GetSapiDataDependencyFilePath (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/util/
H A Drunfiles.h32 std::string GetSapiDataDependencyFilePath(absl::string_view relative_path);
H A Drunfiles_bazel.cc44 std::string GetSapiDataDependencyFilePath(absl::string_view relative_path) { in GetSapiDataDependencyFilePath() function
H A Drunfiles_nobazel.cc41 std::string GetSapiDataDependencyFilePath(absl::string_view relative_path) { in GetSapiDataDependencyFilePath() function
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/custom_fork/
H A Dcustom_fork_sandbox.cc109 const std::string path = sapi::internal::GetSapiDataDependencyFilePath( in main()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/static/
H A Dstatic_sandbox.cc138 const std::string path = sapi::internal::GetSapiDataDependencyFilePath( in main()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/zlib/
H A Dzpipe_sandbox.cc90 const std::string path = sapi::internal::GetSapiDataDependencyFilePath( in main()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/crc4/
H A Dcrc4sandbox.cc100 const std::string path = sapi::internal::GetSapiDataDependencyFilePath( in main()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/network_proxy/
H A Dnetworkproxy_sandbox.cc87 sapi::internal::GetSapiDataDependencyFilePath(kSandboxeePath); in main()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/network/
H A Dnetwork_sandbox.cc138 const std::string path = sapi::internal::GetSapiDataDependencyFilePath( in main()