Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/linker/
H A Dlinker.cpp103 static const char* const kLdGeneratedConfigFilePath = "/linkerconfig/ld.config.txt"; variable
3614 if (file_exists(kLdGeneratedConfigFilePath)) { in get_ld_config_file_path()
3615 return kLdGeneratedConfigFilePath; in get_ld_config_file_path()
3620 kLdGeneratedConfigFilePath); in get_ld_config_file_path()