- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 72 for geteuid (0.07 sec)
-
guava/src/com/google/common/collect/Ordering.java
if (leftCode != rightCode) { return leftCode < rightCode ? -1 : 1; } // identityHashCode collision (rare, but not as rare as you'd think) int result = getUid(left).compareTo(getUid(right)); if (result == 0) { throw new AssertionError(); // extremely, extremely unlikely. } return result; } @Override public String toString() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 39.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbPipeHandleImpl.java
return resp.getOutputLength(); } else if ( this.transact ) { TransTransactNamedPipe req = new TransTransactNamedPipe(th.getConfig(), fh.getFid(), buf, off, length); TransTransactNamedPipeResponse resp = new TransTransactNamedPipeResponse(th.getConfig(), inB);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Apr 13 17:05:22 UTC 2020 - 10.3K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), func SetKevent(*Kevent_t, int, int, int) pkg syscall (freebsd-386-cgo), func SetNonblock(int, bool) error pkg syscall (freebsd-386-cgo), func Setegid(int) error pkg syscall (freebsd-386-cgo), func Seteuid(int) error pkg syscall (freebsd-386-cgo), func Setgid(int) error pkg syscall (freebsd-386-cgo), func Setgroups([]int) error pkg syscall (freebsd-386-cgo), func Setlogin(string) error
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SID.java
return new SID(this, SID_TYPE_DOMAIN, this.domainName, null, getType() != SID_TYPE_DOMAIN); } public int getRid() { if (getType() == SID_TYPE_DOMAIN) throw new IllegalArgumentException("This SID is a domain sid"); return sub_authority[sub_authority_count - 1]; } /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 26.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
info = resp; fileSize = resp.getEndOfFile(); this.fileLocator.updateType(resp.getFileType()); fh = new SmbFileHandleImpl(config, resp.getFid(), h, uncPath, flags, access, attrs, options, resp.getEndOfFile()); } else { SmbComOpenAndXResponse response = new SmbComOpenAndXResponse(config);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/interpolation/reflection/ReflectionValueExtractorTest.java
public String getGroupId() { return groupId; } public List<Dependency> getDependencies() { return dependencies; } public Build getBuild() { return build; } public String getArtifactId() { return artifactId; } public String getName() { return name; }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 16.9K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
for (Profile profile : m.getProfiles()) { String prefix = "profiles.profile[" + profile.getId() + "]."; validateProfileId(prefix, "id", problems, Severity.ERROR, Version.V40, profile.getId(), null, m); if (!profileIds.add(profile.getId())) { addViolation( problems, errOn30,
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 77.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbCopyUtil.java
else if ( dh.hasCapability(SmbConstants.CAP_NT_SMBS) ) { // use the open file descriptor dh.send( new Trans2SetFileInformation(dh.getConfig(), dfd.getFid(), attrs, ctime, mtime, atime), new Trans2SetFileInformationResponse(dh.getConfig())); } else { dh.send(
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 17.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFileInputStream.java
off += n; len -= n; continue; } SmbComReadAndX request = new SmbComReadAndX(th.getConfig(), fd.getFid(), this.fp, r, null); if ( type == SmbConstants.TYPE_NAMED_PIPE ) { request.setMinCount(1024); request.setMaxCount(1024);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun May 17 08:55:14 UTC 2020 - 13.2K bytes - Viewed (0) -
api/go1.txt
pkg os, func FindProcess(int) (*Process, error) pkg os, func Getegid() int pkg os, func Getenv(string) string pkg os, func Geteuid() int pkg os, func Getgid() int pkg os, func Getgroups() ([]int, error) pkg os, func Getpagesize() int pkg os, func Getpid() int pkg os, func Getppid() int pkg os, func Getuid() int pkg os, func Getwd() (string, error) pkg os, func Hostname() (string, error)
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)