Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/video/src/
Dvideo_control_manager.cpp82 std::string tempPath(Str16ToStr8(path)); in SetPausePicture() local
84 if (FileExists(tempPath) && IsPngFile(tempPath)) { in SetPausePicture()
/base/powermgr/thermal_manager/application/protector/src/
Dthermal_sensor_provision.cpp115 FormatThermalPaths(tzSysPathInfo_.tempPath, sizeof(tzSysPathInfo_.tempPath), in FormatThermalSysfsPaths()
122 tzSysPathInfo_.tempPath, tzSysPathInfo_.typePath); in FormatThermalSysfsPaths()
204 tzPathMap.insert(std::make_pair(tzType, iter->tempPath)); in ParseThermalZoneInfo()
/base/hiviewdfx/hidumper/frameworks/native/
Ddump_utils.cpp113 std::string tempPath = file.substr(0, pos + 1); in FdToWrite() local
117 if (realpath(tempPath.c_str(), path) != nullptr) { in FdToWrite()
128 path, tempPath.c_str()); in FdToWrite()
/base/global/resmgr_standard/frameworks/resmgr/src/
Dhap_manager.cpp52 std::string tempPath(path); in Init() local
53 auto pos = tempPath.rfind('\\'); in Init()
55 u_setDataDirectory(tempPath.substr(0, pos).c_str()); in Init()
61 std::string tempPath(info.dli_fname); in Init()
62 auto pos = tempPath.rfind('/'); in Init()
64 u_setDataDirectory(tempPath.substr(0, pos).c_str()); in Init()
/base/powermgr/thermal_manager/application/protector/include/
Dthermal_sensor_provision.h29 char tempPath[PATH_MAX]; member