- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isStandalone (0.06 sec)
-
.bazelrc
# rbe_base: General RBE options shared by all flavors. # rbe_linux: General RBE options used on all linux builds. # rbe_win_base: General RBE options used on all Windows builds. Not to be used standalone. # rbe_win_clang: Options specific to compiling using Clang. # # rbe_linux_cpu: RBE options to build with only CPU support.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 28 22:02:31 UTC 2024 - 51.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
SmbFile dest = (SmbFile) d; try ( SmbTreeHandleImpl sh = ensureTreeConnected(); SmbTreeHandleImpl th = dest.ensureTreeConnected() ) { // this still might be required for standalone DFS if ( !exists() ) { throw new SmbException(NtStatus.NT_STATUS_OBJECT_NAME_NOT_FOUND, null); } dest.exists();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0)