Searched +full:working +full:- +full:directory (Results 1 – 25 of 1038) sorted by relevance
12345678910>>...42
/external/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 …]
|
/external/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()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/ |
D | default.build | 4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" /> 28 <mkdir dir="${build.working.dir}/tests" /> 32 <!-- Copy Antlr3.Runtime.Tests dependencies --> 33 <copy todir="${build.working.dir}" overwrite="true"> 40 <copy todir="${build.working.dir}" overwrite="true"> 52 <!-- delete VS.NET project artifacts directory --> 53 <echo message="Deleting VS.NET artifacts directory '${base.dir}/bin'" /> 55 <echo message="Deleting VS.NET artifacts directory '${base.dir}/obj'" /> 58 <!-- delete VS.NET project artifacts directory for Tests projects--> 59 … <echo message="Deleting VS.NET artifacts directory '${base.dir}/../Antlr3.Runtime.Tests/bin'" /> [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | working-directory.c | 1 // RUN: %clang -### -coverage -working-directory /no/such/dir/ input 2>&1 | FileCheck %s 2 // RUN: %clang -### -coverage -working-directory %p/Inputs no_such_file.cpp -c 2>&1 | FileCheck %s … 3 // RUN: %clang -### -coverage -working-directory %p/Inputs pchfile.cpp -c 2>&1 | FileCheck %s --che… 5 // CHECK: unable to set working directory: /no/such/dir/ 7 // CHECK_NO_FILE: no such file or directory: 'no_such_file.cpp' 9 // CHECK_WORKS: "-coverage-notes-file" "{{[^"]+}}test{{/|\\\\}}Driver{{/|\\\\}}Inputs{{/|\\\\}}pchf… 10 // CHECK_WORKS: "-working-directory" "{{[^"]+}}test{{/|\\\\}}Driver{{/|\\\\}}Inputs" 11 // CHECK_WORKS: "-fdebug-compilation-dir" "{{[^"]+}}test{{/|\\\\}}Driver{{/|\\\\}}Inputs"
|
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/ |
D | enterprise_SmbProviderDaemon.py | 2 # Use of this source code is governed by a BSD-style license that can be 39 Initializes the D-Bus loop and creates Python wrapper. 51 Runs smbproviderd D-Bus commands. 88 # Generate random directory. 93 # Get metadata of a directory. 96 # Check that GetMetadata has correct values of a directory. 97 self._check_metadata(test_dir[1:-1], 0, True, metadata) 99 # Create file inside directory. 103 # Open file with Read-Only privileges. 107 # Open + Close file with Read-Only privileges. [all …]
|
/external/llvm-project/clang/test/PCH/ |
D | working-directory.cpp | 2 // RUN: %clang_cc1 -working-directory %S -I. -include working-directory.h %s -Wunused 5 // RUN: %clang_cc1 -working-directory %S -x c++-header -emit-pch -o %t.pch -I. working-directory.h 6 // RUN: %clang_cc1 -include-pch %t.pch -fsyntax-only %s -Wunused
|
/external/clang/test/PCH/ |
D | working-directory.cpp | 2 // RUN: %clang_cc1 -working-directory %S -I. -include working-directory.h %s -Wunused 5 // RUN: %clang_cc1 -working-directory %S -x c++-header -emit-pch -o %t.pch -I. working-directory.h 6 // RUN: %clang_cc1 -include-pch %t.pch -fsyntax-only %s -Wunused
|
/external/llvm-project/lldb/examples/customization/pwd-cd-and-system/ |
D | utils.py | 8 # Store the previous working directory for the 'cd -' command. 25 """Change the working directory, or cd to ${HOME}. 26 You can also issue 'cd -' to change to the previous working directory.""" 30 elif new_dir == '-': 32 # Bad directory, not changing. 33 print("bad directory, not changing") 40 print("Current working directory: %s" % os.getcwd())
|
/external/mtools/ |
D | mcd.1 | 2 .TH mcd 1 "28Nov20" mtools-4.0.26 4 mcd - change MSDOS directory 23 The \fR\&\f(CWmcd\fR command is used to change the mtools working directory 24 on the MS-DOS disk. It uses the following syntax: 38 Without arguments, \fR\&\f(CWmcd\fR reports the current device and working 39 directory. Otherwise, \fR\&\f(CWmcd\fR changes the current device and current 40 working directory relative to an MS-DOS file system. 43 where the device and current working directory information is stored. 49 Unlike MS-DOS versions of \fR\&\f(CWCD\fR, \fR\&\f(CWmcd\fR can be used to change to
|
/external/llvm-project/lldb/docs/use/ |
D | remote.rst | 9 To enable remote debugging, LLDB employs a client-server architecture. The 11 client and server communicate using the gdb-remote protocol, usually 13 the LLDB-specific extensions are documented in docs/lldb-gdb-remote.txt file 14 inside LLDB source repository. Besides the gdb-remote stub, the server part of 30 --------------------------------- 42 lldb-server binary. This binary combines the functionality of the platform and 43 gdb-remote stub. A single binary facilitates deployment and reduces code size, 44 since the two functions share a lot of code. The lldb-server binary is also 47 lldb. On macOS and iOS, the remote-gdb functionality is implemented by the 48 debugserver binary, which you will need to deploy alongside lldb-server. [all …]
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | WindowsPathType.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 26 * Windows-style path type. 37 * relative to the working directory on that drive. Currently can't support that format as it 42 // - A method like PathType.isAbsolute(Path) or something to that effect; this would allow 45 // - Special handling for relative paths that have a root. This handling would determine the 46 // root directory and then determine the working directory from there. The file system would 47 // still have one working directory; for the root that working directory is under, it is the 48 // working directory. For every other root, the root itself is the working directory. 49 private static final Pattern WORKING_DIR_WITH_DRIVE = Pattern.compile("^[a-zA-Z]:([^\\\\].*)?$"); 111 * Parse the root of a UNC-style path, throwing an exception if the path does not start with a [all …]
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/ |
D | default.build | 4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" /> 18 <target name="release" depends="clean" description="build non-debug version"> 19 <!-- build a clean release distribution for release --> 35 <!-- delete VS.NET project artifacts directory --> 36 <echo message="Deleting VS.NET artifacts directory '${base.dir}/bin'" /> 38 <echo message="Deleting VS.NET artifacts directory '${base.dir}/obj'" /> 48 output="${build.working.dir}/${assembly.name}" 49 doc="${build.working.dir}/${name}.xml"> 65 <include name="${build.working.dir}/Antlr3.Runtime.dll" /> 66 <include name="${build.working.dir}/StringTemplate.dll" /> [all …]
|
/external/webrtc/test/testsupport/ |
D | file_utils_override.h | 4 * Use of this source code is governed by a BSD-style license 20 // Returns the absolute path to the output directory where log files and other 21 // test artifacts should be put. The output directory is generally a directory 30 // directory will be returned. 33 // found, the current working directory ("./") is returned as a fallback. 36 // Gets the current working directory for the executing program. 37 // Returns "./" if for some reason it is not possible to find the working 38 // directory. 44 // name - Name of the resource file. If a plain filename (no directory path) 46 // If a directory path is prepended to the filename, a subdirectory [all …]
|
D | file_utils.h | 4 * Use of this source code is governed by a BSD-style license 24 // This is the "directory" returned if the ProjectPath() function fails 28 // Slash or backslash, depending on platform. NUL-terminated string. 31 // Returns the absolute path to the output directory where log files and other 32 // test artifacts should be put. The output directory is generally a directory 41 // directory will be returned. 44 // found, the current working directory ("./") is returned as a fallback. 47 // Generates an empty file with a unique name in the specified directory and 57 // Returns a path to a resource file in [project-root]/resources/ dir. 61 // name - Name of the resource file. If a plain filename (no directory path) [all …]
|
/external/llvm-project/clang/test/Misc/ |
D | working-directory.c | 1 // RUN: %clang_cc1 -working-directory %S working-directory.c -IInputs -fsyntax-only 3 #include "working-directory.h"
|
/external/clang/test/Misc/ |
D | working-directory.c | 1 // RUN: %clang_cc1 -working-directory %S working-directory.c -IInputs -fsyntax-only 3 #include "working-directory.h"
|
/external/python/cpython2/Tools/faqwiz/ |
D | README | 2 ---------- 9 This is a CGI program that maintains a user-editable FAQ. It uses RCS 16 importable module. The actual script in cgi-bin is minimal. 20 faqw.py executable script to be edited and installed in cgi-bin 21 faqwiz.py main module, lives in same directory as FAQ entry files 24 move-faqwiz.sh Script to move faqwiz entries. 28 ----------- 30 Version 1.0 corrects some minor bugs and uses tab-agnostic 41 ----------------- 48 will live (the directory where you unpacked it is an obvious choice). [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | remotebuildexecution_v2.actionResults.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | input-relative.s | 2 ## For a relative pathname in INPUT() or GROUP(), the parent directory of 3 ## the current linker script has priority over current working directory and -L. 5 # RUN: rm -rf %t.dir && mkdir %t.dir && cd %t.dir 8 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o a.o 9 # RUN: echo '.globl b, cwd; b: cwd:' | llvm-mc -filetype=obj -triple=x86_64 - -o b.o 10 # RUN: echo '.globl b, dir; b: dir:' | llvm-mc -filetype=obj -triple=x86_64 - -o dir/b.o 11 # RUN: llvm-ar rc libb.a b.o 12 # RUN: llvm-ar rc dir/libb.a dir/b.o 14 ## A relative pathname is relative to the parent directory of the current linker script. 15 ## The directory has priority over current working directory and -L. [all …]
|
/external/llvm-project/lldb/test/Shell/Reproducer/ |
D | TestVerify.test | 1 # RUN: rm -rf %t.repro 2 # RUN: rm -rf %t.repro2 3 # RUN: %clang_host %S/Inputs/simple.c -g -o %t.out 4 # RUN: %lldb -x -b -s %S/Inputs/GDBRemoteCapture.in --capture --capture-path %t.repro %t.out 5 # RUN: %lldb --replay %t.repro 8 # RUN: echo "/bogus/current/working/dir" > %t.repro/cwd.txt 10 # RUN: not %lldb -b -o 'reproducer verify -f %t.repro' 2>&1 | FileCheck %s 11 # CHECK: working directory '/bogus/current/working/dir' not in VFS 12 # CHECK: home directory '/bogus/home/dir' not in VFS 15 # RUN: echo "CHECK: '%S/Inputs/GDBRemoteCapture.in': No such file or directory" > %t.check [all …]
|
/external/mockftpserver/tags/2.0.2/src/site/apt/ |
D | fakeftpserver-features.apt | 1 -------------------------------------------------- 3 -------------------------------------------------- 16 …* Provides a simulated server file system, including support for file and directory permissions an… 27 …* Fully supports configuration within the <<Spring Framework>> or other dependency-injection conta… 44 * Print current working directory (PWD) 46 * Change current working directory (CWD) 52 * Create directory (MKD) 54 * Remove directory (RMD) 68 …* Failed change current working directory (CWD): no such directory, missing required access permis… 74 …* Failed create directory (MKD): parent directory does not exist, directory already exists, missin… [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/site/apt/ |
D | fakeftpserver-features.apt | 1 -------------------------------------------------- 3 -------------------------------------------------- 16 …* Provides a simulated server file system, including support for file and directory permissions an… 27 …* Fully supports configuration within the <<Spring Framework>> or other dependency-injection conta… 44 * Print current working directory (PWD) 46 * Change current working directory (CWD) 52 * Create directory (MKD) 54 * Remove directory (RMD) 68 …* Failed change current working directory (CWD): no such directory, missing required access permis… 74 …* Failed create directory (MKD): parent directory does not exist, directory already exists, missin… [all …]
|
/external/mockftpserver/tags/2.0.1/src/site/apt/ |
D | fakeftpserver-features.apt | 1 -------------------------------------------------- 3 -------------------------------------------------- 16 …* Provides a simulated server file system, including support for file and directory permissions an… 27 …* Fully supports configuration within the <<Spring Framework>> or other dependency-injection conta… 44 * Print current working directory (PWD) 46 * Change current working directory (CWD) 52 * Create directory (MKD) 54 * Remove directory (RMD) 68 …* Failed change current working directory (CWD): no such directory, missing required access permis… 74 …* Failed create directory (MKD): parent directory does not exist, directory already exists, missin… [all …]
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/ |
D | fakeftpserver-features.apt | 1 -------------------------------------------------- 3 -------------------------------------------------- 16 …* Provides a simulated server file system, including support for file and directory permissions an… 27 …* Fully supports configuration within the <<Spring Framework>> or other dependency-injection conta… 44 * Print current working directory (PWD) 46 * Change current working directory (CWD) 52 * Create directory (MKD) 54 * Remove directory (RMD) 68 …* Failed change current working directory (CWD): no such directory, missing required access permis… 74 …* Failed create directory (MKD): parent directory does not exist, directory already exists, missin… [all …]
|
/external/mockftpserver/tags/2.0/src/site/apt/ |
D | fakeftpserver-features.apt | 1 -------------------------------------------------- 3 -------------------------------------------------- 16 …* Provides a simulated server file system, including support for file and directory permissions an… 27 …* Fully supports configuration within the <<Spring Framework>> or other dependency-injection conta… 44 * Print current working directory (PWD) 46 * Change current working directory (CWD) 52 * Create directory (MKD) 54 * Remove directory (RMD) 68 …* Failed change current working directory (CWD): no such directory, missing required access permis… 74 …* Failed create directory (MKD): parent directory does not exist, directory already exists, missin… [all …]
|
12345678910>>...42