Searched defs:subdir (Results 1 - 25 of 30) sorted by relevance

12

/external/dbus/dbus/
H A Ddbus-auth-util.c43 const char *subdir)
57 _dbus_string_init_const (&filename, subdir);
80 printf ("Testing %s:\n", subdir);
42 process_test_subdir(const DBusString *test_base_dir, const char *subdir) argument
H A Ddbus-message-util.c499 const char *subdir,
516 _dbus_string_init_const (&filename, subdir);
539 printf ("Testing %s:\n", subdir);
498 process_test_subdir(const DBusString *test_base_dir, const char *subdir, DBusValidity expected_validity, DBusForeachMessageFileFunc function, void *user_data) argument
/external/chromium/net/tools/dump_cache/
H A Dcache_dumper.cc55 std::wstring subdir = path.substr(0, pos); local
56 CreateDirectoryW(subdir.c_str(), NULL);
/external/doclava/src/com/google/doclava/
H A DSampleCode.java75 String subdir = relative; // .substring(mDest.length());
88 writeImagePage(f, convertExtension(out, Doclava.htmlExtension), subdir);
94 writePage(f, convertExtension(out, Doclava.htmlExtension), subdir);
108 hdf.setValue("subdir", subdir);
144 public void writePage(File f, String out, String subdir) { argument
156 hdf.setValue("subdir", subdir);
163 public void writeImagePage(File f, String out, String subdir) { argument
171 hdf.setValue("subdir", subdi
[all...]
/external/elfutils/libdwfl/
H A Dfind-debuginfo.c59 try_open (const char *dir, const char *subdir, const char *debuglink, argument
63 if (dir == NULL && subdir == NULL)
69 else if ((subdir == NULL ? asprintf (&fname, "%s/%s", dir, debuglink)
70 : dir == NULL ? asprintf (&fname, "%s/%s", subdir, debuglink)
71 : asprintf (&fname, "%s/%s/%s", dir, subdir, debuglink)) < 0)
183 const char *dir, *subdir; local
189 subdir = NULL;
198 subdir = file_dirname + 1;
204 subdir = p;
209 int fd = try_open (dir, subdir, debuglink_fil
[all...]
/external/chromium/base/files/
H A Dfile_path_watcher_linux.cc124 WatchEntry(InotifyReader::Watch watch, const FilePath::StringType& subdir) argument
126 subdir_(subdir) {}
H A Dfile_path_watcher_mac.cc65 EventData(const FilePath& path, const FilePath::StringType& subdir) argument
66 : path_(path), subdir_(subdir) { }
176 FilePath::StringType subdir = (i != (components.end() - 1)) ? *(i + 1) : ""; local
177 EventData* data = new EventData(built_path, subdir);
384 // If the subdir is empty, this is the last item on the path and is the
/external/chromium/chrome/common/extensions/
H A Dextension_l10n_util.cc302 std::string subdir = relative_path.MaybeAsASCII(); local
303 if (subdir.empty())
306 if (std::find(subdir.begin(), subdir.end(), '.') != subdir.end())
309 if (all_locales.find(subdir) == all_locales.end())
/external/chromium/third_party/libjingle/source/talk/base/
H A Dfileutils.cc202 Pathname subdir; local
203 subdir.SetFolder(folder.pathname());
205 subdir.AppendFolder(di->Name());
206 if (!DeleteFolderAndContents(subdir)) {
210 subdir.SetFilename(di->Name());
211 if (!DeleteFile(subdir)) {
/external/dbus/bus/
H A Dconfig-parser-trivial.c487 const char *subdir,
502 _dbus_string_init_const (&filename, subdir);
601 const char *subdir,
622 _dbus_string_init_const (&filename, subdir);
486 process_test_valid_subdir(const DBusString *test_base_dir, const char *subdir, Validity validity) argument
600 make_full_path(const DBusString *test_data_dir, const char *subdir, const char *file, DBusString *full_path) argument
H A Dconfig-parser.c2790 const char *subdir,
2805 _dbus_string_init_const (&filename, subdir);
3166 const char *subdir)
3181 _dbus_string_init_const (&filename, subdir);
2789 process_test_valid_subdir(const DBusString *test_base_dir, const char *subdir, Validity validity) argument
3165 process_test_equiv_subdir(const DBusString *test_base_dir, const char *subdir) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DScenarioData.java76 private File createFile(File outputDir, String subdir, String name, String extension) { argument
78 if (subdir != null) {
79 dir = new File(outputDir, subdir);
/external/elfutils/libelf-po/
H A DMakefile64 subdir = po macro
265 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
320 && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
/external/kernel-headers/original/linux/
H A Dproc_fs.h36 * while parent/subdir create the directory structure (every
37 * /proc file has a parent, but "subdir" is NULL for all
63 struct proc_dir_entry *next, *parent, *subdir; member in struct:proc_dir_entry
/external/chromium/base/
H A Dmime_util_xdg.cc129 // Returns the path to an icon with the name |icon_name| in |subdir|.
131 const std::string& subdir);
244 const std::string& subdir) {
251 icon_path = dir_iter->Append(subdir);
279 std::string subdir = entry.substr(1, entry.length() - 2); local
280 if (subdirs_.find(subdir) != subdirs_.end())
281 current_info = &info_array_[subdirs_[subdir]];
376 LOG(WARNING) << "Invalid index.theme: blank subdir";
384 LOG(WARNING) << "Invalid index.theme: blank subdir";
243 GetIconPathUnderSubdir(const std::string& icon_name, const std::string& subdir) argument
/external/bison/build-aux/
H A DMakefile38 subdir = build-aux macro
225 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
226 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
/external/bison/tests/
H A DMakefile38 subdir = tests macro
240 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
241 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
252 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
254 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
/external/qemu/android/
H A Dmain-common.c635 const char* subdir; local
638 subdir = dirScanner_next(scanner);
639 if (!subdir) break;
641 q = bufprint(p, end, "/%s/images/%s", subdir, fileName);
646 p = bufprint(p, end, "/%s/images", subdir);
/external/bison/
H A DMakefile39 subdir = . macro
336 list='$(SUBDIRS)'; for subdir in $$list; do \
337 echo "Making $$target in $$subdir"; \
338 if test "$$subdir" = "."; then \
344 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365 rev=''; for subdir in $$list; do \
366 if test "$$subdir" = "."; then :; else \
367 rev="$$subdir $$rev"; \
372 for subdir in $$rev; do \
373 echo "Making $$target in $$subdir"; \
[all...]
/external/bison/data/
H A DMakefile39 subdir = data macro
240 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
241 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
/external/bison/doc/
H A DMakefile38 subdir = doc macro
248 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
249 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
/external/bison/examples/
H A DMakefile39 subdir = examples macro
236 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
237 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
265 list='$(SUBDIRS)'; for subdir in $$list; do \
266 echo "Making $$target in $$subdir"; \
267 if test "$$subdir" = "."; then \
273 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
294 rev=''; for subdir in $$list; do \
295 if test "$$subdir" = "."; then :; else \
296 rev="$$subdir
[all...]
/external/bison/lib/
H A DMakefile48 subdir = lib macro
315 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
316 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
/external/bison/src/
H A DMakefile41 subdir = src macro
305 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
306 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
/external/bluetooth/glib/gio/
H A Dgcontenttype.c56 get_registry_classes_key (const char *subdir, argument
68 wc_key = g_utf8_to_utf16 (subdir, -1, NULL, NULL, NULL);

Completed in 432 milliseconds

12