Searched refs:apex_lib_path (Results 1 – 1 of 1) sorted by relevance
1240 std::string apex_lib_path = mount_point + "/" + lib_path; in ContributeToSharedLibs() local1241 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() local2498 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()