Searched refs:allPaths (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.cpp49 BMessage allPaths; local
57 ret = allPaths.AddMessage("path", &pathArchive);
63 ret = archive.AddMessage("paths", &allPaths);
/haiku/src/libs/icon/message/
H A DMessageImporter.cpp130 BMessage allPaths; local
131 status_t ret = archive->FindMessage("paths", &allPaths);
137 allPaths.FindMessage("path", i, &pathArchive) == B_OK; i++) {

Completed in 88 milliseconds