HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 176 - 200 of 1668) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/testing/gtest/src/
gtest-filepath.cc 200 // Returns true if pathname describes something findable in the file-system,
214 // Returns true if pathname describes a directory in the file-system
244 // Returns true if pathname describes a root directory. (Windows has one
257 // Returns true if pathname describes an absolute path.
271 // Returns a pathname for a file that does not currently exist. The pathname
274 // already exists. The number will be incremented until a pathname is found
345 // Removes any redundant separators that might be in the pathname.
347 // redundancies that might be in a pathname involving "." or "..".
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc 200 // Returns true if pathname describes something findable in the file-system,
214 // Returns true if pathname describes a directory in the file-system
244 // Returns true if pathname describes a root directory. (Windows has one
257 // Returns true if pathname describes an absolute path.
271 // Returns a pathname for a file that does not currently exist. The pathname
274 // already exists. The number will be incremented until a pathname is found
345 // Removes any redundant separators that might be in the pathname.
347 // redundancies that might be in a pathname involving "." or "..".
  /external/gtest/src/
gtest-filepath.cc 202 // Returns true if pathname describes something findable in the file-system,
216 // Returns true if pathname describes a directory in the file-system
246 // Returns true if pathname describes a root directory. (Windows has one
259 // Returns true if pathname describes an absolute path.
273 // Returns a pathname for a file that does not currently exist. The pathname
276 // already exists. The number will be incremented until a pathname is found
347 // Removes any redundant separators that might be in the pathname.
349 // redundancies that might be in a pathname involving "." or "..".
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 198 // Returns true if pathname describes something findable in the file-system,
212 // Returns true if pathname describes a directory in the file-system
242 // Returns true if pathname describes a root directory. (Windows has one
255 // Returns true if pathname describes an absolute path.
269 // Returns a pathname for a file that does not currently exist. The pathname
272 // already exists. The number will be incremented until a pathname is found
343 // Removes any redundant separators that might be in the pathname.
345 // redundancies that might be in a pathname involving "." or "..".
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 200 // Returns true if pathname describes something findable in the file-system,
214 // Returns true if pathname describes a directory in the file-system
244 // Returns true if pathname describes a root directory. (Windows has one
257 // Returns true if pathname describes an absolute path.
271 // Returns a pathname for a file that does not currently exist. The pathname
274 // already exists. The number will be incremented until a pathname is found
345 // Removes any redundant separators that might be in the pathname.
347 // redundancies that might be in a pathname involving "." or "..".
  /external/protobuf/gtest/src/
gtest-filepath.cc 169 // Returns true if pathname describes something findable in the file-system,
183 // Returns true if pathname describes a directory in the file-system
213 // Returns true if pathname describes a root directory. (Windows has one
226 // Returns true if pathname describes an absolute path.
240 // Returns a pathname for a file that does not currently exist. The pathname
243 // already exists. The number will be incremented until a pathname is found
313 // Normalize removes any redundant separators that might be in the pathname.
315 // redundancies that might be in a pathname involving "." or "..".
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 202 // Returns true if pathname describes something findable in the file-system,
216 // Returns true if pathname describes a directory in the file-system
246 // Returns true if pathname describes a root directory. (Windows has one
259 // Returns true if pathname describes an absolute path.
273 // Returns a pathname for a file that does not currently exist. The pathname
276 // already exists. The number will be incremented until a pathname is found
347 // Removes any redundant separators that might be in the pathname.
349 // redundancies that might be in a pathname involving "." or "..".
  /external/e2fsprogs/debugfs/
debugfs.8.in 133 as an argument to specify an inode (as opposed to a pathname)
141 The second form is a pathname; if the pathname is prefixed by a forward slash
145 If not, the pathname is
511 .BI rm " pathname"
513 .IR pathname .
515 .I pathname
615 .BI undel " <inode_number> [pathname]"
618 link the recovered inode to the specified pathname. The
628 inodes without specifying a destination pathname, and then in a separat
    [all...]
  /external/bison/lib/
fopen.c 60 "A pathname that contains at least one non-slash character and that
62 single dot character ( '.' ) were appended to the pathname."
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/test/
coverage.rake 44 path = coverage_path.join('lib').join(part.pathname.basename)
84 path = coverage_path.join('lib-cov').join(part.pathname.basename)
  /external/chromium_org/content/test/data/indexeddb/
common.js 136 dbname = self.location.pathname.substring(
137 1 + self.location.pathname.lastIndexOf("/"));
  /external/chromium_org/net/android/javatests/src/org/chromium/net/
X509UtilTest.java 57 private static byte[] readFileBytes(String pathname) throws IOException {
58 RandomAccessFile file = new RandomAccessFile(pathname, "r");
  /external/clang/test/Sema/
enable_if.c 8 int open(const char *pathname, int flags) __attribute__((enable_if(!(flags & O_CREAT), "must specify mode when using O_CREAT"))) __attribute__((overloadable)); // expected-note{{candidate disabled: must specify mode when using O_CREAT}}
9 int open(const char *pathname, int flags, mode_t mode) __attribute__((overloadable)); // expected-note{{candidate function not viable: requires 3 arguments, but 2 were provided}}
  /external/ltrace/
filter.c 135 return re_match_or_error(&matcher->libname_re, lib->pathname,
136 "library pathname");
  /external/lzma/CPP/Windows/
FileFind.h 144 HANDLE FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter);
146 HANDLE FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter);
  /external/oprofile/libutil++/
file_manip.cpp 114 static void get_pathname(const char * pathname, void * name_list)
117 file_list->push_back(pathname);
  /system/core/logwrapper/include/logwrap/
logwrap.h 48 * log), or LOG_FILE (and you need to specify a pathname in the
55 * must be set to the pathname of the file to log to.
  /system/core/toolbox/
ls.c 309 const char* pathname = filename; local
313 pathname = tmp;
315 pathname = filename;
318 if(lstat(pathname, &s) < 0) {
319 fprintf(stderr, "lstat '%s' failed: %s\n", pathname, strerror(errno));
328 return listfile_maclabel(pathname, &s);
330 return listfile_long(pathname, &s, flags);
332 return listfile_size(pathname, filename, &s, flags);
  /build/tools/apicheck/etc/
apicheck 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /cts/tools/cts-api-coverage/etc/
cts-api-coverage 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /cts/tools/cts-java-scanner/etc/
cts-java-scanner 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /cts/tools/cts-native-scanner/etc/
cts-native-scanner 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /cts/tools/cts-xml-generator/etc/
cts-xml-generator 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /cts/tools/signature-tools/
sig 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /dalvik/dx/tests/
run-all-tests 18 # and set up progdir to be the fully-qualified pathname of its directory.

Completed in 1653 milliseconds

1 2 3 4 5 6 78 91011>>