Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/bootevent/
H A Dbootevent.c220 static int CreateBootEventFile(const char *file, mode_t mode) in CreateBootEventFile() function
248 …int ret = CreateBootEventFile(BOOTEVENT_OUTPUT_PATH "bootup.trace", S_IRUSR|S_IWUSR|S_IRGRP|S_IROT… in SaveServiceBootEvent()