Home
last modified time | relevance | path

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

/system/linkerconfig/modules/
Dnamespace.cc98 writer.WriteVars(prefix + "asan.permitted.paths", asan_permitted_paths_); in WriteConfig()
129 asan_permitted_paths_.push_back(CreateAsanPath(path)); in AddPermittedPath()
131 asan_permitted_paths_.push_back(path); in AddPermittedPath()
/system/linkerconfig/modules/include/linkerconfig/
Dnamespace.h89 return asan_permitted_paths_; in AsanPermittedPaths()
114 std::vector<std::string> asan_permitted_paths_; variable