Searched refs:allPaths (Results 1 – 2 of 2) sorted by relevance
49 BMessage allPaths; in Export() local57 ret = allPaths.AddMessage("path", &pathArchive); in Export()63 ret = archive.AddMessage("paths", &allPaths); in Export()
130 BMessage allPaths; in _ImportPaths() local131 status_t ret = archive->FindMessage("paths", &allPaths); in _ImportPaths()137 allPaths.FindMessage("path", i, &pathArchive) == B_OK; i++) { in _ImportPaths()