Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/application/protector/src/
Dthermal_sensor_provision.cpp116 FormatThermalPaths(tzSysPathInfo_.typePath, sizeof(tzSysPathInfo_.typePath), in FormatThermalSysfsPaths()
194 ret = ReadThermalSysfsToBuff(iter->typePath, bufType, sizeof(bufType)); in ParseThermalZoneInfo()
/base/powermgr/thermal_manager/application/protector/include/
Dthermal_sensor_provision.h30 char typePath[PATH_MAX]; member
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage.c1297 static int32_t DestroyType(const char *storePath, const char *typePath, uint32_t bakFlag) in DestroyType() argument
1304 int32_t ret = GetPath(storePath, typePath, destroyPath, HKS_MAX_FILE_NAME_LEN, bakFlag); in DestroyType()