Searched refs:tempPath (Results 1 – 5 of 5) sorted by relevance
82 std::string tempPath(Str16ToStr8(path)); in SetPausePicture() local84 if (FileExists(tempPath) && IsPngFile(tempPath)) { in SetPausePicture()
115 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()
113 std::string tempPath = file.substr(0, pos + 1); in FdToWrite() local117 if (realpath(tempPath.c_str(), path) != nullptr) { in FdToWrite()128 path, tempPath.c_str()); in FdToWrite()
52 std::string tempPath(path); in Init() local53 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()
29 char tempPath[PATH_MAX]; member