Searched refs:directory (Results 1 – 17 of 17) sorted by relevance
32 DIR* directory = syscall_.OpenDir(directory_name_); in RunSingle() local34 if (directory == nullptr) { in RunSingle()39 while ((entry = syscall_.ReadDir(directory)) != nullptr) { in RunSingle()53 syscall_.CloseDir(directory); in RunSingle()
1 This is the default directory for device-side tests in the cts-root test suite.3 Host-side tests should be placed in the cts-root/hostsidetests directory.
1 This is the default directory for host-side tests in the cts-root test suite.2 Device-side tests should be placed in the cts-root/tests directory.
110 private void saveToFile(File directory) throws IOException { in saveToFile() argument111 File file = new File(directory, NAME); in saveToFile()196 public void addDirectory(File directory) { in addDirectory() argument197 addDirectory(directory, directory.getName()); in addDirectory()203 private void addDirectory(File directory, String path) { in addDirectory() argument204 for(String childName : directory.list()) { in addDirectory()205 File child = new File(directory, childName); in addDirectory()
408 private Path createLatestLinkDirectory(Path directory) { in createLatestLinkDirectory() argument411 Path parent = directory.getParent(); in createLatestLinkDirectory()418 Files.createSymbolicLink(link, directory); in createLatestLinkDirectory()421 directory); in createLatestLinkDirectory()
34 DIR* directory = opendir(base_path.c_str()); in __ditto_files_paths() local37 while ((entry = readdir(directory)) != nullptr) { in __ditto_files_paths()56 closedir(directory); in __ditto_files_paths()
1 The directory includes the prebuilts of libvtswidevine.so used for VTS test
1 This directory contains ELF parsing utilities for VTS ABI test.
34 pip-delete-this-directory.txt
36 pip-delete-this-directory.txt
87 First, you need to put the file `config.yaml` in the same directory as the88 Python scripts. Then cd to that directory and run:
76 // different from the directory name so that the test runner can find a
331 public static List<String> getModuleNamesMatching(File directory, String pattern) { in getModuleNamesMatching() argument332 String[] names = directory.list(new NameFilter(pattern)); in getModuleNamesMatching()
62 # the logo to the output directory.69 # left blank the current directory will be used.74 # sub-directories (in 2 levels) under the output directory of each output format77 # putting all generated files in the same directory would otherwise causes180 # If left blank the directory from which doxygen is run is used as the path to184 # will be relative from the directory where doxygen is started.619 # filesystem is case sensitive (i.e. it supports files in the same directory814 # Note that if you run doxygen from a directory containing a file called944 # Note: If this tag is empty the current directory is searched.1045 # subdirectory from a directory tree whose root is specified with the INPUT tag.[all …]
324 Reads file names from a directory and stores them as a list in a shared variable. Uses `readdir(3)`.327 - `string directory_name` - Name of the directory355 A suite of unit tests is provided in the test/ directory.
16 This directory contains files for the Android MLTS (Machine Learning27 * cd into android top-level source directory
16 This directory contains models data for the Android Neural Networks API benchmarks.