Home
last modified time | relevance | path

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; in Export() local
57 ret = allPaths.AddMessage("path", &pathArchive); in Export()
63 ret = archive.AddMessage("paths", &allPaths); in Export()
/haiku/src/libs/icon/message/
H A DMessageImporter.cpp130 BMessage allPaths; in _ImportPaths() local
131 status_t ret = archive->FindMessage("paths", &allPaths); in _ImportPaths()
137 allPaths.FindMessage("path", i, &pathArchive) == B_OK; i++) { in _ImportPaths()