| /third_party/typescript_eslint/.github/workflows/ |
| D | ci.yml | 6 - master 7 # TODO - delete this before merging v4 into master 8 - v4 11 - '**' 19 runs-on: ubuntu-latest 21 - uses: actions/checkout@v2 23 - name: echo github.ref 26 - name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }} 27 uses: actions/setup-node@v1 29 node-version: ${{ env.PRIMARY_NODE_VERSION }} [all …]
|
| /third_party/ltp/testcases/kernel/syscalls/getcwd/ |
| D | getcwd03.c | 1 // 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/ |
| D | vfork01.c | 17 * 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/boost/tools/build/test/ |
| D | test_system.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 8 <!--tidy options: -i -wrap 78 --> 9 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 14 p.revision { text-align: right; font-style: italic } 15 pre.code { margin-left: 2em } 16 pre.example { margin-left: 2em; border: solid black thin } 17 pre.output { margin-left: 2em } 19 h1 { text-align: right } 34 <dl class="page-index"> 35 <dt><a href="#sec-intro">Introduction for users</a></dt> [all …]
|
| D | TestCmd.py | 11 in-line data, here-documents), allowing tests to be completely self-contained. 43 # Copyright 2002-2003 Vladimir Prus. 44 # Copyright 2002-2003 Dave Abrahams. 88 if file[-10:] == "TestCmd.py": 128 in directory: """ + os.getcwd() ) 197 return MatchError("Mismatch at line %d\n- %s\n+ %s\n" % 200 return MatchError("Missing lines at line %d\n- %s" % 201 (len(lines), "\n- ".join(matches[len(lines):]))) 221 return MatchError("Mismatch at line %d\n- %s\n+ %s\n" % 224 return MatchError("Missing lines at line %d\n- %s" % [all …]
|
| /third_party/node/deps/npm/test/tap/ |
| D | version-git-not-clean.js | 1 var common = require('../common-tap.js') 11 test('npm version <semver> with working directory not clean', function (t) { 22 var child2 = spawn(git, ['commit', 'package.json', '-m', 'init']) 40 t.fail('should fail on non-clean working directory') 42 t.ok(err.message.match(/Git working directory not clean./)) 54 test('npm version <semver> --force with working directory not clean', function (t) { 57 '--force', 58 '--no-sign-git-commit', 59 '--no-sign-git-tag', 60 '--registry', common.registry, [all …]
|
| /third_party/benchmark/.github/workflows/ |
| D | build-and-test.yml | 1 name: build-and-test 13 runs-on: ${{ matrix.os }} 15 fail-fast: false 17 os: [ubuntu-latest, ubuntu-16.04, ubuntu-20.04, macos-latest, windows-latest] 20 - uses: actions/checkout@v2 22 - name: create build environment 23 run: cmake -E make_directory ${{ runner.workspace }}/_build 25 - name: configure cmake 27 working-directory: ${{ runner.workspace }}/_build 28 …run: cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{ matrix.bu… [all …]
|
| /third_party/node/doc/api/ |
| D | path.md | 3 <!--introduced_in=v0.10.0--> 5 > Stability: 2 - Stable 7 <!-- source_link=lib/path.js --> 9 The `path` module provides utilities for working with file and directory paths. 20 Windows operating system, the `path` module will assume that Windows-style 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]. 66 <!-- YAML [all …]
|
| /third_party/uboot/u-boot-2020.01/board/keymile/scripts/ |
| D | README | 1 These scripts are needed for our development usecases. Copy this directory 2 into your tftp root directory to be able to use this scripts. 3 cp -r <u-boot-repo>/board/keymile/scripts <your_tftp_root>/ 5 To load and configure these usecase, two environment variables in the u-boot 12 develop-common.txt 14 This file defines variables for working with rootfs via nfs for powerpc and 17 develop-<arch>.txt 19 This file defines architecture specific variables for working with rootfs via 23 ramfs-common.txt 25 This file defines variables for working with rootfs inside the ram for powerpc [all …]
|
| /third_party/e2fsprogs/debugfs/ |
| D | ro_debug_cmds.ct | 24 request do_ncheck, "Do inode->name translation", 27 request do_icheck, "Do block->inode translation", 30 request do_chroot, "Change root directory", 33 request do_change_working_dir, "Change working directory", 36 request do_list_dir, "List directory", 51 request do_testi, "Test an inode's in-use flag", 60 request do_print_working_directory, "Print current working directory", 69 request do_htree_dump, "Dump a hash-indexed directory", 72 request do_dx_hash, "Calculate the directory hash of a filename", 75 request do_dirsearch, "Search a directory for a particular filename", [all …]
|
| D | debug_cmds.ct | 31 request do_ncheck, "Do inode->name translation", 34 request do_icheck, "Do block->inode translation", 37 request do_chroot, "Change root directory", 40 request do_change_working_dir, "Change working directory", 43 request do_list_dir, "List directory", 58 request do_link, "Create directory link", 61 request do_unlink, "Delete a directory link", 64 request do_mkdir, "Create a directory", 67 request do_rmdir, "Remove a directory", 82 request do_freei, "Clear an inode's in-use flag", [all …]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | remote-name.d | 1 Long: remote-name 5 --- 9 The file will be saved in the current working directory. If you want the file 10 saved in a different directory, make sure you change the current working 11 directory before invoking curl with this option. 15 server to be able to choose the file name refer to --remote-header-name which 20 encoded parts of the name, they will end up as-is as file name.
|
| D | quote.d | 7 --- 12 transfer, prefix them with a dash '-'. To make commands be sent after curl 13 has changed the working directory, just before the transfer command(s), prefix 28 shell-style to embed spaces or special characters. Following is the list of 50 The mkdir command creates the directory named by the directory_name operand. 56 The pwd command returns the absolute pathname of the current working directory. 58 The rename command renames the file or directory named by the source 62 .IP "rmdir directory" 63 The rmdir command removes the directory entry specified by the directory
|
| /third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
| D | analyze_once_test.dart | 2 // Use of this source code is governed by a BSD-style license that can be 27 final String analyzerSeparator = platform.isWindows ? '-' : '•'; 30 Directory tempDir; 49 arguments: <String>['--no-wrap', 'create', projectPath], 58 // Analyze in the current directory - no arguments 59 testUsingContext('working directory', () async { 61 command: AnalyzeCommand(workingDirectory: fs.directory(projectPath)), 67 // Analyze a specific file outside the current directory 73 exitMessageContains: 'is not a directory', 77 // Analyze in the current directory - no arguments [all …]
|
| /third_party/node/test/known_issues/ |
| D | test-cwd-enoent-file.js | 4 // relies on uv_cwd(). The -e and -p flags still work though. 9 // The current working directory cannot be removed on these platforms. 11 assert.fail('cannot rmdir current working directory'); 26 /^Error: ENOENT: no such file or directory, uv_cwd$/);
|
| /third_party/FatFs/source/ |
| D | ff.h | 1 /*----------------------------------------------------------------------------/ 2 / FatFs - Generic FAT Filesystem module R0.14a / 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/curl/docs/libcurl/opts/ |
| D | CURLOPT_QUOTE.3 | 8 .\" * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. 25 CURLOPT_QUOTE \- (S)FTP commands to run before transfer 48 server using this option. If you change connection state, working directory or 72 The mkdir command creates the directory named by the directory_name operand. 78 The pwd command returns the absolute pathname of the current working directory. 80 The rename command renames the file or directory named by the source 84 .IP "rmdir directory" 85 The rmdir command removes the directory entry specified by the directory 100 cmdlist = curl_slist_append(cmdlist, "RNFR source-name"); 101 cmdlist = curl_slist_append(cmdlist, "RNTO new-name"); [all …]
|
| /third_party/toybox/toys/posix/ |
| D | pwd.c | 1 /* pwd.c - Print working directory. 7 USE_PWD(NEWTOY(pwd, ">0LP[-LP]", TOYFLAG_BIN)) 13 usage: pwd [-L|-P] 15 Print working (current) directory. 17 -L Use shell's path from $PWD (when applicable) 18 -P Print canonical absolute path 42 // If current directory exists, make sure it matches. in pwd_main() 48 // If -L didn't give us a valid path, use cwd. in pwd_main()
|
| /third_party/node/lib/internal/bootstrap/switches/ |
| D | does_own_process_state.js | 22 // ---- keep the attachment of the wrappers above so that it's easier to ---- 23 // ---- compare the setups side-by-side ----- 76 throw new ERR_UNKNOWN_CREDENTIAL('Group', groups[result - 1]); 110 // Cache the working directory to prevent lots of lookups. If the working 111 // directory is changed by `chdir`, it'll be updated. 114 function wrappedChdir(directory) { argument 115 validateString(directory, 'directory'); 116 rawMethods.chdir(directory);
|
| /third_party/node/test/parallel/ |
| D | test-path-zero-length-strings.js | 4 // of the functions in path module, treat '' strings as current working 5 // directory. This test makes sure that the behavior is intact between commits. 13 // Join will internally ignore all the zero-length strings and it will return 14 // '.' if the joined string is a zero-length string. 22 // Normalize will return '.' if the input is a zero-length string 31 // Resolve, internally ignores all the zero-length strings and returns the 32 // current working directory 36 // Relative, internally calls resolve. So, '' is actually the current directory
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | VirtualFileSystem.h | 1 //===- 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/node/deps/npm/node_modules/resolve-from/ |
| D | readme.md | 1 # resolve-from []… 9 $ npm install resolve-from 16 const resolveFrom = require('resolve-from'); 39 Directory to resolve from. 62 - [resolve-cwd](https://github.com/sindresorhus/resolve-cwd) - Resolve the path of a module from th… 63 - [import-from](https://github.com/sindresorhus/import-from) - Import a module from a given path 64 - [import-cwd](https://github.com/sindresorhus/import-cwd) - Import a module from the current worki… 65 - [resolve-pkg](https://github.com/sindresorhus/resolve-pkg) - Resolve the path of a package regard… 66 - [import-lazy](https://github.com/sindresorhus/import-lazy) - Import a module lazily 67 - [resolve-global](https://github.com/sindresorhus/resolve-global) - Resolve the path of a globally…
|
| /third_party/flutter/skia/third_party/externals/sdl/premake/ |
| D | changelog | 1 This file contains a log of most of the changes and evolutions of the meta-build 5 -Enabled executable bits on the Mac OS X build-scripts command files. 6 -Replaced the Xcode directory structure with two folders for Xcode 3 9 -Updated premake/Xcode/build-scripts/xcode3.command and the 12 -Regenerated the Visual Studio projects to push the 'current working 13 directory' fix to the repository. 14 -Verified the projects are building and running properly across all platforms. 16 Changes as of 09/13/2013-09/14/2013: 17 -Analyzed structure and existing problems to be fixed in the system. 18 -Updated the OpenGL dependency to not include "C:\Windows\System32" since that [all …]
|
| /third_party/node/deps/npm/man/man1/ |
| D | npm-version.1 | 1 .TH "NPM\-VERSION" "1" "January 2022" "" "" 3 \fBnpm-version\fR \- Bump a package version 8 …nor | patch | premajor | preminor | prepatch | prerelease [\-\-preid=<prerelease\-id>] | from\-git] 10 \|'npm [\-v | \-\-version]' to print npm version 17 Run this in a package directory to bump the version and write the new 18 data back to \fBpackage\.json\fP, \fBpackage\-lock\.json\fP, and, if present, \fBnpm\-shrinkwrap\.j… 21 valid second argument to semver\.inc \fIhttps://github\.com/npm/node\-semver#functions\fR (one of \… 22 \fBprepatch\fP, \fBpreminor\fP, \fBpremajor\fP, \fBprerelease\fP), or \fBfrom\-git\fP\|\. In the se… 24 \fBfrom\-git\fP will try to read the latest git tag, and use that as the new npm version\. 27 This behavior is controlled by \fBgit\-tag\-version\fP (see below), and can [all …]
|
| /third_party/ltp/include/old/ |
| D | old_module.h | 16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 26 * 1. Current working directory 30 * 3. If tmp directory created, it'll look at the test start working directory 54 * @argv: an array of pointers to null-terminated strings that represent the
|