Home
last modified time | relevance | path

Searched refs:subdir (Results 1 - 25 of 87) sorted by relevance

1234

/third_party/libfuse/lib/modules/
H A Dsubdir.c2 fuse subdir module: offset paths with a base directory
18 struct subdir { struct
25 static struct subdir *subdir_get(void) in subdir_get()
30 static int subdir_addpath(struct subdir *d, const char *path, char **newpathp) in subdir_addpath()
56 struct subdir *d = subdir_get(); in subdir_getattr()
68 struct subdir *d = subdir_get(); in subdir_access()
104 static void transform_symlink(struct subdir *d, const char *path, in transform_symlink()
144 struct subdir *d = subdir_get(); in subdir_readlink()
158 struct subdir *d = subdir_get(); in subdir_opendir()
173 struct subdir * in subdir_readdir()
[all...]
/third_party/elfutils/libdwfl/
H A Dfind-debuginfo.c44 const char *dir, const char *subdir, const char *debuglink, in try_open()
48 if (dir == NULL && subdir == NULL) in try_open()
54 else if ((subdir == NULL ? asprintf (&fname, "%s/%s", dir, debuglink) in try_open()
55 : dir == NULL ? asprintf (&fname, "%s/%s", subdir, debuglink) in try_open()
56 : asprintf (&fname, "%s/%s/%s", dir, subdir, debuglink)) < 0) in try_open()
245 const char *dir, *subdir, *file; in find_debuginfo_in_path() local
251 subdir = NULL; in find_debuginfo_in_path()
260 .dwz subdir (see below). */ in find_debuginfo_in_path()
267 subdir = file_dirname; in find_debuginfo_in_path()
271 subdir in find_debuginfo_in_path()
43 try_open(const struct stat *main_stat, const char *dir, const char *subdir, const char *debuglink, char **debuginfo_file_name) try_open() argument
[all...]
/third_party/glslang/
H A Dupdate_glslang_sources.py83 self.subdir = json['subdir'] if ('subdir' in json) else '.'
95 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
97 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
103 cwd=self.subdir)
106 os.makedirs(self.subdir, exist_ok=True)
107 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
110 command_output(['git', 'fetch', 'known-good'], self.subdir)
113 if not os.path.exists(os.path.join(self.subdir,'
[all...]
/third_party/ltp/testcases/realtime/
H A Drun.sh50 test_name only test_name subdir will be run
94 echo " Running $LOOPS runs of $subdir "
163 for subdir in $TESTLIST; do
164 if [ -d $subdir ]; then
165 pushd $subdir >/dev/null
169 pushd $subdir > /dev/null
174 echo " $subdir not found; check name/path with $0 list "
/third_party/ltp/testscripts/
H A Dtest_realtime.sh54 test_name: only test_name subdir will be run (e.g: func/pi-tests)
96 echo " Running $LOOPS runs of $subdir "
150 for subdir in $TESTLIST; do
151 if [ -d $subdir ]; then
152 pushd $subdir >/dev/null
156 pushd $subdir > /dev/null
160 printf "\n $subdir not found; check name/path with run.sh list \n"
/third_party/skia/third_party/externals/harfbuzz/
H A Dgit.mk385 @for subdir in $(DIST_SUBDIRS); do \
387 *" $$subdir "*) :;; \
388 *) test "$$subdir" = . -o -e "$$subdir/.git" || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) gitignore || echo "Skipping $$subdir");; \
392 @for subdir in $(DIST_SUBDIRS); do \
393 test "$$subdir" = . -o -e "$$subdir/.git" || (cd $$subdir
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp62 CaseGroup(const char* the_data_dir, const char* the_subdir) : data_dir(the_data_dir), subdir(the_subdir) { } in CaseGroup()
69 const char* subdir; member
178 const std::string subdir(group.subdir); in addTestsForAmberFiles()
179 const std::string category = data_dir + "/" + subdir; in addTestsForAmberFiles()
242 const char* subdir = (control ? large_control_dir : large_dir); in createSubgroupUniformControlFlowTests() local
243 CaseGroup group(data_dir, subdir); in createSubgroupUniformControlFlowTests()
291 group = CaseGroup(data_dir, subdir); in createSubgroupUniformControlFlowTests()
345 const char* subdir = (control ? small_control_dir : small_dir); in createSubgroupUniformControlFlowTests() local
346 CaseGroup group(data_dir, subdir); in createSubgroupUniformControlFlowTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp64 CaseGroup(const char* the_data_dir, const char* the_subdir) : data_dir(the_data_dir), subdir(the_subdir) { } in CaseGroup()
71 const char* subdir; member
180 const std::string subdir(group.subdir); in addTestsForAmberFiles()
181 const std::string category = data_dir + "/" + subdir; in addTestsForAmberFiles()
245 const char* subdir = (control ? large_control_dir : large_dir); in createSubgroupUniformControlFlowTests() local
246 CaseGroup group(data_dir, subdir); in createSubgroupUniformControlFlowTests()
274 group = CaseGroup(data_dir, subdir); in createSubgroupUniformControlFlowTests()
308 const char* subdir = (control ? small_control_dir : small_dir); in createSubgroupUniformControlFlowTests() local
309 CaseGroup group(data_dir, subdir); in createSubgroupUniformControlFlowTests()
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dapply_clang_format_on_all_sources.py32 for subdir, _, files in os.walk(directory):
33 if 'third_party' in subdir:
38 f_abspath = os.path.join(subdir, f)
/third_party/skia/third_party/externals/angle2/tools/flex-bison/
H A Dupdate_flex_bison_binaries.py26 subdir = 'linux'
29 subdir = 'windows'
38 files = [os.path.join(sys.path[0], subdir, f) for f in files]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsls.c391 struct dir *subdir = NULL; in readdir_recursive() local
422 subdir = ntfs_list_entry(dir_walker, struct dir, list); in readdir_recursive()
424 /* subdir is not a subdir of ni */ in readdir_recursive()
425 if (subdir->depth != ni_depth + 1) in readdir_recursive()
430 if (!subdir->ni) { in readdir_recursive()
431 subdir->ni = in readdir_recursive()
433 subdir->name); in readdir_recursive()
435 if (!subdir->ni) { in readdir_recursive()
444 comp.name = subdir in readdir_recursive()
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbuild_tree.py14 return all(os.path.isdir(os.path.join(path, subdir))
15 for subdir in ['include', 'core', 'drivers', 'programs', 'tests'])
19 return all(os.path.isdir(os.path.join(path, subdir))
20 for subdir in ['include', 'library', 'programs', 'tests'])
/third_party/node/tools/icu/
H A Dshrink-icu-src.py54 subdir = dir[len(options.icusrc)+1::]
56 if len(subdir) == 0:
66 elif subdir == 'source':
70 elif subdir == 'source/tools':
79 # print '>%s< [%s]' % (subdir, ign)
/third_party/ltp/testcases/kernel/controllers/cpuset/
H A Dcpuset_funcs.sh187 find "$CPUSET" -type d | sort | sed -n '2,$p' | tac | while read -r subdir
196 done < "$subdir/tasks"
197 rmdir "$subdir"
199 tst_brkm TFAIL "Couldn't remove subdir - "
200 "$subdir in the cpuset"
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dpromote.py119 for subdir in subdirs:
120 sub_folder = os.path.join(root, subdir)
122 if not (subdir.lower() == "scripts") and not (subdir.lower() == "style"):
H A Ddeperiodize_vuids.py34 for subdir in subdirs:
35 sub_folder = os.path.join(root, subdir)
/third_party/python/Lib/test/
H A Dtest_imghdr.py39 cls.testfile = findfile('python.png', subdir='imghdrdata')
48 filename = findfile(filename, subdir='imghdrdata')
60 filename = findfile(filename, subdir='imghdrdata')
107 filename = findfile(filename, subdir='imghdrdata')
H A Dtest_sndhdr.py21 filename = findfile(filename, subdir="sndhdrdata")
32 filename = findfile('sndhdr.aifc', subdir="sndhdrdata")
/third_party/node/tools/
H A Dinstall.py94 subdirs[:] = [subdir for subdir in subdirs if subdir != 'test']
140 for subdir, files_in_path in ret.items():
141 action(files_in_path, subdir + '/')
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersion1p4Tests.cpp54 CaseGroup(const char* the_data_dir, const char* the_subdir) : data_dir(the_data_dir), subdir(the_subdir) { } in CaseGroup()
65 const char* subdir; member
75 const std::string subdir(group.subdir); in addTestsForAmberFiles()
76 const std::string category = data_dir + "/" + subdir; in addTestsForAmberFiles()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersion1p4Tests.cpp55 CaseGroup(const char* the_data_dir, const char* the_subdir) : data_dir(the_data_dir), subdir(the_subdir) { } in CaseGroup()
66 const char* subdir; member
76 const std::string subdir(group.subdir); in addTestsForAmberFiles()
77 const std::string category = data_dir + "/" + subdir; in addTestsForAmberFiles()
/third_party/icu/icu4c/source/tools/gencolusb/
H A DMakefile17 subdir=tools/gencolusb macro
21 BUILD_HERE=$(BUILD_ROOT)/$(subdir)
/third_party/ltp/testcases/kernel/syscalls/rmdir/
H A Drmdir03.c37 char *subdir; member
47 TEST(rmdir(tc->subdir)); in do_rmdir()
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/
H A DMakefile17 subdir=tools/gencolusb macro
21 BUILD_HERE=$(BUILD_ROOT)/$(subdir)
/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs05_make_tree.c32 * * recurssively remove each subdir and its contents.
72 char subdir[PATH_MAX] = {0}; in run_targets() local
83 dirname, subdir, tid, i, k); in run_targets()
93 strcat(subdir, "/dir"); in run_targets()

Completed in 10 milliseconds

1234