Searched defs:pathname (Results 1 - 25 of 87) sorted by relevance

1234

/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
49 // handles platform-specific conventions (like the pathname separator).
64 explicit FilePath(const char* pathname) : pathname_(pathname) { argument
68 explicit FilePath(const String& pathname) : pathname_(pathname) { argument
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describe
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
49 // handles platform-specific conventions (like the pathname separator).
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { argument
98 // Returns a pathname for a file that does not currently exist. The pathname
101 // already exists. The number will be incremented until a pathname is found
156 // Returns true if pathname describes a directory in the file-system
165 // Returns true if pathname describes a root directory. (Windows has one
169 // Returns true if pathname describe
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
49 // handles platform-specific conventions (like the pathname separator).
64 explicit FilePath(const char* pathname) : pathname_(pathname) { argument
68 explicit FilePath(const String& pathname) : pathname_(pathname) { argument
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describe
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
49 // handles platform-specific conventions (like the pathname separator).
64 explicit FilePath(const char* pathname) : pathname_(pathname) { argument
68 explicit FilePath(const String& pathname) : pathname_(pathname) { argument
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describe
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
49 // handles platform-specific conventions (like the pathname separator).
64 explicit FilePath(const char* pathname) : pathname_(pathname) { argument
68 explicit FilePath(const String& pathname) : pathname_(pathname) { argument
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describe
[all...]
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs_info.c45 char *pathname = NULL; variable
52 if(pathname)
53 free(pathname);
55 pathname = NULL;
61 if(pathname)
62 free(pathname);
64 pathname = name;
130 if(pathname)
131 INFO("%s\n", pathname);
H A Dunsquashfs_xattr.c35 void write_xattr(char *pathname, unsigned int xattr) argument
50 ERROR("Failed to read xattrs for file %s\n", pathname);
61 int res = lsetxattr(pathname, xattr_list[i].full_name,
80 pathname);
104 pathname);
115 pathname, strerror(errno));
128 xattr_list[i].full_name, pathname);
H A Dpseudo.h39 char *pathname; member in struct:pseudo_entry
H A Dxattr.h113 static inline void write_xattr(char *pathname, unsigned int xattr) argument
/external/e2fsprogs/lib/ext2fs/
H A Dnamei.c25 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
82 dir_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, const char *pathname, int pathlen, int link_count, char *buf, const char **name, int *namelen, ext2_ino_t *res_inode) argument
120 open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t base, const char *pathname, size_t pathlen, int follow, int link_count, char *buf, ext2_ino_t *res_inode) argument
[all...]
/external/emma/core/java12/com/vladium/util/
H A DFiles.java106 String pathname = tokenizer.nextToken ();
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) argument
129 if (pathname == null) throw new IllegalArgumentException ("null input: pathname");
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dpath.c92 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/bison/lib/
H A Dspawn-pipe.c78 nonintr_open (const char *pathname, int oflag, mode_t mode) argument
83 retval = open (pathname, oflag, mode);
/external/freetype/include/
H A Dftsystem.h305 * pathname ::
337 FT_StreamDesc pathname; member in struct:FT_StreamRec_
/external/javassist/src/main/javassist/
H A DClassPoolTail.java126 JarClassPath(String pathname) throws NotFoundException { argument
128 jarfile = new JarFile(pathname);
129 jarfileURL = new File(pathname).getCanonicalFile()
134 throw new NotFoundException(pathname);
241 public ClassPath insertClassPath(String pathname) argument
244 return insertClassPath(makePathObject(pathname));
247 public ClassPath appendClassPath(String pathname) argument
250 return appendClassPath(makePathObject(pathname));
253 private static ClassPath makePathObject(String pathname) argument
256 String lower = pathname
[all...]
/external/ltrace/
H A Dlibrary.h164 const char *pathname; member in struct:library
191 /* Set library pathname. Frees the old name if necessary. */
H A Doptions.h81 char *pathname; member in struct:opt_F_t
/external/pdfium/third_party/freetype/include/
H A Dftsystem.h296 * pathname ::
328 FT_StreamDesc pathname; member in struct:FT_StreamRec_
/external/emma/lib/internal/
H A Dstamptool.jar ... .io.FileReader in String endTime String endTime String pathname char ps java.io.FileReader in String startTime ...
/external/e2fsprogs/intl/
H A Drelocatable.c101 Relocation simply replaces a pathname starting with the original prefix
102 by the corresponding pathname with the current prefix instead. Both
139 Relocation simply replaces a pathname starting with the original prefix
140 by the corresponding pathname with the current prefix instead. Both
165 file, and the current pathname of this file. Returns NULL upon failure. */
249 /* The last pathname component was the same. opi and cpi now point
280 /* Full pathname of shared library, or NULL. */
285 /* Determine the full pathname of the shared library when it is loaded. */
364 /* Return the full pathname of the current shared library.
383 /* Returns the pathname, relocate
386 relocate(const char *pathname) argument
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.c83 char *pathname, *basename; member in struct:__anon6006
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...]
H A Dtoolutil.cpp103 getLongPathname(const char *pathname) { argument
107 HANDLE file=FindFirstFileA(pathname, &info);
111 const char *basename=findBasename(pathname);
112 if(basename!=pathname) {
114 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
115 uprv_memcpy(info.cFileName, pathname, basename-pathname);
117 pathname=info.cFileName;
122 return pathname;
184 uprv_mkdir(const char *pathname, UErrorCod argument
[all...]
/external/lldb/source/Symbol/
H A DCompileUnit.cpp20 CompileUnit::CompileUnit (const lldb::ModuleSP &module_sp, void *user_data, const char *pathname, const lldb::user_id_t cu_sym_id, lldb::LanguageType language) : argument
22 FileSpec (pathname, false),
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-common.c243 SysRes ML_(am_open) ( const HChar* pathname, Int flags, Int mode ) argument
248 VKI_AT_FDCWD, (UWord)pathname, flags, mode);
250 SysRes res = VG_(do_syscall4)(__NR_openat, VKI_AT_FDCWD, (UWord)pathname,
253 SysRes res = VG_(do_syscall3)(__NR_open, (UWord)pathname, flags, mode);
/external/vboot_reference/cgpt/
H A Dcgpt_find.c181 static char pathname[BUFSIZE]; // we'll return this. local
186 sprintf(pathname, "%s/%s", devdirs[i], basename);
188 if (0 != stat(pathname, &statbuf))
204 return pathname;
216 char *pathname; local
233 if ((pathname = is_wholedev(partname))) {
234 if (do_search(params, pathname)) {

Completed in 758 milliseconds

1234