Home
last modified time | relevance | path

Searched refs:directory (Results 176 - 200 of 787) sorted by relevance

12345678910>>...32

/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
H A Dcpuhotplug05.sh25 usage: $0 -c cpu -l loop -d directory
30 -d directory used to lay file
H A Dcpuhotplug07.sh27 usage: $0 -c cpu -l loop -d directory
32 -d kernel directory where run this test
67 tst_brkm TCONF "kernel directory - $KERNEL_DIR - does not exist"
72 source code directory>"
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dinterfacedocgenerator.py30 self.makeDir(self.genOpts.directory)
102 fp = open(self.genOpts.directory + '/' + filename, 'w', encoding='utf-8')
H A Dgenerator.py152 directory='.',
177 - directory - directory in which to generate filename
234 self.directory = directory
235 "directory in which to generate filename"
323 # categoryToPath - map XML 'category' to include file directory name
860 """Create a directory, if not already done.
923 directory = Path(self.genOpts.directory)
[all...]
/third_party/skia/buildtools/checkdeps/
H A Drules.py24 def __init__(self, allow, directory, dependent_directory, source):
26 self._dir = directory
53 unrelated to directory or source.
77 # If a directory is specified in a DEPS file with a trailing slash, then it
78 # will not match as a parent directory in Rule's [Parent|Child]OrMatch above.
89 """Sets of rules for files in a directory.
92 dependee files in the directory. Rules may also be added that apply
146 dependent_dir: The directory to which this rule applies.
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporterScanner.java109 File directory = new File(dir_elem.getAttribute("location")); in performScan()
130 scanDirectory(directory, frule, prules_v, recurse); in performScan()
137 private void scanDirectory(File directory, FileRule frule, Vector prules, boolean recurse) throws IOException { in scanDirectory() argument
141 File children[] = directory.listFiles(new java.io.FileFilter(){ in scanDirectory()
156 File children[] = directory.listFiles(); in scanDirectory()
/third_party/node/lib/internal/fs/cp/
H A Dcp.js89 message: `cannot overwrite directory ${src} ` +
90 `with non-directory ${dest}`,
99 message: `cannot overwrite non-directory ${src} ` +
100 `with directory ${dest}`,
201 message: `${src} is a directory (not copied)`,
337 // Dest exists and is a regular file or directory,
H A Dcp-sync.js86 message: `cannot overwrite directory ${src} ` +
87 `with non-directory ${dest}`,
96 message: `cannot overwrite non-directory ${src} ` +
97 `with directory ${dest}`,
170 message: `${src} is a directory (not copied)`,
303 // Dest exists and is a regular file or directory,
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/
H A Dpolyfill.js117 message: `cannot overwrite directory ${src} ` +
118 `with non-directory ${dest}`,
126 message: `cannot overwrite non-directory ${src} ` +
127 `with directory ${dest}`,
250 message: `${src} is a directory (not copied)`,
386 // Dest exists and is a regular file or directory,
/third_party/python/Lib/http/
H A Dserver.py650 This serves files from the current directory and any of its
667 def __init__(self, *args, directory=None, **kwargs):
668 if directory is None:
669 directory = os.getcwd()
670 self.directory = os.fspath(directory)
777 """Helper to produce a directory listing (absent index.html).
789 "No permission to list directory")
817 # Note: a link to a directory displays with @ and links with /
837 (e.g. drive or directory name
[all...]
/third_party/vulkan-headers/registry/
H A Dgenerator.py152 directory='.',
177 - directory - directory in which to generate filename
234 self.directory = directory
235 "directory in which to generate filename"
323 # categoryToPath - map XML 'category' to include file directory name
860 """Create a directory, if not already done.
923 directory = Path(self.genOpts.directory)
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc288 void PathSplit(const string& path, string* directory, string* basename) { in PathSplit() argument
291 if (directory) { in PathSplit()
292 *directory = ""; in PathSplit()
298 if (directory) { in PathSplit()
299 *directory = path.substr(0, last_slash); in PathSplit()
408 string directory; in FilePath() local
409 PathSplit(file->name(), &directory, &basename); in FilePath()
410 if (directory.length() > 0) { in FilePath()
411 output = directory + "/"; in FilePath()
425 string directory; in FilePathBasename() local
[all...]
/kernel/linux/linux-5.10/drivers/nubus/
H A Dnubus.c222 dir->ptr = dir->base = board->directory; in nubus_get_root_dir()
232 dir->ptr = dir->base = fres->directory; in nubus_get_func_dir()
244 dir->ptr = dir->base = board->directory; in nubus_get_board_dir()
248 /* Now dereference it (the first directory is always the board in nubus_get_board_dir()
249 directory) */ in nubus_get_board_dir()
396 pr_debug(" gamma directory offset: 0x%06x\n", ent->data); in nubus_get_display_resource()
506 fres->directory = dir.base; in nubus_get_functional_resource()
539 pr_debug(" driver directory offset: 0x%06x\n", in nubus_get_functional_resource()
698 pr_debug(" vidnames directory offset: 0x%06x\n", in nubus_get_board_resource()
704 pr_debug(" video mode parameter directory offse in nubus_get_board_resource()
[all...]
/kernel/linux/linux-6.6/drivers/nubus/
H A Dnubus.c229 dir->ptr = dir->base = board->directory; in nubus_get_root_dir()
239 dir->ptr = dir->base = fres->directory; in nubus_get_func_dir()
251 dir->ptr = dir->base = board->directory; in nubus_get_board_dir()
255 /* Now dereference it (the first directory is always the board in nubus_get_board_dir()
256 directory) */ in nubus_get_board_dir()
403 pr_debug(" gamma directory offset: 0x%06x\n", ent->data); in nubus_get_display_resource()
513 fres->directory = dir.base; in nubus_get_functional_resource()
546 pr_debug(" driver directory offset: 0x%06x\n", in nubus_get_functional_resource()
705 pr_debug(" vidnames directory offset: 0x%06x\n", in nubus_get_board_resource()
711 pr_debug(" video mode parameter directory offse in nubus_get_board_resource()
[all...]
/third_party/gn/src/gn/
H A Dsubstitution_writer.cc23 // Sets the given directory string to the destination, trimming any trailing
24 // slash from the directory (SourceDirs and OutputFiles representing
25 // directories will end in a trailing slash). If the directory is empty,
65 The name of the source file including directory (*). This will generally
74 The filename part of the source file with no directory or extension. This
80 The directory (*) containing the source file with no trailing slash.
84 The path to the source file's directory relative to the source root, with
92 The generated file directory (*) corresponding to the source file's path.
93 This will be different than the target's generated file directory if the
94 source file is in a different directory tha
[all...]
H A Dvariables.cc300 This is the root build output directory which will be the current directory
304 convert arguments to be relative to a script's current directory.
313 Absolute path to the root of the generated output directory tree for the
320 build directory.
328 "root_out_dir: [string] Root directory for toolchain output files.";
330 R"(root_out_dir: [string] Root directory for toolchain output files.
332 Absolute path to the root of the output directory tree for the current
341 rebase_path") to convert it to be relative to the build directory.
360 Absolute path to the target's generated file directory
[all...]
/third_party/node/deps/openssl/openssl/include/internal/
H A Do_dir.h46 * returns NULL on error or end-of-directory. If it is end-of-directory,
49 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
/third_party/node/deps/openssl/openssl/crypto/
H A DLPdir_nyi.c46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
/third_party/openssl/crypto/
H A DLPdir_nyi.c46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
/third_party/openssl/include/internal/
H A Do_dir.h46 * returns NULL on error or end-of-directory. If it is end-of-directory,
49 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
/third_party/openssl/ohos_lite/include/internal/
H A Do_dir.h45 * returns NULL on error or end-of-directory. If it is end-of-directory,
48 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
/kernel/linux/linux-6.6/scripts/
H A Dmisc-check15 git -C ${srctree:-.} ls-files -i -c --exclude-per-directory=.gitignore 2>/dev/null |
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.h19 * along with this program (in the main directory of the Linux-NTFS
44 int directory; /* Wipe directory indexes */ member
/kernel/linux/linux-5.10/fs/udf/
H A DMakefile10 directory.o misc.o udftime.o unicode.o
/kernel/linux/linux-6.6/fs/udf/
H A DMakefile10 directory.o misc.o udftime.o unicode.o

Completed in 13 milliseconds

12345678910>>...32