Home
last modified time | relevance | path

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

/system/linkerconfig/include/linkerconfig/
Dsection.h45 std::vector<std::string> binary_paths_; variable
51 binary_paths_.push_back(std::forward<T>(binary_path)); in AddBinaryPath()
/system/linkerconfig/modules/
Dsection.cc69 for (auto& path : binary_paths_) { in WriteBinaryPaths()