Searched refs:apex_lib_path (Results 1 – 1 of 1) sorted by relevance
970 std::string apex_lib_path = mount_point + "/" + lib_path; in ContributeToSharedLibs() local971 auto lib_dir = PathExists(apex_lib_path); in ContributeToSharedLibs()976 auto iter = std::filesystem::directory_iterator(apex_lib_path); in ContributeToSharedLibs()984 return Error() << "Failed to scan " << apex_lib_path << " : " in ContributeToSharedLibs()1060 return Error() << "Failed to scan " << apex_lib_path << " : " in ContributeToSharedLibs()2184 std::string apex_lib_path = in CreateSharedLibsApexDir() local2186 auto lib_dir_exists = PathExists(apex_lib_path); in CreateSharedLibsApexDir()2189 std::filesystem::create_directory(apex_lib_path, error_code); in CreateSharedLibsApexDir()2191 return Error() << "Failed to create directory " << apex_lib_path << ": " in CreateSharedLibsApexDir()