Home
last modified time | relevance | path

Searched refs:CreateAsanPath (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/linkerconfig/modules/
H A Dnamespace.cc120 asan_search_paths_.push_back(CreateAsanPath(path)); in AddSearchPath()
129 asan_permitted_paths_.push_back(CreateAsanPath(path)); in AddPermittedPath()
146 const std::string Namespace::CreateAsanPath(const std::string& path) { in CreateAsanPath() function in android::linkerconfig::modules::Namespace
/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dnamespace.h124 const std::string CreateAsanPath(const std::string& path);