HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 51 - 75 of 1275) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/tools/
hciattach_st.c 123 char pathname[PATH_MAX], filename[NAME_MAX], prefix[20]; local
134 strcpy(pathname, "/lib/firmware");
135 dir = opendir(pathname);
137 strcpy(pathname, ".");
138 dir = opendir(pathname);
157 pathname, d->d_name);
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 39 /** {@code non-null;} pathname to start with */
40 private final String pathname; field in class:ClassPathOpener
88 * @param pathname {@code non-null;} path element to process
94 public ClassPathOpener(String pathname, boolean sort, Consumer consumer) {
95 this.pathname = pathname;
107 File file = new File(pathname);
  /external/e2fsprogs/debugfs/
debugfs.8.in 126 as an argument to specify an inode (as opposed to a pathname)
134 The second form is a pathname; if the pathname is prefixed by a forward slash
138 If not, the pathname is
394 .I rm pathname
396 .IR pathname .
398 .I pathname
478 .I undel <inode num> [pathname]
481 link the recovered inode to the specified pathname. The
491 inodes without specifying a destination pathname, and then in a separat
    [all...]
  /external/emma/core/java12/com/vladium/util/
Files.java 106 String pathname = tokenizer.nextToken (); local
108 if (canonical) pathname = canonicalizePathname (pathname);
110 if (pathnames.add (pathname))
112 _result.add (new File (pathname));
124 * Converts 'pathname' into the canonical OS form. This wrapper function
125 * will return the absolute form of 'pathname' if File.getCanonicalPath() fails.
127 public static String canonicalizePathname (final String pathname)
129 if (pathname == null) throw new IllegalArgumentException ("null input: pathname");
    [all...]
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 83 char *pathname, *basename; member in struct:__anon6547
246 printf("adding %s (%ld byte%s)\n", files[i].pathname, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s");
250 file=T_FileStream_open(files[i].pathname, "rb");
252 fprintf(stderr, "gencmn: unable to open listed file %s\n", files[i].pathname);
267 fprintf(stderr, "gencmn: unable to read %s properly (got %ld/%ld byte%s)\n", files[i].pathname, (long)nread, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s");
328 sprintf(buffer, "extern const char\n %s%s[]", symPrefix?symPrefix:"", files[0].pathname);
331 sprintf(buffer, ",\n %s%s[]", symPrefix?symPrefix:"", files[i].pathname);
368 sprintf(buffer, " { \"%s\", %s%s }", files[0].basename, symPrefix?symPrefix:"", files[0].pathname);
371 sprintf(buffer, ",\n { \"%s\", %s%s }", files[i].basename, symPrefix?symPrefix:"", files[i].pathname);
406 /* store the pathname */
    [all...]
  /external/oprofile/opjitconv/
opjitconv.c 88 static void get_pathname(char const * pathname, void * name_list)
91 struct pathname * pn = xmalloc(sizeof(struct pathname));
92 pn->name = xstrdup(pathname);
96 static void delete_pathname(struct pathname * pname)
108 struct pathname * pname = list_entry(pos1, struct pathname,
151 struct pathname * anon_dir =
152 list_entry(pos, struct pathname, neighbor);
443 struct pathname * pname = list_entry(pos1, struct pathname
    [all...]
  /dalvik/tests/068-classloader/src/
FancyLoader.java 138 String pathName = CLASS_PATH + name + ".class";
139 //System.out.println("--- Fancy: looking for " + pathName);
141 File path = new File(pathName);
147 throw new ClassNotFoundException("Not found: " + pathName);
156 throw new ClassNotFoundException("Read error: " + pathName);
  /external/bluetooth/glib/glib/
gstdio.c 57 * @filename: a pathname in the GLib file name encoding (UTF-8 on Windows)
61 * test a pathname for one or several of read, write or execute
73 * Returns: zero if the pathname refers to an existing file system
112 * @filename: a pathname in the GLib file name encoding (UTF-8 on Windows)
158 * @filename: a pathname in the GLib file name encoding (UTF-8 on Windows)
163 * used to convert a pathname into a file descriptor.
216 * @filename: a pathname in the GLib file name encoding (UTF-8 on Windows)
220 * used to convert a pathname into a file descriptor, creating a file
273 * @oldfilename: a pathname in the GLib file name encoding (UTF-8 on Windows)
274 * @newfilename: a pathname in the GLib file name encodin
    [all...]
gstdio.h 61 /* Wrappers for C library functions that take pathname arguments. On
62 * Unix, the pathname is a file name as it literally is in the file
66 * pathname is always in UTF-8, even if that is not the on-disk
  /external/qemu/
path.c 24 char *pathname; member in struct:pathelem
53 if (asprintf(&new->pathname, "%s/%s", root, name) == -1) {
76 if ((dir = opendir(path->pathname)) != NULL) {
100 *e = new_entry(root->pathname, root, name);
128 return cursor->pathname;
  /sdk/ddms/app/src/com/android/ddms/
AboutDialog.java 89 String pathName = "/images/" + fileName; //$NON-NLS-1$
91 imageStream = this.getClass().getResourceAsStream(pathName);
93 //throw new NullPointerException("couldn't find " + pathName);
94 Log.w("ddms", "Couldn't load " + pathName);
102 throw new NullPointerException("couldn't load " + pathName);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 215 public boolean accept(File pathname) {
217 if (FileUtils.getFileStatus(pathname.getPath(), status, true)) {
220 Log.w(TAG, "Could not stat " + pathname);
232 public boolean accept(File pathname) {
233 if (FileUtils.getFileStatus(pathname.getPath(), status, true)) {
240 Log.w(TAG, "Could not stat " + pathname);
  /external/llvm/lib/Linker/
LinkItems.cpp 77 sys::Path Pathname = FindLib(Lib);
78 if (Pathname.isEmpty())
83 Pathname.getMagicNumber(Magic, 64);
91 if (LinkInFile(Pathname, is_native))
96 if (LinkInArchive(Pathname, is_native))
97 return error("Cannot link archive '" + Pathname.str() + "'");
149 /// File - The pathname of the bitcode file.
224 /// or relative pathname, or as a file somewhere in LLVM_LIB_SEARCH_PATH.
  /hardware/libhardware_legacy/qemu_tracing/
qemu_tracing.c 24 // This is the pathname to the sysfs file that enables and disables
29 // This is the pathname to the sysfs file that adds new (address, symbol)
  /system/extras/fatblock/
fdpool.c 119 int fdpool_open(struct pooled_fd *pfd, const char *pathname, int flags)
129 fd = open(pathname, flags);
  /dalvik/dx/etc/
jasmin 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /external/bluetooth/glib/gio/fam/
fam-helper.h 32 fam_sub* _fam_sub_add (const gchar* pathname,
  /external/bluetooth/glib/gio/
glocalfilemonitor.h 57 GFileMonitor * _g_local_file_monitor_new (const char *pathname,
  /external/chromium/third_party/libjingle/source/talk/base/
win32.cc 129 // Non-unc path: <pathname>
130 // Becomes: \\?\<pathname>
135 // Unc path: \\<server>\<pathname>
136 // Becomes: \\?\UNC\<server>\<pathname>
  /external/oprofile/doc/
opimport.1.in 29 for post profile tools and must be kept identical, in other word the pathname
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiodev_c.h 24 /* Open the audio device, storing the pathname in 'path' */
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-prevents-rebase.js 23 debug("Pathname attribute, update document base URI without attribute having been set");
29 debug("Pathname attribute, update document base URI after attribute has been set");
32 a.pathname = "path";
44 debug("Pathname attribute, update document base URI after attribute has been set");
  /external/webkit/LayoutTests/fast/url/resources/
utilities.js 40 elmt.pathname,
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.idl 37 readonly attribute DOMString pathname;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
xattr.h 45 SIZE bytes long), not following symlinks for the last pathname component.
62 SIZE bytes long), not following symlinks for the last pathname component.
80 last pathname component. Return 0 on success, -1 for errors. */
94 following symlinks for the last pathname component. Return 0 on

Completed in 1109 milliseconds

1 23 4 5 6 7 8 91011>>