| /third_party/ltp/testcases/kernel/syscalls/getcwd/ |
| D | getcwd03.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 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. 30 static char dir[BUFSIZ], dir_link[BUFSIZ]; variable 38 SAFE_CHDIR(dir); in verify_getcwd() 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() [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 `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 …]
|
| D | path.json | 11 …ule provides utilities for working with file and directory\npaths. It can be accessed using:</p>\n… 16 …-style paths are being used.</p>\n<p>So using <code>path.basename()</code> might yield different r… 33 "pr-url": "https://github.com/nodejs/node/pull/5348", 34 "description": "Passing a non-string as the `path` argument will throw now." 60 …-js\">path.basename('/foo/bar/baz/asdf/quux.html');\n// Returns: 'quux.html'\n\npath.basename('/fo… 73 "pr-url": "https://github.com/nodejs/node/pull/5348", 74 "description": "Passing a non-string as the `path` argument will throw now." 94 …s=\"language-js\">path.dirname('/foo/bar/baz/asdf/quux');\n// Returns: '/foo/bar/baz/asdf'\n</code… 107 "pr-url": "https://github.com/nodejs/node/pull/5348", 108 "description": "Passing a non-string as the `path` argument will throw now." [all …]
|
| /third_party/skia/src/core/ |
| D | SkColorFilter.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 33 return as_CFB(this)->onAsAColorMode(color, mode); in asAColorMode() 37 return as_CFB(this)->onAsAColorMatrix(matrix); in asAColorMatrix() 41 return as_CFB(this)->onIsAlphaUnchanged(); in isAlphaUnchanged() 71 return this->onAppendStages(rec, shaderIsOpaque); in appendStages() 78 if ((c = this->onProgram(p,c, dst, uniforms,alloc))) { in program() 79 if (this->isAlphaUnchanged()) { in program() 84 //SkDebugf("cannot onProgram %s\n", this->getTypeName()); in program() 89 // This is mostly meaningless. We should phase-out this call entirely. in filterColor() 91 return this->filterColor4f(SkColor4f::FromColor(c), cs, cs).toSkColor(); in filterColor() [all …]
|
| /third_party/FatFs/source/ |
| D | ff.h | 1 /*----------------------------------------------------------------------------/ 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 */ 64 #if FF_USE_LFN == 1 /* LFN enabled with static working buffer */ 65 static WCHAR LfnBuf[FF_MAX_LFN + 1]; /* LFN working buffer */ [all …]
|
| /third_party/toybox/scripts/ |
| D | genconfig.sh | 6 mkdir -p generated 12 ${CROSS_COMPILE}${CC} $CFLAGS -xc -o /dev/null $1 - 21 echo -e "config $1\n\tbool" || exit 1 22 echo -e "\tdefault $DEFAULT\n" || exit 1 31 [ -z "$(probecc -Wno-string-plus-int <<< \#warn warn 2>&1 | grep string-plus-int)" ] && 32 echo -Wno-string-plus-int >> generated/cflags 44 probesymbol TOYBOX_FIFREEZE -c << EOF 52 probesymbol TOYBOX_ICONV -c << EOF 62 probesymbol TOYBOX_UTMPX -c << EOF 75 probesymbol TOYBOX_SHADOW -c << EOF [all …]
|
| /third_party/libwebsockets/cmake/ |
| D | FindGit.cmake | 16 # This file was originally developed by Jean-Christophe Fillion-Robin, Kitware Inc. 17 # and was partially funded by NIH grant 3P41RR013218-12S1 19 # AG 2013-02-18: I got it from here 27 # GIT_EXECUTABLE - path to git command line client 28 # GIT_FOUND - true if the command line client was found 31 # GIT_WC_INFO(<dir> <var-prefix>) 32 # is defined to extract information of a git working copy at 36 # <var-prefix>_WC_REVISION_HASH - Current SHA1 hash 37 # <var-prefix>_WC_REVISION - Current SHA1 hash 38 # <var-prefix>_WC_REVISION_NAME - Name associated with <var-prefix>_WC_REVISION_HASH [all …]
|
| /third_party/icu/tools/scripts/ |
| D | icu-file-utf8-check.py | 1 #! /usr/bin/python -B 6 # Copyright (C) 2009-2011, International Business Machines Corporation, Google and Others. 10 # Script to check that ICU source files contain only valid UTF-8 encoded text, 17 # icu-file-utf8-check.py [options] 20 # -h | --help Print a usage line and exit. 24 # No changes are made to the repository; only the working copy will be altered. 25 # The script checks all source files and returns a non-zero exit code if any of 26 # the checked files contain a non-UTF-8 character. 37 # List of directories to check for UTF-8 and BOM. Currently covers 44 "vendor/double-conversion/upstream/msvc/testrunner.cmd" [all …]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | remote-name.md | 1 --- 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 …]
|
| /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'); 22 const dir = fs.mkdtempSync(`${tmpdir.path}/`); constant 23 process.chdir(dir); 24 fs.rmdirSync(dir);
|
| /third_party/libwebsockets/scripts/client-ca/ |
| D | tmp.cnf | 5 # Establish working directory. 7 dir = . 13 serial = $dir/serial 14 database = $dir/certindex.txt 15 new_certs_dir = $dir/certs 16 certificate = $dir/cacert.pem 17 private_key = $dir/private/cakey.pem 45 #------------------------- ---------------------------------- 60 #------------------------ ------------------------------ 61 0.organizationName_default = libwebsockets-test
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/ |
| D | wpa_supplicant.conf.sgml | 1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> 16 including pre-shared keys. See the example configuration file, 22 (absolute, not relative to working directory) path in order to allow 23 working directory to be changed. This can happen if wpa_supplicant is 27 SIGHUP signal to <command>wpa_supplicant</command> ('killall -HUP 44 <para>WPA-Personal (PSK) as home network and WPA-Enterprise with 45 EAP-TLS as work network.</para> 49 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 55 key_mgmt=WPA-PSK 59 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers [all …]
|
| /third_party/node/doc/ |
| D | node.1 | 8 .\" https://atom.io/packages/language-roff 11 .\" mandoc -Wall -Tlint /path/to/this.file # BSD 12 .\" groff -w all -z /path/to/this.file # GNU/Linux, macOS 18 .\" the Roff formatter better control over text-spacing, line-wrapping, 29 .tr -\-^\(ha~\(ti`\(ga 35 .Nd server-side JavaScript runtime 41 .Op Ar v8-options 43 .Op Fl - 52 .Op Fl -v8-options 57 It is primarily focused on creating simple, easy-to-build network clients and servers. [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/ |
| D | wpa_supplicant.conf.sgml | 1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> 20 including pre-shared keys. See the example configuration file, 26 (absolute, not relative to working directory) path in order to allow 27 working directory to be changed. This can happen if wpa_supplicant is 31 SIGHUP signal to <command>wpa_supplicant</command> ('killall -HUP 48 <para>WPA-Personal (PSK) as home network and WPA-Enterprise with 49 EAP-TLS as work network.</para> 53 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 59 key_mgmt=WPA-PSK 63 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | VirtualFileSystem.cpp | 1 //===- VirtualFileSystem.cpp - Virtual File System Layer ------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 26 #include "llvm/Config/llvm-config.h" 121 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile); in getBufferForFile() 147 return Status && Status->exists(); in exists() 165 //===-----------------------------------------------------------------------===/ 167 //===-----------------------------------------------------------------------===/ 234 /// This may be linked to the process's working directory, or maintain its own. [all …]
|
| /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 //===----------------------------------------------------------------------===// 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, 143 /// (non-recursive) contents of a directory. 148 /// to directory_entry() at end, or returns a system-defined \c error_code. 164 assert(Impl.get() != nullptr && "requires non-null implementation"); in directory_iterator() [all …]
|
| /third_party/ltp/lib/ |
| D | tst_tmpdir.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 35 * OS Testing - Silicon Graphics, Inc. 39 * FUNCTION TITLE : Create/remove a testing temp dir 51 * directory, and make it the current working directory. 148 DIR *dir; in purge_dir() local 160 return -1; in purge_dir() 166 if (!(dir = opendir(path))) { in purge_dir() 173 return -1; in purge_dir() 177 for (dir_ent = readdir(dir); dir_ent; dir_ent = readdir(dir)) { in purge_dir() 179 if (!strcmp(dir_ent->d_name, ".") in purge_dir() [all …]
|
| /third_party/curl/packages/vms/ |
| D | compare_curl_source.com | 12 $! the local working copy to make sure they are in sync. 29 $! This needs to be run on an ODS-5 volume. 36 $! DISK:[dir.dir.reference.project_name] and this will be used 37 $! to calculate DISK:[dir.dir.vms_source.project_name] for the VMS specific 43 $! This setting is used to make sure that the working vms directory 84 $! SPDX-License-Identifier: ISC 96 $ myprocdir = f$parse(myproc,,,"DIRECTORY") - "[" - "]" - "<" - ">" 102 $ mydir = mydir - "[" - "]" - "<" - ">" 113 $ resultd = resultd - "][" - "><" - ".;" - ".." 114 $ resultd_len = f$length(resultd) - 1 [all …]
|
| /third_party/python/PCbuild/ |
| D | prepare_ssl.py | 16 # * Run this script with the OpenSSL source dir as the only argument. 52 subprocess.check_output([perl, "-e", "use Win32;"]) 69 dir = 'inc'+suffix+'\\openssl' 71 os.makedirs(dir) 74 copy_if_different = r'$(PERL) $(SRC_D)\util\copy-if-different.pl' 83 dest = dest.strip('"').replace('$(INCO_D)', dir) 89 print("perl Configure "+configure+" no-idea no-mdc2") 90 os.system("perl Configure "+configure+" no-idea no-mdc2") 98 with open('ms\\uplink.c', 'r', encoding='utf-8') as f1: 102 with open('ms\\uplink.c', 'w', encoding='utf-8') as f2: [all …]
|
| /third_party/FatFs/documents/doc/ |
| D | sdir.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <meta http-equiv="Content-Style-Type" content="text/css"> 9 <title>FatFs - DIR</title> 15 <h2>DIR</h2> 16 <p>The <tt>DIR</tt> structure is used for the work area to read a directory by <tt>f_oepndir</tt>, … 23 BYTE* dir; <span class="c">/* Pointer to the current SFN entry in the win[] */</span> 27 WCHAR* lfn; <span class="c">/* Pointer to the LFN working buffer (in/out) */</span> 32 } DIR;
|
| /third_party/rust/crates/nix/src/sys/ioctl/ |
| D | linux.rs | 72 pub const NRMASK: ioctl_num_type = (1 << NRBITS) - 1; 74 pub const TYPEMASK: ioctl_num_type = (1 << TYPEBITS) - 1; 76 pub const SIZEMASK: ioctl_num_type = (1 << SIZEBITS) - 1; 78 pub const DIRMASK: ioctl_num_type = (1 << DIRBITS) - 1; 84 ($dir:expr, $ty:expr, $nr:expr, $sz:expr) => { 85 (($dir as $crate::sys::ioctl::ioctl_num_type 104 /// You should only use this macro directly if the `ioctl` you're working 126 /// You should only use this macro directly if the `ioctl` you're working 143 /// You should only use this macro directly if the `ioctl` you're working 160 /// You should only use this macro directly if the `ioctl` you're working
|
| /third_party/libevdev/patch/ |
| D | apply_patch.sh | 2 # Copyright (c) 2021-2022 Huawei Device Co., Ltd. 7 # http://www.apache.org/licenses/LICENSE-2.0 15 set -e 19 # -p NUM --strip=NUM Strip NUM leading components from file names. 20 # -i PATCHFILE --input=PATCHFILE Read patch from PATCHFILE instead of stdin. 21 # -d DIR --directory=DIR Change the working directory to DIR first. 23 bash -x ./apply_patch.sh \ 25 ../../../../out/ohos-arm-release/libinput_mmi \ 46 if [ -d "$out_dir" ]; then 48 rm -rf "$out_dir" [all …]
|
| /third_party/libinput/patch/ |
| D | apply_patch.sh | 2 # Copyright (c) 2021-2022 Huawei Device Co., Ltd. 7 # http://www.apache.org/licenses/LICENSE-2.0 15 set -e 19 # -p NUM --strip=NUM Strip NUM leading components from file names. 20 # -i PATCHFILE --input=PATCHFILE Read patch from PATCHFILE instead of stdin. 21 # -d DIR --directory=DIR Change the working directory to DIR first. 23 bash -x ./apply_patch.sh \ 25 ../../../../out/ohos-arm-release/libinput_mmi \ 46 if [ -d "$out_dir" ]; then 48 rm -rf "$out_dir" [all …]
|
| /third_party/mtdev/patch/ |
| D | apply_patch.sh | 2 # Copyright (c) 2021-2022 Huawei Device Co., Ltd. 7 # http://www.apache.org/licenses/LICENSE-2.0 15 set -e 19 # -p NUM --strip=NUM Strip NUM leading components from file names. 20 # -i PATCHFILE --input=PATCHFILE Read patch from PATCHFILE instead of stdin. 21 # -d DIR --directory=DIR Change the working directory to DIR first. 23 bash -x ./apply_patch.sh \ 25 ../../../../out/ohos-arm-release/libinput_mmi \ 46 if [ -d "$out_dir" ]; then 48 rm -rf "$out_dir" [all …]
|
| /third_party/icu/tools/cldr/ |
| D | build.xml | 1 <!-- © 2020 and later: Unicode, Inc. and others. 2 License & terms of use: http://www.unicode.org/copyright.html --> 4 <!-- This build file is intended to become the single mechanism for working with CLDR 8 * Building ICU data form CLDR data via cldr-to-icu. 13 icu4c/source/data/cldr-icu-readme.txt 14 --> 16 <!-- Using the directory of this build.xml file as ${basedir}. --> 19 <!-- Initialize any properties not already set on the command line. --> 20 <target name="init-args"> 22 <!-- Inherit properties from environment variable unless specified. As usual [all …]
|