HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 251 - 275 of 1210) sorted by null

<<11121314151617181920>>

  /external/dropbear/
svr-authpubkey.c 182 /* allocate max required pathname storage,
277 /* allocate max required pathname storage,
  /external/e2fsprogs/intl/
libgnuintl.h 369 Relocation simply replaces a pathname starting with the original prefix
370 by the corresponding pathname with the current prefix instead. Both
libgnuintl.h.in 369 Relocation simply replaces a pathname starting with the original prefix
370 by the corresponding pathname with the current prefix instead. Both
localcharset.c 73 # define relocate(pathname) (pathname)
localealias.c 68 # define relocate(pathname) (pathname)
  /external/icu4c/common/
putilimp.h 232 * Determine whether a pathname is absolute or not, as defined by the platform.
233 * @param path Pathname to test
  /external/llvm/include/llvm/Support/
PathV1.h 379 /// @returns true if the pathname references an existing file or
388 /// @returns true if the pathname references an existing directory.
395 /// @returns true if the pathname references an existing symlink.
404 /// @returns true if the pathname references a readable file.
413 /// @returns true if the pathname references a writable file.
428 /// @returns true if the pathname references an executable file.
477 /// A period and the \p suffix are appended to the end of the pathname.
479 /// @brief Adds a period and the \p suffix to the end of the pathname.
    [all...]
  /external/pcre/
pcregrep.c     [all...]
  /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/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);
  /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 */

Completed in 1446 milliseconds

<<11121314151617181920>>