Home
last modified time | relevance | path

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

12345678910>>...42

/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 …]
Dserve_header.py27 DATETIME_FORMAT = '%Y-%m-%d %H:%M:%S'
73 delta = datetime.now() - time
87 # a directory already in the set
128 logging.info(f'{self.name}: working tree marked dirty')
162 # recursively scan base_dir for working trees
181 if scan_dir.endswith('/_deps/json-src'):
188 logging.info(f'adding working tree {tree.name}')
190 logging.info(f'adding working tree {tree.name} at {tree.rel_dir}')
199 # check if any working trees have been removed
207 logging.info(f'removing working tree {tree.name}')
[all …]
/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/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/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 …]
Dsanitizer.yml13 runs-on: ubuntu-latest
15 fail-fast: false
22 - uses: actions/checkout@v2
24 - name: configure msan env
27 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=memory -fsanitize-memory-track-origins…
30 - name: configure ubsan env
33 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=undefined -fno-sanitize-recover=all" >…
36 - name: configure asan env
39 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=address -fno-sanitize-recover=all" >> …
42 - name: configure tsan env
[all …]
Dclang-tidy.yml1 name: clang-tidy
9 name: run-clang-tidy
10 runs-on: ubuntu-latest
12 fail-fast: false
14 - uses: actions/checkout@v2
16 - name: install clang-tidy
17 run: sudo apt update && sudo apt -y install clang-tidy
19 - name: create build environment
20 run: cmake -E make_directory ${{ runner.workspace }}/_build
22 - name: configure cmake
[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/node/doc/api/
Dpath.md3 <!--introduced_in=v0.10.0-->
5 > Stability: 2 - Stable
7 <!-- source_link=lib/path.js -->
9 The `node:path` module provides utilities for working with file and directory
21 Windows-style paths are being used.
39 To achieve consistent results when working with Windows file paths on any
49 To achieve consistent results when working with POSIX file paths on any
59 On Windows Node.js follows the concept of per-drive working directory.
63 [this MSDN page][MSDN-Rel-Path].
67 <!-- YAML
[all …]
/third_party/node/deps/npm/man/man1/
Dnpm-config.11 .TH "NPM-CONFIG" "1" "July 2023" "" ""
3 \fBnpm-config\fR - Manage the npm configuration files
11 npm config list \[lB]--json\[rB]
29 .SS "Sub-commands"
31 Config supports the following sub-commands:
69 Show all the config settings. Use \fB-l\fR to also show defaults. Use \fB--json\fR to show the sett…
87 Opens the config file in an editor. Use the \fB--global\fR flag to edit the global config.
124 …s are installed into the \fBprefix\fR folder instead of the current working directory. See npm hel…
127 …nstalled into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory.
147 Default: "user" unless \fB--global\fR is passed, which will also set this value to "global"
[all …]
Dnpm-prefix.11 .TH "NPM-PREFIX" "1" "July 2023" "" ""
3 \fBnpm-prefix\fR - Display prefix
8 npm prefix \[lB]-g\[rB]
15 …ut. This is the closest parent directory to contain a \fBpackage.json\fR file or \fBnode_modules\f…
17 If \fB-g\fR is specified, this will be the value of the global prefix. See npm help config for more…
29 npm prefix -g
43 …s are installed into the \fBprefix\fR folder instead of the current working directory. See npm hel…
46 …nstalled into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory.
/third_party/node/deps/npm/docs/content/commands/
Dnpm-config.md1 ---
2 title: npm-config
5 ---
13 npm config list [--json]
27 See [npmrc](/configuring-npm/npmrc) for more information about the npmrc
30 See [config](/using-npm/config) for a more thorough explanation of the
36 ### Sub-commands
38 Config supports the following sub-commands:
75 Show all the config settings. Use `-l` to also show defaults. Use `--json`
92 Opens the config file in an editor. Use the `--global` flag to edit the
[all …]
Dnpm-prefix.md1 ---
2 title: npm-prefix
5 ---
10 npm prefix [-g]
17 Print the local prefix to standard output. This is the closest parent directory
18 to contain a `package.json` file or `node_modules` directory, unless `-g` is
21 If `-g` is specified, this will be the value of the global prefix. See
22 [`npm config`](/commands/npm-config) for more detail.
32 npm prefix -g
44 folder instead of the current working directory. See
[all …]
/third_party/FatFs/source/
Dff.h1 /*----------------------------------------------------------------------------/
2 / FatFs - Generic FAT Filesystem module R0.15 /
3 /-----------------------------------------------------------------------------/
19 /----------------------------------------------------------------------------*/
42 /*--------------------------------*/
43 /* LFN/Directory working buffer */
44 /*--------------------------------*/
46 #if FF_USE_LFN == 0 /* Non-LFN configuration */
62 …] = {1,3,5,7,9,14,16,18,20,22,24,28,30}; /* FAT: Offset of LFN characters in the directory entry */
64 #if FF_USE_LFN == 1 /* LFN enabled with static working buffer */
[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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h1 //===- VirtualFileSystem.h - Virtual File System Layer ----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
71 /// Returns the name that should be used for this file or directory.
101 /// Sub-classes should generally call close() inside their destructors. We
111 return Status->getName().str(); in getName()
118 getBuffer(const Twine &Name, int64_t FileSize = -1,
125 /// A member of a directory, yielded by a directory_iterator.
143 /// (non-recursive) contents of a directory.
[all …]
/third_party/curl/docs/cmdline-opts/
Dquote.d2 SPDX-License-Identifier: curl
9 Example: --quote "DELE file" ftp://example.com/foo
11 See-also: request
13 ---
17 successful transfer, prefix them with a dash '-'.
19 (FTP only) To make commands be sent after curl has changed the working
20 directory, just before the file transfer command(s), prefix the command with a
21 '+'. This is not performed when a directory listing is performed.
35 shell-style to embed spaces or special characters. Following is the list of
63 The mkdir command creates the directory named by the directory_name operand.
[all …]
Dremote-name.d2 SPDX-License-Identifier: curl
3 Long: remote-name
7 Example: -O https://example.com/filename
9 See-also: remote-name-all output-dir remote-header-name
11 ---
15 The file is saved in the current working directory. If you want the file saved
16 in a different directory, make sure you change the current working directory
17 before invoking curl with this option or use --output-dir.
21 server to be able to choose the file name refer to --remote-header-name which
26 encoded parts of the name, they end up as-is as file name.
/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…
/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 # Mac OS X denies 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/node/deps/npm/man/man7/
Dworkspaces.73 \fBworkspaces\fR - Working with workspaces
6 …aging multiple packages from your local file system from within a singular top-level, root package.
10-symlinked during \fBnpm install\fR as a single \fBworkspace\fR, meaning it's a nested package wit…
13 …spaces\fR property of the \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json#workspaces…
18 "name": "my-workspaces-powered-project",
26 Given the above \fBpackage.json\fR example living at a current working directory \fB.\fR that conta…
31 +-- package.json
32 `-- packages
33 +-- a
34 | `-- package.json
[all …]
/third_party/rust/crates/rustix/src/process/
Dchdir.rs8 /// `chdir(path)`—Change the current working directory.
11 /// - [POSIX]
12 /// - [Linux]
15 /// [Linux]: https://man7.org/linux/man-pages/man2/chdir.2.html
17 pub fn chdir<P: path::Arg>(path: P) -> io::Result<()> { in chdir()
21 /// `fchdir(fd)`—Change the current working directory.
24 /// - [POSIX]
25 /// - [Linux]
28 /// [Linux]: https://man7.org/linux/man-pages/man2/fchdir.2.html
31 pub fn fchdir<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fchdir()
[all …]
/third_party/curl/docs/libcurl/opts/
DCURLOPT_QUOTE.321 .\" * SPDX-License-Identifier: curl
28 CURLOPT_QUOTE \- (S)FTP commands to run before transfer
54 server using this option. If you change connection state, working directory or
78 The mkdir command creates the directory named by the directory_name operand.
84 The \fBpwd\fP command returns the absolute path of the current working
85 directory.
87 The rename command renames the file or directory named by the source
91 .IP "rmdir directory"
92 The rmdir command removes the directory entry specified by the directory
107 cmdlist = curl_slist_append(cmdlist, "RNFR source-name");
[all …]
/third_party/node/lib/internal/bootstrap/switches/
Ddoes_own_process_state.js22 // ---- keep the attachment of the wrappers above so that it's easier to ----
23 // ---- compare the setups side-by-side -----
72 throw new ERR_UNKNOWN_CREDENTIAL('Group', groups[result - 1]);
106 // Cache the working directory to prevent lots of lookups. If the working
107 // directory is changed by `chdir`, it'll be updated.
110 function wrappedChdir(directory) { argument
111 validateString(directory, 'directory');
112 rawMethods.chdir(directory);

12345678910>>...42