HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 301 - 325 of 1275) sorted by null

<<11121314151617181920>>

  /external/quake/quake/src/WinQuake/
quakedef.h 102 #define MAX_QPATH 64 // max length of a quake game pathname
103 #define MAX_OSPATH 128 // max length of a filesystem pathname
  /external/tcpdump/
Makefile.in 29 # Pathname of directory to install the binary
31 # Pathname of directory to install the man page
  /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/android/cpufeatures/
cpu-features.c 83 read_file(const char* pathname, char* buffer, size_t buffsize)
87 fd = open(pathname, O_RDONLY);
  /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
  /prebuilt/linux-x86/toolchain/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 */
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
AddOnTarget.java 235 public boolean accept(File pathname) {
236 return pathname.isDirectory();
  /external/pcre/
pcregrep.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 533 Char *pathname; /* NULL if not a regular file or unknown */ member in struct:OpenFd
562 if(i->pathname)
563 VG_(arena_free) (VG_AR_CORE, i->pathname);
573 tid is -1, this indicates an inherited fd. If the pathname is NULL,
578 void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd, char *pathname)
589 if (i->pathname) VG_(arena_free)(VG_AR_CORE, i->pathname);
607 i->pathname = VG_(arena_strdup)(VG_AR_CORE, "syswrap.rfdowgn.2", pathname);
721 if (i->pathname) {
    [all...]
  /external/bluetooth/glib/glib/
gconvert.c     [all...]
  /bionic/libc/bionic/
realpath.c 184 * Remove trailing slash except when the resolved pathname
  /bionic/libc/unistd/
fnmatch.c 37 * Compares a filename or pathname to a pattern.
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.js 316 var basePath = getBaseUri(location.pathname);
373 var basePath = getBaseUri(location.pathname);
427 var path = getBaseUri(location.pathname);
574 l = getBaseUri(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.
  /external/chromium/chrome/browser/resources/options/
options.js 170 var path = document.location.pathname;
  /external/e2fsprogs/debugfs/
debugfs.o 
  /external/e2fsprogs/lib/blkid/
blkidP.h 41 char *bid_name; /* Device inode pathname */
  /external/e2fsprogs/po/
at-expand.pl 54 "#. then return the pathname of directory <ino2>)\n",
  /external/freetype/src/base/
ftsystem.c 234 stream->pathname.pointer = (char*)filepathname;
  /external/ipsec-tools/src/racoon/
misc.c 126 /* truncate pathname */
  /external/llvm/lib/Linker/
Linker.cpp 167 // Determine if the pathname can be found as it stands.
  /external/openssl/crypto/dso/
dso.h 174 /* Return pathname of the module containing location */
304 /* This function writes null-terminated pathname of DSO module
309 * accomodate pathname is returned. If 'addr' is NULL, then
310 * pathname of cryptolib itself is returned. Negative or zero
  /external/openssl/include/openssl/
dso.h 174 /* Return pathname of the module containing location */
304 /* This function writes null-terminated pathname of DSO module
309 * accomodate pathname is returned. If 'addr' is NULL, then
310 * pathname of cryptolib itself is returned. Negative or zero

Completed in 580 milliseconds

<<11121314151617181920>>