Home
last modified time | relevance | path

Searched refs:BEGET_INFO_CHECK (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/startup/init/services/sandbox/
H A Dsandbox.c228 BEGET_INFO_CHECK(srcPath != NULL, return 0, "Get src-path is null"); in AddMountInfoToSandbox()
230 BEGET_INFO_CHECK(dstPath != NULL, return 0, "Get sandbox-path is null"); in AddMountInfoToSandbox()
232 BEGET_INFO_CHECK(obj != NULL, return 0, "Get sandbox-flags is null"); in AddMountInfoToSandbox()
234 BEGET_INFO_CHECK(ret, return 0, "Sandbox-flags is not array"); in AddMountInfoToSandbox()
236 BEGET_INFO_CHECK(count > 0, return 0, "Get sandbox-flags array size is zero"); in AddMountInfoToSandbox()
544BEGET_INFO_CHECK(sandbox->isCreated == false, return 0, "Sandbox %s already created", sandbox->nam… in PrepareSandbox()
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab_mount.c411 BEGET_INFO_CHECK(GetParameterFromCmdLine(slotInfoName, value, MAX_BUFFER_LEN) == 0, in GetSlotInfoFromCmdLine()
429 BEGET_INFO_CHECK(read(fd, &slotInfo, sizeof(slotInfo)) == size, close(fd); return -1, in GetSlotInfoFromBootctrl()
623 BEGET_INFO_CHECK(bootSlots <= 1, AdjustPartitionNameByPartitionSlot(item), in CheckRequiredAndMount()
H A Dfstab.c500 BEGET_INFO_CHECK(ret == 0, ret = GetBlockDeviceByName(partName, fstab, path, size), in GetBlockDevicePath()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dbeget_ext.h133 #define BEGET_INFO_CHECK(ret, statement, format, ...) \ macro
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-deviceboot.md456 BEGET_INFO_CHECK(slot > 1, return, "default partition doesn't need to add suffix");
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-deviceboot.md456 BEGET_INFO_CHECK(slot > 1, return, "default partition doesn't need to add suffix");