Home
last modified time | relevance | path

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

/aosp_15_r20/system/linkerconfig/
H A Dmain.cc241 std::string system_ext_config_path = in GetContext() local
243 if (access(system_ext_config_path.c_str(), F_OK) == 0) { in GetContext()
245 system_ext_config_path); in GetContext()