Searched refs:relativePath (Results 1 - 2 of 2) sorted by relevance
| /ide/tools/previewer/test/mock/ |
| H A D | MockFile.cpp | 127 std::string relativePath = entry.path().string().substr(folderPath.length() + 1); // Relative path in AddFolderToZip() local 131 if (zipOpenNewFileInZip(zip, (entryName + "/" + relativePath + "/").c_str(), NULL, NULL, 0, in AddFolderToZip() 139 if (!AddFileToZip(zip, entry.path().string(), entryName + "/" + relativePath)) { in AddFolderToZip()
|
| /ide/tools/previewer/jsapp/rich/external/ |
| H A D | StageContext.cpp | 512 std::string relativePath = inputPath.substr(pos1, pos2 - pos1); in GetSystemModuleBuffer() local 513 size_t found = relativePath.find("."); in GetSystemModuleBuffer() 516 relativePath.replace(found, len, "/"); in GetSystemModuleBuffer() 517 found = relativePath.find(".", found + len); in GetSystemModuleBuffer() 519 std::string moduleHspFile = hosSdkPath + "/systemHsp" + relativePath + moduleName + ".hsp"; in GetSystemModuleBuffer()
|
Completed in 2 milliseconds