Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/util/
H A DStorageUtils.h47 static status_t IconTarPath(BPath& path);
H A DStorageUtils.cpp487 StorageUtils::IconTarPath(BPath& path) in IconTarPath() function in StorageUtils
/haiku/src/apps/haikudepot/server/
H A DServerIconExportUpdateProcess.cpp134 return StorageUtils::IconTarPath(path); in GetLocalPath()
/haiku/src/apps/haikudepot/model/
H A DModel.cpp107 status_t result = StorageUtils::IconTarPath(tarPath); in InitPackageIconRepository()