Home
last modified time | relevance | path

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

/aosp_15_r20/external/sandboxed-api/sandboxed_api/util/
H A Drunfiles_bazel.cc25 std::string GetDataDependencyFilePath(absl::string_view relative_path) { in GetDataDependencyFilePath() function
45 return GetDataDependencyFilePath(file::JoinPath( in GetSapiDataDependencyFilePath()
H A Drunfiles_nobazel.cc26 std::string GetDataDependencyFilePath(absl::string_view relative_path) { in GetDataDependencyFilePath() function
44 return GetDataDependencyFilePath( in GetSapiDataDependencyFilePath()
H A Drunfiles.h26 std::string GetDataDependencyFilePath(absl::string_view relative_path);
/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dsandbox.cc140 : GetDataDependencyFilePath(lib_path); in PathToSAPILib()