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

12345

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dtruncate.c12 int truncate(const char* pathname, off_t length) { argument
13 return ki_truncate(pathname, length);
/external/chromium_org/base/process/
H A Dprocess_handle_freebsd.cc26 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/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 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/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMURLUtilsReadOnly.h64 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/mesa/src/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/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-dbgfmt.h31 char *pathname; /* full pathname (drive+basepath+filename) */ member in struct:__anon16316
33 unsigned long str_off; /* offset into pathname string table */
/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/chromium_org/net/android/javatests/src/org/chromium/net/
H A DX509UtilTest.java57 private static byte[] readFileBytes(String pathname) throws IOException { argument
58 RandomAccessFile file = new RandomAccessFile(pathname, "r");
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprlink.h92 ** 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::__anon14668
243 ** Return the pathname of the file that the library "name" was loaded
/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/perf-3.12.0/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/oprofile/opjitconv/
H A Dopjitconv.h79 struct pathname struct
/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/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DValidationTest.java57 public boolean accept(File pathname) { argument
58 return pathname.isFile() && pathname.getName().startsWith(mPrefix)
59 && pathname.getName().endsWith(".data");
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_bionic.cc147 int WRAP(chdir)(const char* pathname) { argument
148 ERRNO_RTN(ki_chdir(pathname));
242 int WRAP(mkdir)(const char* pathname, mode_t mode) {
243 ERRNO_RTN(ki_mkdir(pathname, mode));
267 int WRAP(open)(const char* pathname, int oflag, mode_t mode, int* newfd) {
268 *newfd = ki_open(pathname, oflag, mode);
294 int WRAP(rmdir)(const char* pathname) {
295 ERRNO_RTN(ki_rmdir(pathname));
313 int WRAP(stat)(const char* pathname, struct nacl_abi_stat* nacl_buf) {
316 int res = ki_stat(pathname,
[all...]
H A Dkernel_wrap_dummy.cc34 int _real_mkdir(const char* pathname, mode_t mode) { argument
51 int _real_open(const char* pathname, int oflag, mode_t mode, int* newfd) { argument
64 int _real_rmdir(const char* pathname) { argument
81 int _real_getcwd(char* pathname, size_t len) { argument
H A Dkernel_wrap_glibc.cc191 int WRAP(chdir)(const char* pathname) { argument
192 ERRNO_RTN(ki_chdir(pathname));
256 int WRAP(mkdir)(const char* pathname, mode_t mode) {
257 RTN_ERRNO_IF(ki_mkdir(pathname, mode) < 0);
282 int WRAP(open)(const char* pathname, int oflag, mode_t mode, int* newfd) {
283 *newfd = ki_open(pathname, oflag, mode);
307 int WRAP(rmdir)(const char* pathname) {
308 RTN_ERRNO_IF(ki_rmdir(pathname) < 0);
329 int WRAP(stat)(const char* pathname, struct nacl_abi_stat* nacl_buf) {
332 int res = ki_stat(pathname,
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocation.cpp101 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) argument
194 url.setPath(pathname);
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftsystem.h296 * pathname ::
328 FT_StreamDesc pathname; member in struct:FT_StreamRec_
/external/chromium_org/third_party/webrtc/base/
H A Dpathutils.cc58 Pathname::Pathname(const std::string& pathname) argument
60 SetPathname(pathname);
91 std::string Pathname::pathname() const { function in class:rtc::Pathname
92 std::string pathname(folder_);
93 pathname.append(basename_);
94 pathname.append(extension_);
95 if (pathname.empty()) {
96 // Instead of the empty pathname, return the current working directory.
97 pathname.push_back('.');
98 pathname
116 SetPathname(const std::string& pathname) argument
133 AppendPathname(const std::string& pathname) argument
233 GetDrive(char *drive, uint32 bytes, const std::string& pathname) argument
[all...]
/external/freetype/include/
H A Dftsystem.h296 * pathname ::
328 FT_StreamDesc pathname; member in struct:FT_StreamRec_

Completed in 464 milliseconds

12345