Searched refs:apex_lib_path (Results 1 – 1 of 1) sorted by relevance
1242 std::string apex_lib_path = mount_point + "/" + lib_path; in ContributeToSharedLibs() local1243 auto lib_dir = PathExists(apex_lib_path); in ContributeToSharedLibs()1248 auto iter = std::filesystem::directory_iterator(apex_lib_path); in ContributeToSharedLibs()1256 return Error() << "Failed to scan " << apex_lib_path << " : " in ContributeToSharedLibs()1332 return Error() << "Failed to scan " << apex_lib_path << " : " in ContributeToSharedLibs()2550 std::string apex_lib_path = in CreateSharedLibsApexDir() local2552 auto lib_dir_exists = PathExists(apex_lib_path); in CreateSharedLibsApexDir()2555 std::filesystem::create_directory(apex_lib_path, error_code); in CreateSharedLibsApexDir()2557 return Error() << "Failed to create directory " << apex_lib_path << ": " in CreateSharedLibsApexDir()