Searched refs:LoadPersistParam_ (Results 1 - 2 of 2) sorted by relevance
/base/startup/init/services/param/liteos/ |
H A D | param_persistadp.c | 35 static void LoadPersistParam_(const char *fileName, char *buffer, uint32_t buffSize)
in LoadPersistParam_() function 60 LoadPersistParam_(tmpPath, buffer, buffSize);
in LoadPersistParam() 62 LoadPersistParam_(tmpPath, buffer, buffSize);
in LoadPersistParam()
|
/base/startup/init/services/param/adapter/ |
H A D | param_persistadp.c | 116 static void LoadPersistParam_(const bool clearFactoryPersistParams, const char *fileName,
in LoadPersistParam_() function 189 LoadPersistParam_(clearFactoryPersistParams, path, buffer, buffSize, isFullLoad);
in LoadPersistParam() 190 LoadPersistParam_(clearFactoryPersistParams, tmpPath, buffer, buffSize, isFullLoad);
in LoadPersistParam()
|
Completed in 2 milliseconds