Searched refs:config (Results 51 - 51 of 51) sorted by relevance

123

/bionic/linker/
H A Dlinker.cpp90 static const char* const kLdConfigArchFilePath = "/system/etc/ld.config." ABI_STRING ".txt";
92 static const char* const kLdConfigFilePath = "/system/etc/ld.config.txt";
93 static const char* const kLdConfigVndkLiteFilePath = "/system/etc/ld.config.vndk_lite.txt";
3775 const Config* config = nullptr;
3784 &config,
3792 config = nullptr;
3795 if (config == nullptr) {
3799 const auto& namespace_configs = config->namespace_configs();
3803 const NamespaceConfig* default_ns_config = config->default_namespace_config();
3850 // this is why we want to add ld-android.so to all namespaces from ld.config
[all...]

Completed in 160 milliseconds

123