Searched defs:is_asan (Results 1 - 2 of 2) sorted by relevance

/bionic/linker/tests/
H A Dlinker_config_test.cpp74 static void run_linker_config_smoke_test(bool is_asan) { argument
76 const std::vector<std::string> kExpectedDefaultSearchPath = is_asan ?
80 const std::vector<std::string> kExpectedDefaultPermittedPath = is_asan ?
84 const std::vector<std::string> kExpectedSystemSearchPath = is_asan ?
88 const std::vector<std::string> kExpectedSystemPermittedPath = is_asan ?
92 const std::vector<std::string> kExpectedDefaultSearchPath = is_asan ?
96 const std::vector<std::string> kExpectedDefaultPermittedPath = is_asan ?
100 const std::vector<std::string> kExpectedSystemSearchPath = is_asan ?
104 const std::vector<std::string> kExpectedSystemPermittedPath = is_asan ?
131 is_asan,
[all...]
/bionic/linker/
H A Dlinker_config.cpp370 bool is_asan,
378 if (is_asan) {
473 // these are affected by is_asan flag
474 if (is_asan) {
368 read_binary_config(const char* ld_config_file_path, const char* binary_realpath, bool is_asan, const Config** config, std::string* error_msg) argument

Completed in 304 milliseconds