Searched refs:BEGET_LOGW (Results 1 - 8 of 8) sorted by relevance
/base/startup/init/interfaces/innerkits/fs_manager/dm_verity/ |
H A D | dm_verity.c | 111 BEGET_LOGW("device %s not need hvb", fsItem->deviceName ? fsItem->deviceName : "none"); in HvbDmVeritySetUp()
|
/base/startup/init/interfaces/innerkits/include/ |
H A D | beget_ext.h | 122 #define BEGET_LOGW(fmt, ...) STARTUP_LOGW(BEGET_DOMAIN, BEGET_LABEL, fmt, ##__VA_ARGS__) macro 141 BEGET_LOGW(format, ##__VA_ARGS__); \
|
/base/startup/init/interfaces/innerkits/fs_manager/ |
H A D | fstab.c | 238 BEGET_LOGW("Cannot parse file \" %s \" at line %zu. skip it", file, ln); in ReadFstabFromFile() 418 BEGET_LOGW("StoreFscryptPolicy:inited policy is not empty"); in StoreFscryptPolicy() 482 BEGET_LOGW("Failed to append mount flag \" %s \", ignore it.", p); in GetMountFlags() 490 BEGET_LOGW("Failed to append comma"); in GetMountFlags()
|
H A D | fstab_mount.c | 562 BEGET_LOGW("Mount %s to %s failed, err = %d. Ignore failure", item->deviceName, item->mountPoint, errno); in MountOneItem() 637 BEGET_LOGW("DmVeritySetUp fail for %s, ignore error and do not mount", item->deviceName); in CheckRequiredAndMount() 716 BEGET_LOGW("Cannot get mount status of mount point \" %s \"", item->mountPoint); in UmountAllWithFstabFile()
|
/base/startup/init/interfaces/innerkits/fs_manager/erofs_overlay/ |
H A D | erofs_remount_overlay.c | 225 BEGET_LOGW("dirMnt [%s] not exist.", dirMnt);
in RemountOverlay()
|
/base/startup/init/services/sandbox/ |
H A D | sandbox.c | 424 BEGET_LOGW("Failed to access mount point \' %s \', err = %d", dir, errno); in CheckAndMakeDir() 486 BEGET_LOGW("Failed bind mount %s to %s.", info->source, target); in MountSandboxNode() 516 BEGET_LOGW("symbol link name \' %s \' already exist", linkName); in LinkSandboxNode()
|
/base/startup/init/services/utils/ |
H A D | init_utils.c | 497 BEGET_LOGW("File \' %s \' already exist", file);
in CheckAndCreatFile() 510 BEGET_LOGW("Failed to access \' %s \', err = %d", file, errno);
in CheckAndCreatFile()
|
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/ |
H A D | fs_hvb.c | 628 BEGET_LOGW("%s extheader doesnt match, magic is 0x%lx", image, header.magicNumber); in CheckAndGetExtheaderSize()
|
Completed in 9 milliseconds