HomeSort by relevance Sort by last modified time
    Searched defs:pathname (Results 1 - 25 of 48) sorted by null

1 2

  /external/webkit/Source/WebCore/workers/
WorkerLocation.cpp 62 String WorkerLocation::pathname() const function in class:WebCore::WorkerLocation
  /external/e2fsprogs/lib/ext2fs/
namei.c 24 const char *pathname, size_t pathlen, int follow,
31 char *pathname; local
59 pathname = buffer;
61 pathname = (char *)&(ei.i_block[0]);
62 retval = open_namei(fs, root, dir, pathname, ei.i_size, 1,
70 * This routine interprets a pathname in the context of the current
73 * (pointing into the pathname) and the length of the filename.
76 const char *pathname, int pathlen,
87 if ((c = *pathname) == '/') {
89 pathname++
    [all...]
  /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);
  /external/bluetooth/glib/gio/fam/
fam-helper.c 38 gchar *pathname; member in struct:_fam_sub
114 path = g_strdup_printf ("%s/%s", sub->pathname, ev.filename);
209 _fam_sub_add (const gchar *pathname,
230 sub->pathname = g_strdup (pathname);
235 FAMMonitorDirectory (fam_connection, pathname, &sub->request, sub);
237 FAMMonitorFile (fam_connection, pathname, &sub->request, sub);
273 g_free (sub->pathname);
  /external/llvm/runtime/libprofile/
GCDAProfiling.c 84 char *pathname; local
89 pathname = malloc(i + 1);
90 strncpy(pathname, filename, i);
91 pathname[i] = '\0';
93 _mkdir(pathname);
95 mkdir(pathname, 0750); /* some of these will fail, ignore it. */
97 free(pathname);
  /external/oprofile/opjitconv/
opjitconv.h 79 struct pathname struct
  /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;
  /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/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 284 Pathname pathname; local
285 pathname.SetFolder(folder_);
286 pathname.SetBasename(buffer);
287 pathname.SetExtension(extension);
293 return pathname.pathname();
298 Pathname pathname(filename);
300 if (1 != sscanf(pathname.extension().c_str(), ".%u", &tempdex)
    [all...]
fileutils.cc 79 bool DirectoryIterator::Iterate(const Pathname &dir) {
80 directory_ = dir.pathname();
84 std::string d = dir.pathname() + '*';
168 bool FilesystemInterface::CopyFolder(const Pathname &old_path,
169 const Pathname &new_path) {
171 Pathname new_dir;
172 new_dir.SetFolder(new_path.pathname());
173 Pathname old_dir;
174 old_dir.SetFolder(old_path.pathname());
178 di.Iterate(old_dir.pathname());
266 std::string pathname = path.pathname(); local
    [all...]
pathutils.cc 60 // Pathname - parsing of pathnames into components, and vice versa
63 bool Pathname::IsFolderDelimiter(char ch) {
67 char Pathname::DefaultFolderDelimiter() {
71 Pathname::Pathname()
75 Pathname::Pathname(const std::string& pathname)
77 SetPathname(pathname);
80 Pathname::Pathname(const std::string& folder, const std::string& filename
108 std::string Pathname::pathname() const { function in class:talk_base::Pathname
    [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/freetype/include/freetype/
ftsystem.h 296 * pathname ::
328 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /external/webkit/Source/WebCore/bindings/js/
JSLocationCustom.cpp 222 UString pathname = value.toString(exec); local
225 impl()->setPathname(ustringToString(pathname), activeDOMWindow(exec), firstDOMWindow(exec));
230 UString pathname = value.toString(exec); local
233 impl()->setSearch(ustringToString(pathname), activeDOMWindow(exec), firstDOMWindow(exec));
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 101 INC_STATS("DOM.Location.pathname._set");
106 String pathname = toWebCoreString(value); local
108 impl->setPathname(pathname, state->activeWindow(), state->firstWindow());
  /external/webkit/Source/WebCore/page/
Location.cpp 106 String Location::pathname() const function in class:WebCore::Location
209 void Location::setPathname(const String& pathname, DOMWindow* activeWindow, DOMWindow* firstWindow)
214 url.setPath(pathname);
  /external/emma/lib/internal/
stamptool.jar 
  /bionic/libc/kernel/common/linux/raid/
md_u.h 93 char pathname[4096]; member in struct:mdu_bitmap_file_s
  /development/ndk/platforms/android-3/include/linux/raid/
md_u.h 93 char pathname[4096]; member in struct:mdu_bitmap_file_s
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 83 char *pathname, *basename; member in struct:__anon6544
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/kernel-headers/original/linux/raid/
md_u.h 113 char pathname[4096]; member in struct:mdu_bitmap_file_s
  /external/llvm/lib/Archive/
ArchiveReader.cpp 117 std::string pathname; local
124 pathname.assign(At, nulp != 0 ? (uintptr_t)(nulp - At) : len);
140 // the member's data. The pathname already has the #1/ stripped.
141 pathname.assign(ARFILE_LLVM_SYMTAB_NAME);
148 pathname.assign(ARFILE_STRTAB_NAME);
157 pathname.assign(ARFILE_SVR4_SYMTAB_NAME);
173 pathname.assign(namep, last_p - namep);
195 pathname.assign(ARFILE_BSD4_SYMTAB_NAME);
205 pathname.assign(Hdr->name, slash - Hdr->name);
224 member->path.set(pathname);
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.cpp 387 String HTMLAnchorElement::pathname() const function in class:WebCore::HTMLAnchorElement
  /external/wpa_supplicant/
wpa_ctrl.c 106 * If the ctrl_path isn't an absolute pathname, assume that
167 char pathname[PATH_MAX]; local
173 dirnamelen = (size_t)snprintf(pathname, sizeof(pathname), "%s/", local_socket_dir);
174 if (dirnamelen >= sizeof(pathname)) {
178 namep = pathname + dirnamelen;
183 unlink(pathname);
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c 129 * If the ctrl_path isn't an absolute pathname, assume that
195 char pathname[PATH_MAX]; local
201 dirnamelen = (size_t)snprintf(pathname, sizeof(pathname), "%s/", local_socket_dir);
202 if (dirnamelen >= sizeof(pathname)) {
206 namep = pathname + dirnamelen;
211 unlink(pathname);

Completed in 2347 milliseconds

1 2