Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
Dhap_manager.cpp75 std::string tempPath(path); in Init() local
76 auto pos = tempPath.rfind('\\'); in Init()
78 u_setDataDirectory(tempPath.substr(0, pos).c_str()); in Init()
84 std::string tempPath(info.dli_fname); in Init()
85 auto pos = tempPath.rfind('/'); in Init()
87 u_setDataDirectory(tempPath.substr(0, pos).c_str()); in Init()
330 const std::string tempPath = (*iter)->GetIndexPath(); in GetValidAppPath() local
334 appPath = tempPath; in GetValidAppPath()
675 const std::string tempPath = (*iter)->GetIndexPath(); in GetValidHapPath() local
676 if (Utils::ContainsTail(tempPath, Utils::tailSet)) { in GetValidHapPath()
[all …]
/base/powermgr/thermal_manager/application/protector/src/
Dthermal_sensor_provision.cpp113 FormatThermalPaths(tzSysPathInfo_.tempPath, sizeof(tzSysPathInfo_.tempPath), in FormatThermalSysfsPaths()
200 tzPathMap.insert(std::make_pair(tzType, iter->tempPath)); in ParseThermalZoneInfo()
/base/powermgr/thermal_manager/application/protector/include/
Dthermal_sensor_provision.h29 char tempPath[PATH_MAX]; member
/base/hiviewdfx/hidumper/frameworks/native/
Ddump_utils.cpp294 std::string tempPath = file.substr(0, pos + 1); in FdToWrite() local
298 if (realpath(tempPath.c_str(), path) != nullptr) { in FdToWrite()
309 path, tempPath.c_str()); in FdToWrite()
/base/telephony/call_manager/services/video/src/
Dvideo_control_manager.cpp123 std::string tempPath(Str16ToStr8(path)); in SetPausePicture() local
131 ret = netCall->SetPausePicture(tempPath); in SetPausePicture()
/base/update/updater/services/package/pkg_manager/
Dpkg_managerImpl.cpp352 const std::string tempPath = GetExtraPath(path); in ExtraAndLoadPackage() local
353 if (stat(tempPath.c_str(), &st) != 0) { in ExtraAndLoadPackage()
355 (void)mkdir(tempPath.c_str(), 0775); // 0775 : rwxrwxr-x in ExtraAndLoadPackage()
361 …ret = CreatePkgStream(stream, tempPath + name + ".tmp", info->unpackedSize, PkgStream::PkgStreamTy… in ExtraAndLoadPackage()
363 …ret = CreatePkgStream(stream, tempPath + name + ".tmp", info->unpackedSize, PkgStream::PkgStreamTy… in ExtraAndLoadPackage()
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp643 char tempPath[PATH_MAX] = {0};
644 if (realpath(libPathWebEngine.c_str(), tempPath) == nullptr) {
650 int ret = stat(tempPath, &stats);
663 int fd = open(tempPath, O_RDONLY);