Searched refs:BEGET_LOGW (Results 1 – 6 of 6) sorted by relevance
/base/startup/init/interfaces/innerkits/include/ |
D | beget_ext.h | 115 #define BEGET_LOGW(fmt, ...) STARTUP_LOGW(BEGET_DOMAIN, BEGET_LABEL, fmt, ##__VA_ARGS__) macro 134 BEGET_LOGW(format, ##__VA_ARGS__); \
|
/base/startup/init/interfaces/innerkits/fs_manager/dm_verity/ |
D | dm_verity.c | 107 BEGET_LOGW("device %s not need hvb", fsItem->deviceName ? fsItem->deviceName : "none"); in HvbDmVeritySetUp()
|
/base/startup/init/interfaces/innerkits/fs_manager/ |
D | fstab.c | 245 BEGET_LOGW("Cannot parse file \" %s \" at line %zu. skip it", file, ln); in ReadFstabFromFile() 416 BEGET_LOGW("StoreFscryptPolicy:inited policy is not empty"); in StoreFscryptPolicy() 480 BEGET_LOGW("Failed to append mount flag \" %s \", ignore it.", p); in GetMountFlags() 488 BEGET_LOGW("Failed to append comma"); in GetMountFlags()
|
D | fstab_mount.c | 395 …BEGET_LOGW("Mount %s to %s failed, err = %d. Ignore failure", item->deviceName, item->mountPoint, … in MountOneItem() 509 BEGET_LOGW("Cannot get mount status of mount point \" %s \"", item->mountPoint); in UmountAllWithFstabFile()
|
/base/startup/init/services/sandbox/ |
D | sandbox.c | 420 BEGET_LOGW("Failed to access mount point \' %s \', err = %d", dir, errno); in CheckAndMakeDir() 484 BEGET_LOGW("Failed bind mount %s to %s.", info->source, target); in MountSandboxNode() 514 BEGET_LOGW("symbol link name \' %s \' already exist", linkName); in LinkSandboxNode()
|
/base/startup/init/services/utils/ |
D | init_utils.c | 489 BEGET_LOGW("File \' %s \' already exist", file); in CheckAndCreatFile() 503 BEGET_LOGW("Failed to access \' %s \', err = %d", file, errno); in CheckAndCreatFile()
|