HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 576 - 600 of 1422) sorted by null

<<21222324252627282930>>

  /external/linux-tools-perf/Documentation/
perf-script.txt 173 vmlinux pathname
176 kallsyms pathname
  /external/tcpdump/
Makefile.in 29 # Pathname of directory to install the binary
31 # Pathname of directory to install the man page
  /external/webp/src/dsp/
cpu-features.c 71 read_file(const char* pathname, char* buffer, size_t buffsize)
75 fd = open(pathname, O_RDONLY);
  /external/webrtc/src/system_wrappers/source/android/
cpu-features.c 71 read_file(const char* pathname, char* buffer, size_t buffsize)
75 fd = open(pathname, O_RDONLY);
  /frameworks/base/media/java/android/media/
MediaExtractor.java 152 * process other than the calling application. This implies that the pathname
154 * directory), and that the pathname should reference a world-readable file.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaMetadataRetrieverTest.java 213 // The pathname does not correspond to any existing file
225 // The pathname does correspond to a file, but this file
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 199 "\tYou may specify the pathname of the copy of make to run.");
271 # Find the full pathname of Make. For DOS systems this is more
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
smbno.h 22 #define ERRbadfile 2 /* File not found (pathname error) */
71 #define ERRfilespecs 67 /* fid and pathname invalid combination */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smbno.h 22 #define ERRbadfile 2 /* File not found (pathname error) */
71 #define ERRfilespecs 67 /* fid and pathname invalid combination */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smbno.h 22 #define ERRbadfile 2 /* File not found (pathname error) */
71 #define ERRfilespecs 67 /* fid and pathname invalid combination */
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 513 Char *pathname; /* NULL if not a regular file or unknown */ member in struct:OpenFd
542 if(i->pathname)
543 VG_(arena_free) (VG_AR_CORE, i->pathname);
553 tid is -1, this indicates an inherited fd. If the pathname is NULL,
558 void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd, char *pathname)
569 if (i->pathname) VG_(arena_free)(VG_AR_CORE, i->pathname);
587 i->pathname = VG_(arena_strdup)(VG_AR_CORE, "syswrap.rfdowgn.2", pathname);
701 if (i->pathname) {
    [all...]
  /art/runtime/
jni_internal.h 70 * Loads the given shared library. 'path' is an absolute pathname.
  /art/test/
run-all-tests 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /bionic/libc/include/sys/
stat.h 164 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 243 * Remove trailing slash except when the resolved pathname
  /build/tools/droiddoc/templates-ds/assets/design/
default.js 3 var pagePath = document.location.pathname;
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 316 var basePath = getBaseUri(location.pathname);
373 var basePath = getBaseUri(location.pathname);
428 var path = getBaseUri(location.pathname);
575 l = getBaseUri(location.pathname);
  /build/tools/droiddoc/templates-pdk/assets/design/
default.js 3 var pagePath = document.location.pathname;
  /build/tools/droiddoc/templates-sac/assets/design/
default.js 3 var pagePath = document.location.pathname;
  /build/tools/droiddoc/templates-sdk/assets/design/
default.js 3 var pagePath = document.location.pathname;
  /dalvik/dx/tests/
run-test 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /dalvik/tests/
run-all-tests 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
ApplyTemplates.groovy 69 * the output path, including pathname substitution and extension removal.
  /external/bison/m4/
lib-ld.m4 65 # Canonicalize the pathname of ld
  /external/chromium/chrome/browser/resources/options/
options.js 170 var path = document.location.pathname;

Completed in 1682 milliseconds

<<21222324252627282930>>