Home
last modified time | relevance | path

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

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