Home
last modified time | relevance | path

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

/dports/multimedia/haruna/haruna-0.7.3/src/
H A Dworker.cpp57 QString cachedFilePath = cacheDir + "/" + appDir + "/" + fileDir + "/" + filename; in makePlaylistThumbnail() local
60 if (QFileInfo::exists(cachedFilePath) && image.load(cachedFilePath)) { in makePlaylistThumbnail()
87 QFileInfo fi(cachedFilePath); in makePlaylistThumbnail()
90 if (!image.save(cachedFilePath)) { in makePlaylistThumbnail()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestTrackerDistributedCacheManagerWithLinuxTaskController.java132 private void checkPermissionOnPathComponents(String cachedFilePath, in checkPermissionOnPathComponents() argument
137 cachedFilePath.replaceFirst(ROOT_MAPRED_LOCAL_DIR.getAbsolutePath() in checkPermissionOnPathComponents()
145 cachedFilePath.substring(0, cachedFilePath in checkPermissionOnPathComponents()
154 File path = new File(cachedFilePath).getParentFile(); in checkPermissionOnPathComponents()
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/tools/
H A Dexecutablefinder.cpp86 QString fullProgramPath = cachedFilePath(filePath); in findBySuffix()
116 QString fullProgramPath = cachedFilePath(filePath); in findInPath()
141 QString ExecutableFinder::cachedFilePath(const QString &filePath) const in cachedFilePath() function in qbs::Internal::ExecutableFinder
H A Dexecutablefinder.h67 QString cachedFilePath(const QString &filePath) const;
/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/Client/Repository/
H A DCache.hs55 go FUn (CacheAs file) = copyTo (cachedFilePath cache file)
175 localPath = cachedFilePath cache cachedFile
210 removeFile $ cachedFilePath cache CachedTimestamp
211 removeFile $ cachedFilePath cache CachedSnapshot
257 cachedFilePath :: Cache -> CachedFile -> Path Absolute
258 cachedFilePath Cache{cacheLayout=CacheLayout{..}, ..} file =
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwQuotaManagerBridgeTest.java121 final String cachedFilePath = "/foo.js"; in useAppCache() local
123 mWebServer.setResponse(cachedFilePath, cachedFileContents, null); in useAppCache()
126 final String manifestContents = "CACHE MANIFEST\nCACHE:\n" + cachedFilePath; in useAppCache()
133 + "<head><script src=\"" + cachedFilePath + "\"></script></head></html>"; in useAppCache()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/duchain/
H A Dcache.cpp142 const QString& cachedFilePath = *modulePathIt; in getFileNames() local
144 if (!cachedFilePath.isEmpty()) { in getFileNames()
145 result.append(cachedFilePath); in getFileNames()