Searched refs:cachePath (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DFastMotionMovieMaker.tcl48 set cachePath [file join [file dirname [info script]] cache]
49 if {![file isdirectory $cachePath]} {
50 file mkdir $cachePath
54 global wbtstart wgrabber uid shotinterval afterid width height cachePath
56 foreach f [glob -nocomplain -directory $cachePath *.png] {
76 global wgrabber cachePath uid afterid shotinterval
80 set filename [file join $cachePath "image[incr uid].png"]
88 global cachePath width height wmovie
92 $wmovie new [file join $cachePath themovie.mov]
96 set allFiles [lsort -dictionary [glob -nocomplain -directory $cachePath *
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Daaplbfct.cpp208 char cachePath[128];
240 state = NSGetNextSearchPathEnumeration(state, cachePath); // Just use first one
243 snprintf(cacheTargetPath, sizeof(cacheTargetPath), "%s/com.apple.ICUUserDictionaryCache%s.%s.%d", cachePath, sArchType, scriptName, getuid());
303 strlcat(cachePath, "/temp.XXXXXXXXXX", sizeof(cachePath));
304 int temp = mkstemp(cachePath);
321 if (rename(cachePath, cacheTargetPath)) {
323 (void) unlink(cachePath); // Clean up the temp file
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtokencache.cpp227 cache.makedir(cachePath(), O_CREAT, 0700, tokend);
250 string TokenCache::Token::cachePath() const function in class:TokenCache::Token
H A Dtokencache.h83 string cachePath() const;
H A Dtoken.cpp251 mCache->cachePath().c_str(), mCache->workPath().c_str(),
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMac.mm168 NSString* cachePath = [cacheDir stringByAppendingPathComponent:appName];
169 return stringByResolvingSymlinksInPath([cachePath stringByStandardizingPath]);
265 RetainPtr<NSString> cachePath = adoptNS((NSString *)WKCopyFoundationCacheDirectory());
266 if (!cachePath)
267 cachePath = @"~/Library/Caches/com.apple.WebKit.WebProcess";
268 return stringByResolvingSymlinksInPath([cachePath stringByStandardizingPath]);
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c3266 char cachePath[PATH_MAX] = ""; local
3302 /* resolveToBase */ true, cachePath)) {
3311 cachePath);
3317 strlcpy(tmpPath, cachePath, sizeof(tmpPath));
3369 cachePath);
3386 cachePath);
3396 cachePath);
3406 cachePath, strerror(errno));
3425 cachePath, strerror(errno));
3443 if (-1 == rename(tmpPath, cachePath)) {
3519 CFStringRef cachePath = NULL; // must release local
3625 char cachePath[PATH_MAX] = ""; local
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginDatabase.cpp50 DEPRECATED_DEFINE_STATIC_LOCAL(String, cachePath, ());
51 return cachePath;
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp1050 char cachePath[MAXPATHLEN]; local
1056 strcpy(cachePath, overlayPaths[0]);
1057 strcat(cachePath, "/");
1058 strcat(cachePath, cachePathCanonical);
1059 fCacheFilePath = strdup(cachePath);
1062 strcpy(cachePath, rootPath);
1063 strcat(cachePath, "/");
1064 strcat(cachePath, cachePathCanonical);
1065 fCacheFilePath = strdup(cachePath);

Completed in 145 milliseconds