Searched refs:rPath (Results 1 – 3 of 3) sorted by relevance
270 std::string rPath; in ParseResourcePath() local272 rPath = info.params[0]; in ParseResourcePath()274 state = reSourceManager->GetStringById(info.resId, rPath); in ParseResourcePath()278 if (!SpiltAbsoluteFontPath(rPath) || !GetFontFileProperties(rPath, familyName)) { in ParseResourcePath()
140 std::string rPath(realPath); in GenerateDlpFileExcute() local144 asyncContext->dlpFileNative, rPath); in GenerateDlpFileExcute()236 std::string rPath(realPath); in OpenDlpFileExcute() local238 …eManager::GetInstance().OpenDlpFile(asyncContext->ciphertextFd, asyncContext->dlpFileNative, rPath, in OpenDlpFileExcute()
746 std::string rPath(realPath); in GetTempFile() local747 path = rPath + "/dlp" + std::to_string(count++) + ".txt"; in GetTempFile()