Home | History | Annotate | Download | only in src

Lines Matching refs:oAttr

367     DmtAttributes oAttr;
375 if ( (e=ptrNode->GetAttributes( oAttr )) != NULL) {
390 printf("name=%s\n", (const char*)oAttr.GetName().c_str() );
391 printf("format=%s\n", (const char*)oAttr.GetFormat().c_str() );
392 printf("type=%s\n", (const char*)oAttr.GetType().c_str() );
393 printf("title=%s\n", (const char*)oAttr.GetTitle().c_str() );
394 printf("acl=%s\n", (const char*)oAttr.GetAcl().toString().c_str() );
395 printf("size=%d\n", (const char*)oAttr.GetSize() );
397 if ( oAttr.GetTimestamp() == 0 ) {
401 time_t timestamp = (time_t)(oAttr.GetTimestamp()/1000L);
405 printf("version=%d\n", oAttr.GetVersion() );
424 if ( strcasecmp(oAttr.GetFormat(), "bin") == 0 ) {