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

1 2 3 4 5 6 7 8

  /external/chromium_org/base/process/
process_handle_freebsd.cc 26 char pathname[PATH_MAX]; local
30 length = sizeof(pathname);
32 if (sysctl(mib, arraysize(mib), pathname, &length, NULL, 0) < 0 ||
37 return FilePath(std::string(pathname));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMURLUtilsReadOnly.h 64 static String pathname(const KURL& url) { return url.path(); } function in class:blink::DOMURLUtilsReadOnly
65 String pathname() { return pathname(url()); } function in class:blink::DOMURLUtilsReadOnly
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-dbgfmt.h 31 char *pathname; /* full pathname (drive+basepath+filename) */ member in struct:__anon20934
33 unsigned long str_off; /* offset into pathname string table */
  /external/e2fsprogs/lib/ext2fs/
namei.c 25 const char *pathname, size_t pathlen, int follow,
32 char *pathname; local
66 pathname = buffer;
68 pathname = (char *)&(ei.i_block[0]);
69 retval = open_namei(fs, root, dir, pathname, ei.i_size, 1,
77 * This routine interprets a pathname in the context of the current
80 * (pointing into the pathname) and the length of the filename.
83 const char *pathname, int pathlen,
94 if ((c = *pathname) == '/') {
96 pathname++
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlink.h 92 ** is a machine-dependent name for the library, such as the full pathname
107 ** a pathname. Mac OS, on the other hand, uses the FSSpec
119 ** a pathname, a Mac code fragment by name, and a Mac code fragment
135 const char *pathname; member in union:PRLibSpec::__anon19286
243 ** Return the pathname of the file that the library "name" was loaded
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
path.c 92 char *pathname = get_pathname(); local
95 len = vsnprintf(pathname, PATH_MAX, fmt, args);
99 return cleanup_path(pathname);
105 char *pathname = get_pathname(); local
112 memcpy(pathname, perf_dir, len);
114 pathname[len++] = '/';
116 len += vsnprintf(pathname + len, PATH_MAX - len, fmt, args);
120 return cleanup_path(pathname);
  /external/oprofile/opjitconv/
opjitconv.h 79 struct pathname struct
  /external/qemu/util/
path.c 24 char *pathname; member in struct:pathelem
53 new->pathname = g_strdup_printf("%s/%s", root, name);
74 if ((dir = opendir(path->pathname)) != NULL) {
98 *e = new_entry(root->pathname, root, name);
126 return cursor->pathname;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Location.cpp 101 String Location::pathname() const function in class:blink::Location
105 return DOMURLUtilsReadOnly::pathname(url());
189 void Location::setPathname(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& pathname)
194 url.setPath(pathname);
  /external/chromium_org/third_party/freetype/include/freetype/
ftsystem.h 296 * pathname ::
328 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /external/chromium_org/third_party/webrtc/base/
diskcache.cc 267 Pathname pathname; local
268 pathname.SetFolder(folder_);
269 pathname.SetBasename(buffer);
270 pathname.SetExtension(extension);
276 return pathname.pathname();
281 Pathname pathname(filename);
283 if (1 != sscanf(pathname.extension().c_str(), ".%u", &tempdex)
    [all...]
fileutils.cc 61 bool DirectoryIterator::Iterate(const Pathname &dir) {
62 directory_ = dir.pathname();
66 std::string d = dir.pathname() + '*';
151 bool FilesystemInterface::CopyFolder(const Pathname &old_path,
152 const Pathname &new_path) {
155 Pathname new_dir;
156 new_dir.SetFolder(new_path.pathname());
157 Pathname old_dir;
158 old_dir.SetFolder(old_path.pathname());
164 if (di->Iterate(old_dir.pathname())) {
257 std::string pathname = path.pathname(); local
    [all...]
pathutils.cc 43 // Pathname - parsing of pathnames into components, and vice versa
46 bool Pathname::IsFolderDelimiter(char ch) {
50 char Pathname::DefaultFolderDelimiter() {
54 Pathname::Pathname()
58 Pathname::Pathname(const std::string& pathname)
60 SetPathname(pathname);
63 Pathname::Pathname(const std::string& folder, const std::string& filename
91 std::string Pathname::pathname() const { function in class:rtc::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/
ftsystem.h 296 * pathname ::
328 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /external/ltrace/
library.h 164 const char *pathname; member in struct:library
191 /* Set library pathname. Frees the old name if necessary. */
options.h 81 char *pathname; member in struct:opt_F_t
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftsystem.h 303 * pathname ::
335 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftsystem.h 303 * pathname ::
335 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /external/emma/lib/internal/
stamptool.jar 
  /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
108 * @param pathname {@code non-null;} path element to process
114 public ClassPathOpener(String pathname, boolean sort, Consumer consumer) {
115 this(pathname, sort, acceptAll, consumer);
121 * @param pathname {@code non-null;} path element to process
127 public ClassPathOpener(String pathname, boolean sort, FileNameFilter filter,
129 this.pathname = pathname;
142 File file = new File(pathname);
    [all...]
  /development/ndk/platforms/android-3/include/linux/raid/
md_u.h 93 char pathname[4096]; member in struct:mdu_bitmap_file_s
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 83 char *pathname, *basename; member in struct:__anon17039
267 printf("adding %s (%ld byte%s)\n", files[i].pathname, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s");
271 file=T_FileStream_open(files[i].pathname, "rb");
273 fprintf(stderr, "gencmn: unable to open listed file %s\n", files[i].pathname);
288 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");
349 sprintf(buffer, "extern const char\n %s%s[]", symPrefix?symPrefix:"", files[0].pathname);
352 sprintf(buffer, ",\n %s%s[]", symPrefix?symPrefix:"", files[i].pathname);
389 sprintf(buffer, " { \"%s\", %s%s }", files[0].basename, symPrefix?symPrefix:"", files[0].pathname);
392 sprintf(buffer, ",\n { \"%s\", %s%s }", files[i].basename, symPrefix?symPrefix:"", files[i].pathname);
426 /* store the pathname */
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h 33 char *pathname; /* full filename */ member in struct:__anon20937
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 83 char *pathname, *basename; member in struct:__anon26844
267 printf("adding %s (%ld byte%s)\n", files[i].pathname, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s");
271 file=T_FileStream_open(files[i].pathname, "rb");
273 fprintf(stderr, "gencmn: unable to open listed file %s\n", files[i].pathname);
288 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");
349 sprintf(buffer, "extern const char\n %s%s[]", symPrefix?symPrefix:"", files[0].pathname);
352 sprintf(buffer, ",\n %s%s[]", symPrefix?symPrefix:"", files[i].pathname);
389 sprintf(buffer, " { \"%s\", %s%s }", files[0].basename, symPrefix?symPrefix:"", files[0].pathname);
392 sprintf(buffer, ",\n { \"%s\", %s%s }", files[i].basename, symPrefix?symPrefix:"", files[i].pathname);
426 /* store the pathname */
    [all...]

Completed in 420 milliseconds

1 2 3 4 5 6 7 8