Home
last modified time | relevance | path

Searched refs:localDir (Results 1 – 25 of 786) sorted by relevance

12345678910>>...32

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/
H A DTestDiskChecker.java65 when(localDir.mkdir()).thenReturn(true); in _mkdirs()
68 .returning(localDir).from.pathToFile(dir)); in _mkdirs()
116 File localDir = File.createTempFile("test", "tmp"); in _checkDirs() local
118 localDir.delete(); in _checkDirs()
119 localDir.mkdir(); in _checkDirs()
125 new Path(localDir.getAbsolutePath()), perm); in _checkDirs()
130 localDir.delete(); in _checkDirs()
167 localDir.delete(); in _checkDirs()
168 localDir.mkdir(); in _checkDirs()
173 DiskChecker.checkDir(localDir); in _checkDirs()
[all …]
/dports/sysutils/kio-fuse/kio-fuse-5.0.1/tests/
H A Dfileopstest.cpp326 QTemporaryDir localDir; in testLocalDirOps() local
327 QVERIFY(localDir.isValid()); in testLocalDirOps()
405 QTemporaryDir localDir; in testReaddirOps() local
462 QTemporaryDir localDir; in testCreationOps() local
496 QTemporaryDir localDir; in testRenameOps() local
579 QTemporaryDir localDir; in testDeletionOps() local
732 QTemporaryDir localDir; in testFilenameEscaping() local
760 QTemporaryDir localDir; in testDirRefresh() local
808 QTemporaryDir localDir; in testFileRefresh() local
844 QTemporaryDir localDir; in testSymlinkRefresh() local
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp77 btVector3 localDir = vec; in convexHullSupport() local
86 vec_float4 p0 = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
109 vec_float4 p = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
155 btFsels(localDir.y(), halfExtents.y(), -halfExtents.y()), in localGetSupportVertexWithoutMarginNonVirtual()
156 btFsels(localDir.z(), halfExtents.z(), -halfExtents.z())); in localGetSupportVertexWithoutMarginNonVirtual()
162 btVector3 dir(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
174 btVector3 v(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
234 btVector3 v(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
263 btVector3 vec0(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
329 return this->localGetSupportingVertexWithoutMargin(localDir); in localGetSupportVertexWithoutMarginNonVirtual()
[all …]
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp76 btVector3 localDir = vec; in convexHullSupport() local
85 vec_float4 p0 = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
86 vec_float4 p1 = vec_dot3(points[v + 1].get128(), localDir.get128()); in convexHullSupport()
108 vec_float4 p = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
154 btFsels(localDir.y(), halfExtents.y(), -halfExtents.y()), in localGetSupportVertexWithoutMarginNonVirtual()
155 btFsels(localDir.z(), halfExtents.z(), -halfExtents.z())); in localGetSupportVertexWithoutMarginNonVirtual()
161 btVector3 dir(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
173 btVector3 v(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
230 btVector3 vec0(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
296 return this->localGetSupportingVertexWithoutMargin(localDir); in localGetSupportVertexWithoutMarginNonVirtual()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp76 btVector3 localDir = vec; in convexHullSupport() local
85 vec_float4 p0 = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
86 vec_float4 p1 = vec_dot3(points[v + 1].get128(), localDir.get128()); in convexHullSupport()
108 vec_float4 p = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
154 btFsels(localDir.y(), halfExtents.y(), -halfExtents.y()), in localGetSupportVertexWithoutMarginNonVirtual()
155 btFsels(localDir.z(), halfExtents.z(), -halfExtents.z())); in localGetSupportVertexWithoutMarginNonVirtual()
161 btVector3 dir(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
173 btVector3 v(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
230 btVector3 vec0(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
296 return this->localGetSupportingVertexWithoutMargin(localDir); in localGetSupportVertexWithoutMarginNonVirtual()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp80 btVector3 localDir = vec; in convexHullSupport() local
88 vec_float4 p0 = vec_dot3(points[v ].get128(),localDir.get128()); in convexHullSupport()
89 vec_float4 p1 = vec_dot3(points[v+1].get128(),localDir.get128()); in convexHullSupport()
110 vec_float4 p = vec_dot3(points[v].get128(),localDir.get128()); in convexHullSupport()
152 btFsels(localDir.y(), halfExtents.y(), -halfExtents.y()), in localGetSupportVertexWithoutMarginNonVirtual()
153 btFsels(localDir.z(), halfExtents.z(), -halfExtents.z())); in localGetSupportVertexWithoutMarginNonVirtual()
159 btVector3 dir(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
171 btVector3 v(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
227 btVector3 vec0(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
293 return this->localGetSupportingVertexWithoutMargin (localDir); in localGetSupportVertexWithoutMarginNonVirtual()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp76 btVector3 localDir = vec; in convexHullSupport() local
85 vec_float4 p0 = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
86 vec_float4 p1 = vec_dot3(points[v + 1].get128(), localDir.get128()); in convexHullSupport()
108 vec_float4 p = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
154 btFsels(localDir.y(), halfExtents.y(), -halfExtents.y()), in localGetSupportVertexWithoutMarginNonVirtual()
155 btFsels(localDir.z(), halfExtents.z(), -halfExtents.z())); in localGetSupportVertexWithoutMarginNonVirtual()
161 btVector3 dir(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
173 btVector3 v(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
230 btVector3 vec0(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
296 return this->localGetSupportingVertexWithoutMargin(localDir); in localGetSupportVertexWithoutMarginNonVirtual()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp76 btVector3 localDir = vec; in convexHullSupport() local
84 vec_float4 p0 = vec_dot3(points[v ].get128(),localDir.get128()); in convexHullSupport()
85 vec_float4 p1 = vec_dot3(points[v+1].get128(),localDir.get128()); in convexHullSupport()
106 vec_float4 p = vec_dot3(points[v].get128(),localDir.get128()); in convexHullSupport()
148 btFsels(localDir.y(), halfExtents.y(), -halfExtents.y()), in localGetSupportVertexWithoutMarginNonVirtual()
149 btFsels(localDir.z(), halfExtents.z(), -halfExtents.z())); in localGetSupportVertexWithoutMarginNonVirtual()
155 btVector3 dir(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
167 btVector3 v(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
223 btVector3 vec0(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
292 return this->localGetSupportingVertexWithoutMargin (localDir); in localGetSupportVertexWithoutMarginNonVirtual()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp76 btVector3 localDir = vec; in convexHullSupport() local
85 vec_float4 p0 = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
86 vec_float4 p1 = vec_dot3(points[v + 1].get128(), localDir.get128()); in convexHullSupport()
108 vec_float4 p = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
154 btFsels(localDir.y(), halfExtents.y(), -halfExtents.y()), in localGetSupportVertexWithoutMarginNonVirtual()
155 btFsels(localDir.z(), halfExtents.z(), -halfExtents.z())); in localGetSupportVertexWithoutMarginNonVirtual()
161 btVector3 dir(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
173 btVector3 v(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
230 btVector3 vec0(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
296 return this->localGetSupportingVertexWithoutMargin(localDir); in localGetSupportVertexWithoutMarginNonVirtual()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp76 btVector3 localDir = vec; in convexHullSupport() local
85 vec_float4 p0 = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
86 vec_float4 p1 = vec_dot3(points[v + 1].get128(), localDir.get128()); in convexHullSupport()
108 vec_float4 p = vec_dot3(points[v].get128(), localDir.get128()); in convexHullSupport()
154 btFsels(localDir.y(), halfExtents.y(), -halfExtents.y()), in localGetSupportVertexWithoutMarginNonVirtual()
155 btFsels(localDir.z(), halfExtents.z(), -halfExtents.z())); in localGetSupportVertexWithoutMarginNonVirtual()
161 btVector3 dir(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
173 btVector3 v(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
230 btVector3 vec0(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
296 return this->localGetSupportingVertexWithoutMargin(localDir); in localGetSupportVertexWithoutMarginNonVirtual()
[all …]
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp54 btVector3 localDir = vec; in convexHullSupport() local
62 vec_float4 p0 = vec_dot3(points[v ].get128(),localDir.get128()); in convexHullSupport()
63 vec_float4 p1 = vec_dot3(points[v+1].get128(),localDir.get128()); in convexHullSupport()
64 vec_float4 p2 = vec_dot3(points[v+2].get128(),localDir.get128()); in convexHullSupport()
84 vec_float4 p = vec_dot3(points[v].get128(),localDir.get128()); in convexHullSupport()
128 btFsels(localDir.y(), halfExtents.y(), -halfExtents.y()), in localGetSupportVertexWithoutMarginNonVirtual()
129 btFsels(localDir.z(), halfExtents.z(), -halfExtents.z())); in localGetSupportVertexWithoutMarginNonVirtual()
134 btVector3 dir(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
146 btVector3 v(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
202 btVector3 vec0(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp54 btVector3 localDir = vec; in convexHullSupport() local
62 vec_float4 p0 = vec_dot3(points[v ].get128(),localDir.get128()); in convexHullSupport()
63 vec_float4 p1 = vec_dot3(points[v+1].get128(),localDir.get128()); in convexHullSupport()
64 vec_float4 p2 = vec_dot3(points[v+2].get128(),localDir.get128()); in convexHullSupport()
84 vec_float4 p = vec_dot3(points[v].get128(),localDir.get128()); in convexHullSupport()
128 btFsels(localDir.y(), halfExtents.y(), -halfExtents.y()), in localGetSupportVertexWithoutMarginNonVirtual()
129 btFsels(localDir.z(), halfExtents.z(), -halfExtents.z())); in localGetSupportVertexWithoutMarginNonVirtual()
134 btVector3 dir(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
146 btVector3 v(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
202 btVector3 vec0(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DnsXREDirProvider.cpp255 nsCOMPtr<nsIFile> localDir; in GetSystemParentDirectory() local
276 localDir.forget(aFile); in GetSystemParentDirectory()
352 localDir.swap(file); in GetFile()
365 localDir.swap(file); in GetFile()
1111 nsCOMPtr<nsIFile> localDir; in GetUpdateRootDir() local
1140 localDir.forget(aResult); in GetUpdateRootDir()
1186 nsCOMPtr<nsIFile> localDir; in GetUpdateRootDir() local
1193 localDir.forget(aResult); in GetUpdateRootDir()
1378 localDir.forget(aFile); in GetSysUserExtensionsDirectory()
1393 localDir.forget(aFile); in GetSysUserExtensionsDevDirectory()
[all …]
/dports/ftp/jftp/j-ftp/src/java/net/sf/jftp/tools/
H A DHttpSpider.java56 private String localDir = "."; field in HttpSpider
62 public HttpSpider(String localDir) in HttpSpider() argument
64 this.localDir = localDir; in HttpSpider()
77 dir.setText(localDir); in HttpSpider()
96 localDir = dir.getText(); in actionPerformed()
98 if(!localDir.endsWith("/")) in actionPerformed()
100 localDir = localDir + "/"; in actionPerformed()
134 localDir); in run()
408 private String localDir = null; field in Holer
410 public Holer(String localDir) in Holer() argument
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp71 btVector3 localDir = vec; in convexHullSupport() local
79 vec_float4 p0 = vec_dot3(points[v ].get128(),localDir.get128()); in convexHullSupport()
80 vec_float4 p1 = vec_dot3(points[v+1].get128(),localDir.get128()); in convexHullSupport()
101 vec_float4 p = vec_dot3(points[v].get128(),localDir.get128()); in convexHullSupport()
145 btFsels(localDir.y(), halfExtents.y(), -halfExtents.y()), in localGetSupportVertexWithoutMarginNonVirtual()
146 btFsels(localDir.z(), halfExtents.z(), -halfExtents.z())); in localGetSupportVertexWithoutMarginNonVirtual()
151 btVector3 dir(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
163 btVector3 v(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
219 btVector3 vec0(localDir.getX(),localDir.getY(),localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
288 return this->localGetSupportingVertexWithoutMargin (localDir); in localGetSupportVertexWithoutMarginNonVirtual()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DnsXREDirProvider.cpp289 nsCOMPtr<nsIFile> localDir; in GetSystemParentDirectory() local
310 localDir.forget(aFile); in GetSystemParentDirectory()
386 localDir.swap(file); in GetFile()
399 localDir.swap(file); in GetFile()
1255 nsCOMPtr<nsIFile> localDir; in GetUpdateRootDir() local
1284 localDir.forget(aResult); in GetUpdateRootDir()
1382 nsCOMPtr<nsIFile> localDir; in GetUserDataDirectoryHome() local
1415 localDir = dirFileMac; in GetUserDataDirectoryHome()
1490 localDir.forget(aFile); in GetSysUserExtensionsDirectory()
1513 localDir.forget(aFile); in GetSysUserExtensionsDevDirectory()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DnsXREDirProvider.cpp300 nsCOMPtr<nsIFile> localDir; in GetSystemParentDirectory() local
321 localDir.forget(aFile); in GetSystemParentDirectory()
413 localDir.swap(file); in GetFile()
426 localDir.swap(file); in GetFile()
1247 nsCOMPtr<nsIFile> localDir; in GetUpdateRootDir() local
1276 localDir.forget(aResult); in GetUpdateRootDir()
1374 nsCOMPtr<nsIFile> localDir; in GetUserDataDirectoryHome() local
1407 localDir = dirFileMac; in GetUserDataDirectoryHome()
1481 localDir.forget(aFile); in GetSysUserExtensionsDirectory()
1504 localDir.forget(aFile); in GetSysUserExtensionsDevDirectory()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DnsXREDirProvider.cpp300 nsCOMPtr<nsIFile> localDir; in GetSystemParentDirectory() local
321 localDir.forget(aFile); in GetSystemParentDirectory()
413 localDir.swap(file); in GetFile()
426 localDir.swap(file); in GetFile()
1247 nsCOMPtr<nsIFile> localDir; in GetUpdateRootDir() local
1276 localDir.forget(aResult); in GetUpdateRootDir()
1374 nsCOMPtr<nsIFile> localDir; in GetUserDataDirectoryHome() local
1407 localDir = dirFileMac; in GetUserDataDirectoryHome()
1481 localDir.forget(aFile); in GetSysUserExtensionsDirectory()
1504 localDir.forget(aFile); in GetSysUserExtensionsDevDirectory()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/io/
H A DnsAppFileLocationProvider.cpp248 nsCOMPtr<nsIFile> localDir; in GetProductDirectory() local
259 if (!localDir) { in GetProductDirectory()
275 getter_AddRefs(localDir)); in GetProductDirectory()
281 getter_AddRefs(localDir)); in GetProductDirectory()
293 rv = localDir->Exists(&exists); in GetProductDirectory()
296 rv = localDir->Create(nsIFile::DIRECTORY_TYPE, 0700); in GetProductDirectory()
303 localDir.forget(aLocalFile); in GetProductDirectory()
323 nsCOMPtr<nsIFile> localDir; in GetDefaultUserProfileRoot() local
338 rv = localDir->Exists(&exists); in GetDefaultUserProfileRoot()
340 rv = localDir->Create(nsIFile::DIRECTORY_TYPE, 0775); in GetDefaultUserProfileRoot()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/io/
H A DnsAppFileLocationProvider.cpp248 nsCOMPtr<nsIFile> localDir; in GetProductDirectory() local
259 if (!localDir) { in GetProductDirectory()
275 getter_AddRefs(localDir)); in GetProductDirectory()
281 getter_AddRefs(localDir)); in GetProductDirectory()
293 rv = localDir->Exists(&exists); in GetProductDirectory()
296 rv = localDir->Create(nsIFile::DIRECTORY_TYPE, 0700); in GetProductDirectory()
303 localDir.forget(aLocalFile); in GetProductDirectory()
323 nsCOMPtr<nsIFile> localDir; in GetDefaultUserProfileRoot() local
332 rv = localDir->AppendRelativeNativePath("Profiles"_ns); in GetDefaultUserProfileRoot()
338 rv = localDir->Exists(&exists); in GetDefaultUserProfileRoot()
[all …]
/dports/www/firefox/firefox-99.0/xpcom/io/
H A DnsAppFileLocationProvider.cpp248 nsCOMPtr<nsIFile> localDir; in GetProductDirectory() local
259 if (!localDir) { in GetProductDirectory()
275 getter_AddRefs(localDir)); in GetProductDirectory()
281 getter_AddRefs(localDir)); in GetProductDirectory()
293 rv = localDir->Exists(&exists); in GetProductDirectory()
296 rv = localDir->Create(nsIFile::DIRECTORY_TYPE, 0700); in GetProductDirectory()
303 localDir.forget(aLocalFile); in GetProductDirectory()
323 nsCOMPtr<nsIFile> localDir; in GetDefaultUserProfileRoot() local
332 rv = localDir->AppendRelativeNativePath("Profiles"_ns); in GetDefaultUserProfileRoot()
338 rv = localDir->Exists(&exists); in GetDefaultUserProfileRoot()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/io/
H A DnsAppFileLocationProvider.cpp248 nsCOMPtr<nsIFile> localDir; in GetProductDirectory() local
259 if (!localDir) { in GetProductDirectory()
275 getter_AddRefs(localDir)); in GetProductDirectory()
281 getter_AddRefs(localDir)); in GetProductDirectory()
293 rv = localDir->Exists(&exists); in GetProductDirectory()
296 rv = localDir->Create(nsIFile::DIRECTORY_TYPE, 0700); in GetProductDirectory()
303 localDir.forget(aLocalFile); in GetProductDirectory()
323 nsCOMPtr<nsIFile> localDir; in GetDefaultUserProfileRoot() local
332 rv = localDir->AppendRelativeNativePath("Profiles"_ns); in GetDefaultUserProfileRoot()
338 rv = localDir->Exists(&exists); in GetDefaultUserProfileRoot()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/
H A DnsXREDirProvider.cpp274 nsCOMPtr<nsIFile> localDir; in GetSystemParentDirectory() local
294 localDir.forget(aFile); in GetSystemParentDirectory()
377 nsCOMPtr<nsIFile> localDir; in GetFile() local
390 localDir.swap(file); in GetFile()
411 localDir.swap(file); in GetFile()
1387 nsCOMPtr<nsIFile> localDir; in GetUpdateRootDir() local
1417 localDir.forget(aResult); in GetUpdateRootDir()
1450 nsCOMPtr<nsIFile> localDir; in GetUpdateRootDir() local
1457 localDir.forget(aResult); in GetUpdateRootDir()
1662 localDir.forget(aFile); in GetSysUserExtensionsDirectory()
[all …]
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/storage/
H A DDiskBlockManager.scala132 val localDir = Utils.createDirectory(rootDir, "blockmgr") constant
133 logInfo(s"Created local directory at $localDir")
134 Some(localDir)
165 localDirs.foreach { localDir =>
166 if (localDir.isDirectory() && localDir.exists()) {
168 if (!ShutdownHookManager.hasRootAsShutdownDeleteDir(localDir)) {
169 Utils.deleteRecursively(localDir)
173 logError(s"Exception while deleting local spark dir: $localDir", e)
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DnsXREDirProvider.cpp279 nsCOMPtr<nsIFile> localDir; in GetSystemParentDirectory() local
300 localDir.forget(aFile); in GetSystemParentDirectory()
387 localDir.swap(file); in GetFile()
400 localDir.swap(file); in GetFile()
1216 nsCOMPtr<nsIFile> localDir; in GetUpdateRootDir() local
1245 localDir.forget(aResult); in GetUpdateRootDir()
1334 nsCOMPtr<nsIFile> localDir; in GetUserDataDirectoryHome() local
1367 localDir = dirFileMac; in GetUserDataDirectoryHome()
1423 nsCOMPtr<nsIFile> localDir; in GetSysUserExtensionsDirectory() local
1433 localDir.forget(aFile); in GetSysUserExtensionsDirectory()
[all …]

12345678910>>...32