Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for tmpdir (0.05 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

    import org.junit.jupiter.api.io.TempDir
    import org.opentest4j.TestAbortedException
    
    /** Android's URLConnectionTest, ported to exercise OkHttp's Call API.  */
    @Tag("Slow")
    class URLConnectionTest {
      @RegisterExtension
      val platform = PlatformRule()
    
      @RegisterExtension
      val clientTestRule = OkHttpClientTestRule()
    
      @TempDir
      lateinit var tempDir: File
    
      @StartStop
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

                SmbFile[] files;
                SmbFile ndest;
    
                final String path = dest.getUncPath0();
                if (path.length() > 1) {
                    try {
                        dest.mkdir();
                        dest.setPathInformation(attributes, createTime, lastModified);
                    } catch (final SmbException se) {
                        if (se.getNtStatus() != NtStatus.NT_STATUS_ACCESS_DENIED
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbFile.java

            th.send(new Trans2QueryFSInformation(th.getConfig(), level), response);
            return response.getInfo(clazz);
        }
    
        @Override
        public void mkdir() throws SmbException {
            String path = this.fileLocator.getUNCPath();
    
            if (path.length() == 1) {
                throw new SmbException("Invalid operation for workgroups, servers, or shares");
            }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K 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. 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)
Back to top