Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp1240 std::string apex_lib_path = mount_point + "/" + lib_path; in ContributeToSharedLibs() local
1241 auto lib_dir = PathExists(apex_lib_path); in ContributeToSharedLibs()
1246 auto iter = std::filesystem::directory_iterator(apex_lib_path); in ContributeToSharedLibs()
1254 return Error() << "Failed to scan " << apex_lib_path << " : " in ContributeToSharedLibs()
1330 return Error() << "Failed to scan " << apex_lib_path << " : " in ContributeToSharedLibs()
2496 std::string apex_lib_path = in CreateSharedLibsApexDir() local
2498 auto lib_dir_exists = PathExists(apex_lib_path); in CreateSharedLibsApexDir()
2501 std::filesystem::create_directory(apex_lib_path, error_code); in CreateSharedLibsApexDir()
2503 return Error() << "Failed to create directory " << apex_lib_path << ": " in CreateSharedLibsApexDir()