Home
last modified time | relevance | path

Searched +full:working +full:- +full:directory (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/third_party/json/tools/serve_header/
DREADME.md20 …The recommended method for creating a locally-trusted certificate is to use [`mkcert`](https://git…
21 - Install the `mkcert` certificate authority into your trust store(s):
23 $ mkcert -install
25 - Create a certificate for `localhost`:
29 …` and `localhost-key.pem`, in the current working directory. It is recommended to create them in t…
33 …uilt-in default configuration that will serve the `single_include/nlohmann/json.hpp` header file r…
34-in configuration expects the certificate `localhost.pem` and the private key `localhost-key.pem`t…
36 …t `https://localhost:8443/json.hpp`, run this command from the top level or project root directory:
60 …file `serve_header.yml` in the top level or project root directory, and will fall back on built-in…
63 ## Serving `json.hpp` from multiple project directory instances or working trees
[all …]
/third_party/rust/rust/tests/run-make/remap-path-prefix-dwarf/
DMakefile1 # This test makes sure that --remap-path-prefix has the expected effects on paths in debuginfo.
4 # ignore-windows
20 # the working directory of the compiler. We are remapping the path that contains `src`.
22 # We explicitly switch to a directory that *is* a prefix of the directory our
24 …R) && $(RUSTC) $(SRC_DIR)/src/quux.rs -o "$(TMPDIR)/abs_input_inside_working_dir.rlib" -Cdebuginfo…
26 …"$(LLVM_BIN_DIR)"/llvm-dwarfdump $(TMPDIR)/abs_input_inside_working_dir.rlib | $(CGREP) "REMAPPED/…
28 …"$(LLVM_BIN_DIR)"/llvm-dwarfdump $(TMPDIR)/abs_input_inside_working_dir.rlib | $(CGREP) -v "REMAPP…
31 # the working directory of the compiler. We are remapping both the path that contains `src` and
32 # the working directory to the same thing. This setup corresponds to a workaround that is needed
34 # Relative paths are interpreted as relative to the compiler's working directory (e.g. in
[all …]
/third_party/ltp/testcases/kernel/syscalls/getcwd/
Dgetcwd03.c1 // SPDX-License-Identifier: GPL-2.0-or-later
12 * 1) create a directory, and create a symbolic link to it at the
13 * same directory level.
14 * 2) get the working directory of a directory, and its pathname.
15 * 3) get the working directory of a symbolic link, and its pathname,
17 * 4) compare the working directories and link information.
43 "get working directory of a directory"); in verify_getcwd()
53 "working directory of a symbolic link"); in verify_getcwd()
59 "getcwd() got mismatched working directories (%s, %s)", in verify_getcwd()
69 "link information didn't match the working directory"); in verify_getcwd()
/third_party/ltp/testcases/kernel/syscalls/vfork/
Dvfork01.c17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
26 * root and current working directories are same as that of the parent
31 * and device number of root and current working directory of the parent and
42 * Check return code, if system call failed (return=-1)
47 * Issue Functionality-Pass message.
49 * Issue Functionality-Fail message.
53 * Usage: <for command-line>
54 * vfork01 [-c n] [-e] [-f] [-i n] [-I x] [-p x] [-t]
55 * where, -c n : Run n copies concurrently.
56 * -e : Turn on errno logging.
[all …]
/third_party/benchmark/.github/workflows/
Dbuild-and-test.yml1 name: build-and-test
8 # TODO: add 32-bit builds (g++ and clang++) for ubuntu
9 # (requires g++-multilib and libc6:i386)
14 runs-on: ${{ matrix.os }}
16 fail-fast: false
18 os: [ubuntu-latest, ubuntu-20.04, macos-latest]
22 - displayTargetName: windows-latest-release
23 os: windows-latest
25 - displayTargetName: windows-latest-debug
26 os: windows-latest
[all …]
Dbuild-and-test-perfcounters.yml1 name: build-and-test-perfcounters
13 runs-on: ${{ matrix.os }}
15 fail-fast: false
17 os: [ubuntu-latest, ubuntu-20.04]
20 - uses: actions/checkout@v2
22 - name: install libpfm
23 run: sudo apt -y install libpfm4-dev
25 - name: setup cmake
26 uses: jwlawson/actions-setup-cmake@v1.9
28 cmake-version: '3.5.1'
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/.github/workflows/
Drelease.yaml4 - cron: "0 0 * * *" # midnight UTC
10 - release
11 - trigger-nightly
16 RUSTFLAGS: "-D warnings -W unreachable-pub"
20 CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
21 CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc
28 - os: windows-latest
29 target: x86_64-pc-windows-msvc
30 code-target: win32-x64
31 - os: windows-latest
[all …]
Dci.yaml1 # Please make sure that the `needs` fields for both `end-success` and `end-failure`
9 - auto
10 - try
17 RUSTFLAGS: "-D warnings -W unreachable-pub -W bare-trait-objects"
22 runs-on: ubuntu-latest
24 pull-requests: read
29 - uses: actions/checkout@v3
30 - uses: dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78
35 - 'editors/code/**'
37 - 'crates/proc-macro-api/**'
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/legacy/
Ddaemon.c7 * http://www.apache.org/licenses/LICENSE-2.0
21 int failed = -1;
25 * @tc.desc : Verify that the working directory of the daemon can be changed (parameters is 0)
37 * @tc.desc : Verify that the working directory of the daemon can be changed (parameters is 7)
51 * @tc.desc : Verify that the working directory of the daemon cannot be changed
58 int result = daemon(0, -1); in daemon_0300()
64 * @tc.desc : Verify that the working directory of the daemon cannot be changed
71 int result = daemon(-1, -1); in daemon_0400()
79 …* @tc.desc : Verify that the working directory of the daemon cannot be changed (parameter inv…
93 …* @tc.desc : Verify that the working directory of the daemon cannot be changed (parameter inv…
/third_party/rust/rust/src/tools/clippy/.github/workflows/
Dclippy.yml6 branches-ignore:
7 - auto
8 - try
10 paths-ignore:
11 - 'COPYRIGHT'
12 - 'LICENSE-*'
13 - '**.md'
14 - '**.txt'
17 paths-ignore:
18 - 'COPYRIGHT'
[all …]
/third_party/ninja/.github/workflows/
Dlinux.yml11 runs-on: [ubuntu-latest]
15 - uses: actions/checkout@v2
16 - uses: codespell-project/actions-codespell@master
19 - name: Install dependencies
21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh
22 chmod +x cmake-3.16.4-Linux-x86_64.sh
23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local
24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
26 rpm -U --quiet p7zip-16.02-20.el7.x86_64.rpm
[all …]
/third_party/rust/rust/src/doc/unstable-book/src/compiler-flags/
Dremap-cwd-prefix.md1 # `remap-cwd-prefix`
3 The tracking issue for this feature is: [#87325](https://github.com/rust-lang/rust/issues/87325).
5 ------------------------
7 This flag will rewrite absolute paths under the current working directory,
8 replacing the current working directory prefix with a specified value.
11 precedence over `--remap-path-prefix` in case they would both match a given
14 This flag helps to produce deterministic output, by removing the current working
15 directory from build output, while allowing the command line to be universally
23 rustc -Z remap-cwd-prefix=. main.rs
Dself-profile.md1 # `self-profile`
3 --------------------
5 The `-Zself-profile` compiler flag enables rustc's internal profiler.
6 …ill output three binary files in the specified directory (or the current working directory if no d…
9 To control the data recorded in the trace files, use the `-Zself-profile-events` flag.
13 First, run a compilation session and provide the `-Zself-profile` flag:
16 $ rustc --crate-name foo -Zself-profile
19 This will generate three files in the working directory such as:
21 - `foo-1234.events`
22 - `foo-1234.string_data`
[all …]
/third_party/backends/doc/plustek/
DPlustek-USB.txt1 Plustek-USB.txt (2005-08-08) Gerhard Jäger <gerhard@gjaeger.de>
5 -----
10 -----------------------------------------
20 Product ID Device-description and status
24 0x0010 U12 - working
25 0x0011 U24 (LM9831) - working
27 0x0013 UT12 (LM9831) - working
29 0x0015 U24 (LM9832) - working
31 0x0017 UT12 - working, UT16 - working, UT24 - working
37 Product ID Device-description and status
[all …]
/third_party/rust/rust/tests/run-make/translation/
DMakefile3 # This test uses `ln -s` rather than copying to save testing time, but its
5 # ignore-windows
7 SYSROOT:=$(shell $(RUSTC) --print sysroot)
12 all: normal custom missing broken sysroot sysroot-invalid sysroot-missing
14 # Check that the test works normally, using the built-in fallback bundle.
20 custom: test.rs working.ftl
21 …$(RUSTC) $< -Ztranslate-additional-ftl=$(CURDIR)/working.ftl 2>&1 | $(CGREP) "this is a test messa…
26 …$(RUSTC) $< -Ztranslate-additional-ftl=$(CURDIR)/missing.ftl 2>&1 | $(CGREP) "struct literal body …
31 …$(RUSTC) $< -Ztranslate-additional-ftl=$(CURDIR)/broken.ftl 2>&1 | $(CGREP) "struct literal body w…
36 sysroot: test.rs working.ftl
[all …]
/third_party/openhitls/.github/workflows/
Dcmake-single-platform.yml1 …ng on a single platform. There is a different starter workflow if you need cross-platform coverage.
2 # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml
20 # You can convert this to a matrix build if you need cross-platform coverage.
21 …: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-wo…
22 runs-on: ubuntu-latest
25 - uses: actions/checkout@v4
28 fetch-depth: 1
30 - name: Configure CMake
31 … subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generat…
35 - name: Build
[all …]
/third_party/rust/rust/src/tools/miri/
DCONTRIBUTING.md9 look for the green `E-*` labels which mark issues that should be rather
10 well-suited for onboarding. For more ideas or help with hacking on Miri, you can
11 contact us (`oli-obk` and `RalfJ`) on the [Rust Zulip].
13 [Rust Zulip]: https://rust-lang.zulipchat.com
21 The `rust-version` file contains the commit hash of rustc that Miri is currently
23 [`rustup-toolchain-install-master`], you can run the following command to
29 the current directory.
31 You can also create a `.auto-everything` file (contents don't matter, can be empty), which
33 for you. If you don't want all of these to happen, you can add individual `.auto-toolchain`,
34 `.auto-clippy` and `.auto-fmt` files respectively.
[all …]
/third_party/rust/crates/rustix/src/fs/
Dcwd.rs1 //! The `cwd` function, representing the current working directory.
13 /// `AT_FDCWD`—Returns a handle representing the current working directory.
16 /// directory which can be used as the directory argument in `*at`
20 /// - [POSIX]
26 pub const fn cwd() -> BorrowedFd<'static> { in cwd()
/third_party/rust/rust/compiler/rustc_incremental/src/persist/
Dfs.rs4 //! Incremental compilation caches are managed according to a copy-on-write
16 //! new `session` directory within the incremental compilation directory.
17 //! This session directory will have a unique name that ends with the suffix
18 //! "-working" and that contains a creation timestamp.
19 //! 2. Next, the compiler looks for the newest finalized session directory,
20 //! that is, a session directory from a previous compilation session that
21 //! has been marked as valid and consistent. A session directory is
22 //! considered finalized if the "-working" suffix in the directory name has
24 //! 3. Once the compiler has found a valid, finalized session directory, it will
25 //! hard-link/copy its contents into the new "-working" directory. If all
[all …]
/third_party/python/Lib/test/support/
Dos_helper.py24 # TESTFN_UNICODE is a non-ascii filename
25 TESTFN_UNICODE = TESTFN_ASCII + "-\xe0\xf2\u0258\u0141\u011f"
28 # decomposed Unicode, encoded using UTF-8. See QA1173:
42 TESTFN_UNENCODABLE = TESTFN_ASCII + "-\u5171\u0141\u2661\u0363\uDC80"
52 # macOS and Emscripten deny unencodable filenames (invalid utf-8)
55 # ascii and utf-8 cannot encode the byte 0xff
60 + b'-\xff'.decode(sys.getfilesystemencoding(), 'surrogateescape')
62 # File system encoding (eg. ISO-8859-* encodings) can encode
66 # FS_NONASCII: non-ASCII character encodable by os.fsencode(),
74 # U+00E6 (Latin Small Letter Ae): cp1252, iso-8859-1
[all …]
/third_party/curl/docs/cmdline-opts/
Dremote-name.md1 ---
3 SPDX-License-Identifier: curl
4 Long: remote-name
10 See-also:
11 - remote-name-all
12 - output-dir
13 - remote-header-name
15 - -O https://example.com/filename
16 ---
18 # `--remote-name`
[all …]
Dquote.md1 ---
3 SPDX-License-Identifier: curl
12 See-also:
13 - request
15 - --quote "DELE file" ftp://example.com/foo
16 ---
18 # `--quote`
23 successful transfer, prefix them with a dash '-'.
25 (FTP only) To make commands be sent after curl has changed the working
26 directory, just before the file transfer command(s), prefix the command with a
[all …]
/third_party/vulkan-headers/.github/workflows/
Dci.yml1 # Copyright 2022-2023 LunarG, Inc.
3 # SPDX-License-Identifier: Apache-2.0
18 cmake-unix:
19 runs-on: ${{ matrix.os }}
23 os: [ ubuntu-latest, macos-latest ]
24 cmake-version: [ '3.22.1', 'latest']
26 - uses: actions/checkout@v4
27 - uses: lukka/get-cmake@latest
29 cmakeVersion: ${{ matrix.cmake-version }}
30 - uses: ilammy/msvc-dev-cmd@v1
[all …]
/third_party/lwip/
DBUILDING40 "LWIP_DIR" pointing to the lwIP directory
45 - for lwIP itself (${LWIP_DIR}/src/include)
46 - for lwIP contrib if you use it (${LWIP_DIR}/contrib)
47 - to a directory containing an OS port
48 - to a directory containing lwipopts.h
60 To get a working application, your CMake system
86 Working example
88 Working build examples can be found in the
91 To use them, create a build directory and call cmake with
94 - mkdir build
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dgetcwd.c7 * http://www.apache.org/licenses/LICENSE-2.0
23 char *manual = "/data/tests/libc-test/src/";
29 * @tc.desc : Verify that the absolute path of the current working directory can be obtained
46 …* @tc.desc : Verify that the absolute path of the current working directory can be obtained (…
60 …* @tc.desc : Verify that the absolute path of the current working directory cannot be obtaine…

12345678910>>...41