Home
last modified time | relevance | path

Searched +full:tar +full:- +full:fs (Results 1 – 25 of 753) sorted by relevance

12345678910>>...31

/aosp_15_r20/prebuilts/go/linux-x86/src/archive/tar/
Dcommon.go2 // Use of this source code is governed by a BSD-style
5 // Package tar implements access to tar archives.
7 // Tape archives (tar) are a file format for storing a sequence of files that
10 // including those produced by GNU and BSD tar tools.
11 package tar package
17 "io/fs"
26 // BUG: Use of the Uid and Gid fields in Header could overflow on 32-bit
33 ErrHeader = errors.New("archive/tar: invalid tar header")
34 ErrWriteTooLong = errors.New("archive/tar: write too long")
35 ErrFieldTooLong = errors.New("archive/tar: header field too long")
[all …]
Dwriter.go2 // Use of this source code is governed by a BSD-style
5 package tar package
11 "io/fs"
18 // Writer provides sequential writing of a tar archive.
56 return fmt.Errorf("archive/tar: missed writing %d bytes", nb)
108 return err // Non-fatal error
133 // TODO(dsnet): Re-enable this when adding sparse support.
221 // TODO(dsnet): Re-enable this when adding sparse support.
237 // Use long-link files if Name or Linkname exceeds the field size.
263 // TODO(dsnet): Re-enable this when adding sparse support.
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/distpack/
Dpack.go2 // Use of this source code is governed by a BSD-style
8 // - a binary distribution (tgz or zip) for the current GOOS and GOARCH
9 // - a source distribution that is independent of GOOS/GOARCH
10 // - the module mod, info, and zip files for a distribution in module form
13 // Distpack is typically invoked by the -distpack flag to make.bash.
14 // A cross-compiled distribution for goos/goarch can be built using:
16 // GOOS=goos GOARCH=goarch ./make.bash -distpack
20 // ./make.bash -distpack
21 // mkdir -p /tmp/goproxy/golang.org/toolchain/
22 // ln -sf $(pwd)/../pkg/distpack /tmp/goproxy/golang.org/toolchain/@v
[all …]
/aosp_15_r20/external/python/httplib2/script/
Dcompile-py3-openssl11.sh4 install_dir=$cache_dir/py3-openssl11
7 cpucount=$(nproc --all)
10 #rm -rf $cache_dir/* # uncomment to rebuild
12 if [[ $($install_dir/bin/python -V) != "Python $python_version" ]] ; then
14 mkdir -p /tmp/source
17 curl -fLOsS "https://www.openssl.org/source/openssl-$openssl_version.tar.gz"
19 tar xf openssl-$openssl_version.tar.gz
20 cd ./openssl-$openssl_version
22 ./config shared --prefix=$install_dir
24 make -j$cpucount -s
[all …]
/aosp_15_r20/external/pytorch/.github/scripts/s390x-ci/self-hosted-builder/
H A Dactions-runner.Dockerfile1 # Self-Hosted IBM Z Github Actions Runner.
4 FROM docker.io/amd64/ubuntu:23.10 as ld-prefix
6 RUN apt-get update && apt-get -y install ca-certificates libicu72 libssl3
13 RUN apt-get update && apt-get -y install \
20 libxml2-dev \
21 libxslt-dev \
22 ninja-build \
23 python-is-python3 \
25 python3-dev \
26 python3-pip \
[all …]
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/snappy/
H A DSnappyRoundtripTest.java10 * http://www.apache.org/licenses/LICENSE-2.0
51 …compressed bytes: " + outputSz.length() + " after " + (System.currentTimeMillis() - start) + "ms"); in roundTripTest()
60 …System.err.println(outputSz.getName() + " read after " + (System.currentTimeMillis() - start) + "m… in roundTripTest()
70 … + ", compressed bytes: " + os.size() + " after " + (System.currentTimeMillis() - start) + "ms"); in roundTripTest()
79 … System.err.println("byte array" + " read after " + (System.currentTimeMillis() - start) + "ms"); in roundTripTest()
86 roundTripTest("bla.tar"); in blaTarRoundtrip()
92 roundTripTest(getFile("bla.tar"), in blaTarRoundtripTunedForSpeed()
101 roundTripTest(getFile("bla.tar"), in blaTarRoundtripTunedForCompressionRatio()
110 roundTripTest("lorem-ipsum.txt.gz"); in gzippedLoremIpsumRoundtrip()
116 roundTripTest("COMPRESS-256.7z"); in biggerFileRoundtrip()
[all …]
/aosp_15_r20/external/sandboxed-api/.github/workflows/
H A Dgenerate-pre-release.yml1 name: generate-pre-release
4 workflows: [debian-sapi-generator-tool]
9 runs-on: ubuntu-latest
11 ARTIFACT_NAME: sapi_generator_tool-linux
14 - uses: actions/checkout@v3
16 - name: Prepare environment
17 run: mkdir -p "$GITHUB_WORKSPACE/build"
19 - name: Download Build Artifact
20 uses: actions/github-script@v6
38 let fs = require('fs');
[all …]
/aosp_15_r20/external/skia/tools/perf-canvaskit-puppeteer/
H A Dpackage-lock.json2 "name": "perf-canvaskit-puppeteer",
9 "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.5.tgz",
10 …"integrity": "sha512-90hiq6/VqtQgX8Sp0EzeIsv3r+ellbGj4URKj5j30tLlZvRUpnAe9YbYnjl3pJM93GyXU0tghHhvX…
15 "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.1.tgz",
16 …"integrity": "sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0…
24 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
25 …"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwa…
27 "mime-types": "~2.1.34",
31 "agent-base": {
33 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-5.1.1.tgz",
[all …]
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/
H A Dpackage-lock.json2 "name": "canvaskit-wasm",
8 "name": "canvaskit-wasm",
10 "license": "BSD-3-Clause",
12 "@definitelytyped/header-parser": "0.0.121",
18 "node_modules/@definitelytyped/header-parser": {
20 …"resolved": "https://registry.npmjs.org/@definitelytyped/header-parser/-/header-parser-0.0.121.tgz…
21 …"integrity": "sha512-78HY1J+QiwZPXFZQWb9gPQPxAMNg6/1e4gl7gL/8dmd17vVWLi3AGrLJoG8Pn1p8d7MF2rlPw/2AE…
24 "@definitelytyped/typescript-versions": "^0.0.121",
29 "node_modules/@definitelytyped/typescript-versions": {
31 …ed": "https://registry.npmjs.org/@definitelytyped/typescript-versions/-/typescript-versions-0.0.12…
[all …]
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D7.10.1.rst15 -------------
19 4b4cee19f3bf16eb78bd4cc278ccf812 MesaLib-7.10.1.tar.gz
20 efe8da4d80c2a5d32a800770b8ce5dfa MesaLib-7.10.1.tar.bz2
21 0fd2b1a025934de3f8cecf9fb9b57f4c MesaLib-7.10.1.zip
22 42beb0f5188d544476c19496f725fa67 MesaGLUT-7.10.1.tar.gz
23 637bb8a20fdad89f7382b4ea83f896e3 MesaGLUT-7.10.1.tar.bz2
24 bdbf3ffb2606d6aa8afabb6c6243b91b MesaGLUT-7.10.1.zip
27 ------------
32 ---------
36 - Fix an off-by-one bug in a vsplit assertion.
[all …]
H A D10.2.4.rst15 ----------------
19 06a2341244eb85c283f59f70161e06ded106f835ed9b6be1ef0243bd9344811a MesaLib-10.2.4.tar.bz2
20 33e3c8b4343503e7d7d17416c670438860a2fd99ec93ea3327f73c3abe33b5e4 MesaLib-10.2.4.tar.gz
21 e26791a4a62a61b82e506e6ba031812d09697d1a831e8239af67e5722a8ee538 MesaLib-10.2.4.zip
24 ------------
29 ---------
33 - `Bug 81157 <https://bugs.freedesktop.org/show_bug.cgi?id=81157>`__ -
34 [BDW]Piglit some spec_glsl-1.50_execution_built-in-functions\* cases
38 -------
42 - i965/fs: Refactor check for potential copy propagated instructions.
[all …]
H A D10.2.5.rst15 ----------------
19 b4459f0bf7f4a3c8fb78ece3c9d2eac3d0e5bf38cb470f2a72705e744bd0310d MesaLib-10.2.5.tar.bz2
20 7b4dd0cb683f8c7dc48a3e7a315742bed58ddcd7b756c462aca4177bd1acdc79 MesaLib-10.2.5.tar.gz
21 6180565914fb238dd77ccdaff96b6155d9a6e1b3e981ebbf6a6851301b384fed MesaLib-10.2.5.zip
24 ------------
29 ---------
33 - `Bug 80991 <https://bugs.freedesktop.org/show_bug.cgi?id=80991>`__ -
34 [BDW]Piglit spec_ARB_sample_shading_builtin-gl-sample-mask_2 fails
37 -------
41 - i965/fs: Refactor check for potential copy propagated instructions.
[all …]
H A D17.2.6.rst15 ----------------
19 a9ed76702ffb14ad674ad48899f5c8c7e3a0f987911878a5dfdc4117dce5b415 mesa-17.2.6.tar.gz
20 6ad85224620330be26ab68c8fc78381b12b38b610ade2db8716b38faaa8f30de mesa-17.2.6.tar.xz
23 ------------
28 ---------
30 - `Bug 100438 <https://bugs.freedesktop.org/show_bug.cgi?id=100438>`__
31 - glsl/ir.cpp:1376:
34 - `Bug 102177 <https://bugs.freedesktop.org/show_bug.cgi?id=102177>`__
35 - [SKL] ES31-CTS.core.sepshaderobjs.StateInteraction fails
37 - `Bug 103115 <https://bugs.freedesktop.org/show_bug.cgi?id=103115>`__
[all …]
H A D10.5.1.rst15 ----------------
19 b5b6256a6d46023e16a675257fd11a0f94d7b3e60a76cf112952da3d0fef8e9b mesa-10.5.1.tar.gz
20 ffc51943d15c6812ee7611d053d8980a683fbd6a4986cff567b12cc66637d679 mesa-10.5.1.tar.xz
23 ------------
28 ---------
32 - `Bug 79202 <https://bugs.freedesktop.org/show_bug.cgi?id=79202>`__ -
33 valgrind errors in glsl-fs-uniform-array-loop-unroll.shader_test;
35 - `Bug 84613 <https://bugs.freedesktop.org/show_bug.cgi?id=84613>`__ -
37 - `Bug 86747 <https://bugs.freedesktop.org/show_bug.cgi?id=86747>`__ -
39 - `Bug 86974 <https://bugs.freedesktop.org/show_bug.cgi?id=86974>`__ -
[all …]
H A D10.1.2.rst15 -------------
19 37d79f94b1f41852a89d1fc3900bea76 MesaLib-10.1.2.tar.gz
20 28b60d15ac9f364da1e0155911eaf44e MesaLib-10.1.2.tar.bz2
21 05300039085a65fc53c5472c4bb5747a MesaLib-10.1.2.zip
24 ------------
29 ---------
33 - `Bug 27499 <https://bugs.freedesktop.org/show_bug.cgi?id=27499>`__ -
35 - `Bug 75723 <https://bugs.freedesktop.org/show_bug.cgi?id=75723>`__ -
37 Assertion \`brw->hw_ctx != ((void \*)0)' failed
38 - `Bug 76894 <https://bugs.freedesktop.org/show_bug.cgi?id=76894>`__ -
[all …]
H A D18.1.4.rst16 ----------------
20 SHA256: 8acd42e4ac4d1e96ed22344073b3d4fef03d10f225f4eaf3f88c001dfc10e2db mesa-18.1.4.tar.gz
21 SHA256: 3061488b5d85504092cf4343816cfb2d96f2ad9bc2edec31fc96933d184cf58b mesa-18.1.4.tar.xz
24 ------------
29 ---------
31 - `Bug 106906 <https://bugs.freedesktop.org/show_bug.cgi?id=106906>`__
32 - Failed to recongnize keyword “sampler2DRect” and
34 - `Bug 106928 <https://bugs.freedesktop.org/show_bug.cgi?id=106928>`__
35 - When starting a match Rocket League crashes on "Go"
36 - `Bug 107193 <https://bugs.freedesktop.org/show_bug.cgi?id=107193>`__
[all …]
H A D17.0.2.rst15 ----------------
19 2e0f41e7974ba7a36ca32bbeaf8ebcd65c8fd4d2dc9872f04d4becbd5e7a8cb5 mesa-17.0.2.tar.gz
20 f8f191f909e01e65de38d5bdea5fb057f21649a3aed20948be02348e77a689d4 mesa-17.0.2.tar.xz
23 ------------
28 ---------
30 - `Bug 68504 <https://bugs.freedesktop.org/show_bug.cgi?id=68504>`__ -
31 9.2-rc1 workaround for clover build failure on ppc/altivec: cannot
33 - `Bug 97988 <https://bugs.freedesktop.org/show_bug.cgi?id=97988>`__ -
35 deinterlacing/anti-aliasing issues not visible with VA-API
36 - `Bug 99484 <https://bugs.freedesktop.org/show_bug.cgi?id=99484>`__ -
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/api/
Dgo1.23.txt1 pkg archive/tar, type FileInfoNames interface { Gname, IsDir, ModTime, Mode, Name, Size, Sys, Uname…
2 pkg archive/tar, type FileInfoNames interface, Gname() (string, error) #50102
3 pkg archive/tar, type FileInfoNames interface, IsDir() bool #50102
4 pkg archive/tar, type FileInfoNames interface, ModTime() time.Time #50102
5 pkg archive/tar, type FileInfoNames interface, Mode() fs.FileMode #50102
6 pkg archive/tar, type FileInfoNames interface, Name() string #50102
7 pkg archive/tar, type FileInfoNames interface, Size() int64 #50102
8 pkg archive/tar, type FileInfoNames interface, Sys() interface{} #50102
9 pkg archive/tar, type FileInfoNames interface, Uname() (string, error) #50102
76 pkg os, func CopyFS(string, fs.FS) error #62484
[all …]
/aosp_15_r20/device/google/trout/hal/dumpstate/1.1/
DDumpstateDevice.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
20 #include <android-base/file.h>
21 #include <android-base/logging.h>
22 #include <android-base/properties.h>
49 static void dumpDirAsText(int textFd, const fs::path& dirToDump) { in dumpDirAsText()
50 for (const auto& fileEntry : fs::recursive_directory_iterator(dirToDump)) { in dumpDirAsText()
59 static void tryDumpDirAsTar(int textFd, int binFd, const fs::path& dirToDump) { in tryDumpDirAsTar()
60 if (!fs::is_directory(dirToDump)) { in tryDumpDirAsTar()
75 textFd, "TAR LOG", {"/vendor/bin/tar", "cvf", tempTarFile.path, dirToDump.c_str()}, in tryDumpDirAsTar()
85 PLOG(DEBUG) << "Error reading temporary tar file(" << tempTarFile.path << ")"; in tryDumpDirAsTar()
[all …]
/aosp_15_r20/external/skia/tools/run-wasm-gm-tests/
H A Dpackage-lock.json2 "name": "run-wasm-gm-tests",
9 "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.8.tgz",
10 …"integrity": "sha512-KPcKqKm5UKDkaYPTuXSx8wEP7vE9GnuaXIZKijwRYcePpZFDVuy2a57LarFKiORbHOuTOOwYzxVxc…
15 "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.1.tgz",
16 …"integrity": "sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0…
24 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
25 …"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwa…
27 "mime-types": "~2.1.34",
31 "mime-db": {
33 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
[all …]
/aosp_15_r20/kernel/tests/net/test/rootfs/
H A Dbullseye-common.sh9 # http://www.apache.org/licenses/LICENSE-2.0
20 iptables=iptables-1.8.7
21 debian_iptables=1.8.7-1
22 cuttlefish=android-cuttlefish
25 get_installed_packages >/root/originally-installed
28 apt-get install -y \
29 build-essential \
37 libmnl-dev \
38 libnetfilter-conntrack-dev \
39 libnfnetlink-dev \
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/proto/protobuf/3rdparty/crates/
H A Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
298 "grpc": Label("@rules_rust_proto__grpc-0.6.2//:grpc"),
299 "grpc-compiler": Label("@rules_rust_proto__grpc-compiler-0.6.2//:grpc_compiler"),
300 "log": Label("@rules_rust_proto__log-0.4.17//:log"),
301 "protobuf": Label("@rules_rust_proto__protobuf-2.8.2//:protobuf"),
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DMoreFilesTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
89 private static final FileSystem FS = FileSystems.getDefault(); field in MoreFilesTest
92 return FS.getRootDirectories().iterator().next(); in root()
134 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testByteSource_size_ofDirectory() argument
135 Path dir = fs.getPath("dir"); in testByteSource_size_ofDirectory()
142 assertThrows(IOException.class, () -> source.size()); in testByteSource_size_ofDirectory()
147 try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) { in testByteSource_size_ofSymlinkToDirectory() argument
148 Path dir = fs.getPath("dir"); in testByteSource_size_ofSymlinkToDirectory()
150 Path link = fs.getPath("link"); in testByteSource_size_ofSymlinkToDirectory()
157 assertThrows(IOException.class, () -> source.size()); in testByteSource_size_ofSymlinkToDirectory()
[all …]
/aosp_15_r20/external/ltp/testcases/
H A DAndroid.bp85 src: "kernel/fs/binfmt_misc/datafiles/file.extension",
94 src: "kernel/fs/binfmt_misc/datafiles/file.magic",
246 name: "ltp_testcases_data_file01_in.tar",
247 src: "commands/file/datafiles/in.tar",
249 filename: "in.tar",
255 name: "ltp_testcases_data_file01_in.tar.bz2",
256 src: "commands/file/datafiles/in.tar.bz2",
258 filename: "in.tar.bz2",
264 name: "ltp_testcases_data_file01_in.tar.gz",
265 src: "commands/file/datafiles/in.tar.gz",
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/arch/s390/self-hosted-builder/
Dactions-runner.Dockerfile1 # Self-Hosted IBM Z Github Actions Runner.
4 FROM amd64/ubuntu:20.04 as ld-prefix
6 RUN apt-get update && apt-get -y install ca-certificates libicu66 libssl1.1
11 # Packages for zlib-ng testing.
13 RUN apt-get update && apt-get -y install \
19 libxml2-dev \
20 libxslt-dev \
21 ninja-build \
22 python-is-python3 \
24 python3-dev \
[all …]

12345678910>>...31