Home
last modified time | relevance | path

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

/base/startup/init/interfaces/innerkits/include/
Dbeget_ext.h115 #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/
Ddm_verity.c107 BEGET_LOGW("device %s not need hvb", fsItem->deviceName ? fsItem->deviceName : "none"); in HvbDmVeritySetUp()
/base/startup/init/interfaces/innerkits/fs_manager/
Dfstab.c245 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()
Dfstab_mount.c395BEGET_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/
Dsandbox.c420 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/
Dinit_utils.c489 BEGET_LOGW("File \' %s \' already exist", file); in CheckAndCreatFile()
503 BEGET_LOGW("Failed to access \' %s \', err = %d", file, errno); in CheckAndCreatFile()