Lines Matching defs:writePath
212 std::string writePath;
215 if (GetWritePathAndOffset(partitionName, writePath, offset, partitionSize) != USCRIPT_SUCCESS) {
222 std::unique_ptr<DataWriter> writer = DataWriter::CreateDataWriter(WRITE_RAW, writePath,
436 int UScriptInstructionRawImageWrite::GetWritePathAndOffset(const std::string &partitionName, std::string &writePath,
447 writePath = ptnInfo.writePath;
451 writePath = GetBlockDeviceByMountPoint(partitionName);
452 if (writePath.empty()) {
462 writePath += suffix;
464 LOG(INFO) << "write partition path: " << writePath;