SetStringJob
SetStringJob* job = new(nothrow) SetStringJob(reference);
SetStringJob* job = new(nothrow) SetStringJob(reference);
SetStringJob* job = new(nothrow) SetStringJob(parentReference, reference);
SetStringJob* job = new(nothrow) SetStringJob(parentReference, reference);
SetStringJob* job = new(nothrow) SetStringJob(parentReference, reference);
SetStringJob::SetStringJob(PartitionReference* partition,
SetStringJob::~SetStringJob()
SetStringJob::Init(const char* string, uint32 jobType)
SetStringJob::Do()
class SetStringJob : public DiskDeviceJob {
SetStringJob(PartitionReference* partition,
virtual ~SetStringJob();
using BPrivate::SetStringJob;