Lines Matching refs:path
122 BPath path;
123 status_t status = find_directory(paths[i], &path, true);
124 if (status == B_OK && path.Append("opengl") == B_OK)
125 AddPath(path.Path());
131 GLRendererRoster::AddPath(const char* path)
133 BDirectory directory(path);
206 BPath path(&ref);
207 printf("OpenGL load add-on: %s\n", path.Path());
209 image_id image = load_add_on(path.Path());
225 printf("OpenGL add-on registered: %s\n", path.Path());
229 printf("OpenGL add-on failed to instantiate: %s\n", path.Path());