Searched refs:BEGET_INFO_CHECK (Results 1 - 4 of 4) sorted by relevance
/base/startup/init/services/sandbox/ |
H A D | sandbox.c | 228 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() 542 BEGET_INFO_CHECK(sandbox->isCreated == false, return 0, "Sandbox %s already created", sandbox->name); in PrepareSandbox()
|
/base/startup/init/interfaces/innerkits/include/ |
H A D | beget_ext.h | 133 #define BEGET_INFO_CHECK(ret, statement, format, ...) \ macro
|
/base/startup/init/interfaces/innerkits/fs_manager/ |
H A D | fstab_mount.c | 411 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 D | fstab.c | 512 BEGET_INFO_CHECK(ret == 0, ret = GetBlockDeviceByName(partName, fstab, path, size), in GetBlockDevicePath()
|
Completed in 4 milliseconds