Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 170 for tmpdir (0.09 sec)

  1. src/main/java/jcifs/SmbResource.java

         * (although in the future it may be possible to create shares).
         *
         * @throws CIFSException if an error occurs creating the directory
         */
        void mkdir() throws CIFSException;
    
        /**
         * This method returns the free disk space in bytes of the drive this share
         * represents or the drive on which the directory or file resides. Objects
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 28K bytes
    - Viewed (1)
  2. api/except.txt

    pkg os, const ModeType = 2399141888
    pkg os, const ModeType = 2399666176
    pkg os, const ModeType FileMode
    pkg os, func Chmod(string, FileMode) error
    pkg os, func Lstat(string) (FileInfo, error)
    pkg os, func Mkdir(string, FileMode) error
    pkg os, func MkdirAll(string, FileMode) error
    pkg os, func OpenFile(string, int, FileMode) (*File, error)
    pkg os, func SameFile(FileInfo, FileInfo) bool
    pkg os, func Stat(string) (FileInfo, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Sun Jun 16 23:08:08 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  3. cmd/test-utils_test.go

    // chance the file doesn't exist yet.
    var (
    	randN  uint32
    	randmu sync.Mutex
    )
    
    // Temp files created in default Tmp dir
    var globalTestTmpDir = os.TempDir()
    
    // reseed - returns a new seed every time the function is called.
    func reseed() uint32 {
    	return uint32(time.Now().UnixNano() + int64(os.Getpid()))
    }
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 77K bytes
    - Viewed (0)
  4. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    matsuyama.ehime.jp
    matsuzaki.shizuoka.jp
    matta-varjjat.no
    mattel
    mayfirst.info
    mayfirst.org
    mazeplay.com
    mazowsze.pl
    mazury.pl
    mb.ca
    mb.it
    mba
    mc
    mc.it
    mcdir.me
    mcdir.ru
    mckinsey
    mcpe.me
    mcpre.ru
    md
    md.us
    me
    me-south-1.elasticbeanstalk.com
    me.eu.org
    me.in
    me.it
    me.ke
    me.so
    me.ss
    me.tz
    me.uk
    me.us
    med
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  5. cmd/object-api-listobjects_test.go

    	return obj
    }
    
    // BenchmarkListObjects - Run ListObject Repeatedly and benchmark.
    func BenchmarkListObjects(b *testing.B) {
    	// Make a temporary directory to use as the obj.
    	directory := b.TempDir()
    
    	// Create the obj.
    	obj := initFSObjectsB(directory, b)
    
    	bucket := "ls-benchmark-bucket"
    	// Create a bucket.
    	err := obj.MakeBucket(b.Context(), bucket, MakeBucketOptions{})
    	if err != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 76.1K bytes
    - Viewed (0)
  6. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    matsuyama.ehime.jp
    matsuzaki.shizuoka.jp
    matta-varjjat.no
    mattel
    mayfirst.info
    mayfirst.org
    mazeplay.com
    mazowsze.pl
    mazury.pl
    mb.ca
    mb.it
    mba
    mc
    mc.it
    mcdir.me
    mcdir.ru
    mckinsey
    mcpe.me
    mcpre.ru
    md
    md.us
    me
    me-south-1.elasticbeanstalk.com
    me.eu.org
    me.in
    me.it
    me.ke
    me.so
    me.ss
    me.tz
    me.uk
    me.us
    med
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  7. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Maze Play: https://www.mazeplay.com
    // Submitted by Adam Humpherys <******@****.***>
    mazeplay.com
    
    // McHost : https://mchost.ru
    // Submitted by Evgeniy Subbotin <******@****.***>
    mcdir.me
    mcdir.ru
    vps.mcdir.ru
    mcpre.ru
    
    // mcpe.me : https://mcpe.me
    // Submitted by Noa Heyl <******@****.***>
    mcpe.me
    
    // Mediatech : https://mediatech.by
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  8. api/go1.txt

    pkg syscall, func Lchown(string, int, int) error
    pkg syscall, func Link(string, string) error
    pkg syscall, func Mkdir(string, uint32) error
    pkg syscall, func NsecToTimeval(int64) Timeval
    pkg syscall, func Readlink(string, []uint8) (int, error)
    pkg syscall, func Rename(string, string) error
    pkg syscall, func Rmdir(string) error
    pkg syscall, func Setenv(string, string) error
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg os, func Chmod(string, fs.FileMode) error
    pkg os, func CreateTemp(string, string) (*File, error)
    pkg os, func DirFS(string) fs.FS
    pkg os, func Lstat(string) (fs.FileInfo, error)
    pkg os, func Mkdir(string, fs.FileMode) error
    pkg os, func MkdirAll(string, fs.FileMode) error
    pkg os, func MkdirTemp(string, string) (string, error)
    pkg os, func OpenFile(string, int, fs.FileMode) (*File, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg archive/tar, const TypeBlock = 52
    pkg archive/tar, const TypeChar = 51
    pkg archive/tar, const TypeCont = 55
    pkg archive/tar, const TypeDir = 53
    pkg archive/tar, const TypeFifo = 54
    pkg archive/tar, const TypeGNULongLink = 75
    pkg archive/tar, const TypeGNULongLink ideal-char
    pkg archive/tar, const TypeGNULongName = 76
    pkg archive/tar, const TypeGNULongName ideal-char
    pkg archive/tar, const TypeLink = 49
    pkg archive/tar, const TypeReg = 48
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top