Searched refs:tarPath (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/apps/haikudepot/
H A DTarArchiveServiceTest.cpp35 BString tarPath; local
36 if (CreateSampleFile(tarPath) != B_OK) {
41 BFile *tarFile = new BFile(tarPath, O_RDONLY);
58 DeleteSampleFile(tarPath);
/haiku/src/apps/haikudepot/server/
H A DServerIconExportUpdateProcess.cpp151 BPath tarPath; local
152 status_t result = GetLocalPath(tarPath);
160 result = StorageUtils::ExistsObject(tarPath, &hasFile, NULL, &size);
167 BFile *tarIo = new BFile(tarPath.Path(), O_RDONLY);
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp153 PackageIconTarRepository::Init(BPath& tarPath) argument
159 if (tarPath.Path() == NULL) {
167 HDINFO("will init icon model from tar [%s]", tarPath.Path());
168 tarIo = new BFile(tarPath.Path(), O_RDONLY);
171 HDERROR("unable to read the tar [%s]", tarPath.Path());
180 HDINFO("will read [%s] and collect the tar pointers", tarPath.Path());
H A DPackageIconTarRepository.h28 status_t Init(BPath& tarPath);
H A DModel.cpp245 BPath tarPath; local
246 status_t result = IconTarPath(tarPath);
248 result = fPackageIconRepository.Init(tarPath);

Completed in 100 milliseconds