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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/net/android/javatests/src/org/chromium/net/
X509UtilTest.java 65 private static byte[] readFileBytes(String pathname) throws IOException {
66 RandomAccessFile file = new RandomAccessFile(pathname, "r");
  /external/chromium_org/third_party/libjingle/source/talk/base/
gunit.h 41 class Pathname;
110 talk_base::Pathname GetTalkDirectory();
unittest_main.cc 50 talk_base::Pathname GetTalkDirectory() {
52 talk_base::Pathname path = talk_base::Filesystem::GetCurrentDirectory();
  /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.
  /bionic/libc/include/
dlfcn.h 36 const char *dli_fname; /* Pathname of shared object that
  /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.
  /development/ndk/platforms/android-3/include/
fcntl.h 48 extern int unlinkat(int dirfd, const char *pathname, int flags);
  /development/ndk/platforms/android-3/include/linux/raid/
md_u.h 93 char pathname[4096]; member in struct:mdu_bitmap_file_s
  /development/ndk/platforms/android-8/include/
dlfcn.h 36 const char *dli_fname; /* Pathname of shared object that
  /development/tools/apkcheck/etc/
apkcheck 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /external/bison/lib/
progname.h 50 /* Return the full pathname of the current executable, based on the earlier
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.idl 38 [TreatNullAs=NullString] attribute DOMString pathname;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerLocation.h 55 String pathname() const;
WorkerLocation.idl 37 readonly attribute DOMString pathname;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 174 const char *pathname)
182 dirlen = yasm__splitpath(pathname, &filename);
186 if (strncmp(dbgfmt_dwarf2->dirs[dir-1], pathname, dirlen) == 0
197 dbgfmt_dwarf2->dirs[dir-1] = yasm__xstrndup(pathname, dirlen);
222 dbgfmt_dwarf2->filenames[i].pathname = NULL;
229 if (dbgfmt_dwarf2->filenames[filenum].pathname)
230 yasm_xfree(dbgfmt_dwarf2->filenames[filenum].pathname);
233 dbgfmt_dwarf2->filenames[filenum].pathname = yasm__xstrdup(pathname);
490 const char *pathname,
515 const char *pathname, *filename; local
    [all...]
  /external/chromium_org/tools/perf/benchmarks/
sunspider.py 16 js_is_done = ('window.location.pathname.indexOf("results.html") >= 0'
  /external/skia/tests/
PathOpsExtendedTest.h 46 void ShowPath(const SkPath& path, const char* pathName);

Completed in 3222 milliseconds

1 2 3 4 5 6 78 91011>>