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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 157 _POSIX_NO_TRUNC Pathname components longer than
464 /* Get the pathname of the current working directory,
481 /* Put the absolute pathname of the current working directory in BUF.
734 /* Return the pathname of the terminal FD is open on, or NULL on errors.
738 /* Store at most BUFLEN characters of the pathname of the terminal FD is
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 157 _POSIX_NO_TRUNC Pathname components longer than
464 /* Get the pathname of the current working directory,
481 /* Put the absolute pathname of the current working directory in BUF.
734 /* Return the pathname of the terminal FD is open on, or NULL on errors.
738 /* Store at most BUFLEN characters of the pathname of the terminal FD is
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 157 _POSIX_NO_TRUNC Pathname components longer than
464 /* Get the pathname of the current working directory,
481 /* Put the absolute pathname of the current working directory in BUF.
734 /* Return the pathname of the terminal FD is open on, or NULL on errors.
738 /* Store at most BUFLEN characters of the pathname of the terminal FD is
    [all...]
  /external/openssh/
sftp.c 511 pathname_is_dir(char *pathname)
513 size_t l = strlen(pathname);
515 return l > 0 && pathname[l - 1] == '/';
1169 /* Get first pathname (mandatory) */
1176 /* Get second pathname (optional) */
1205 /* Get pathname (mandatory) */
1262 /* Get pathname (mandatory) */
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 10 var basePath = getBaseUri(location.pathname);
110 var pagePath = document.location.pathname;
727 var basePath = getBaseUri(location.pathname);
865 var path = getBaseUri(location.pathname);
1068 window.location = getBaseUri(location.pathname);
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 10 var basePath = getBaseUri(location.pathname);
133 var pagePath = document.location.pathname;
792 var basePath = getBaseUri(location.pathname);
930 var path = getBaseUri(location.pathname);
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 2176 char pathname[strlen(vgdb_dir_name) + strlen(f->d_name) + 1]; local
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java     [all...]
  /external/e2fsprogs/ext2ed/doc/
ext2fs-overview.sgml 911 symbolic link is just a <Literal remap="tt">pathname</Literal> which is accessible from an inode.
938 When the pathname contains up to 64 bytes, it can be saved directly in the
941 because the pathname resolution can be done using the inode itself, without
943 an inode. The length of the pathname is stored in the <Literal remap="tt">i&lowbar;size</Literal>
954 <Literal remap="tt">i&lowbar;block[0]</Literal>) and the pathname is stored in it. It is called slow
955 because the kernel needs to read additional block to resolve the pathname.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 186 def _waitfor(func, pathname, waitall=False):
188 func(pathname)
191 dirname = pathname
193 dirname, name = os.path.split(pathname)
195 # Check for `pathname` to be removed from the filesystem.
216 warnings.warn('tests may fail, delete still pending for ' + pathname,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 186 def _waitfor(func, pathname, waitall=False):
188 func(pathname)
191 dirname = pathname
193 dirname, name = os.path.split(pathname)
195 # Check for `pathname` to be removed from the filesystem.
216 warnings.warn('tests may fail, delete still pending for ' + pathname,
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_osinst.c 78 ** Maximum pathname length supported by the vfslog backend.
535 ** Populate buffer zOut with the full canonical pathname corresponding
536 ** to the pathname in zPath. zOut is guaranteed to point to a buffer
    [all...]
  /external/llvm/lib/Support/Windows/
Path.inc 271 char pathname[MAX_PATH];
272 DWORD ret = ::GetModuleFileNameA(NULL, pathname, MAX_PATH);
273 return ret != MAX_PATH ? pathname : "";
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 217 /** Selection by server pathname for a given account */
504 * Returns a Mailbox from the database, given its pathname and account id. All mailbox
509 * @param path the fully qualified, remote pathname
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 548 /* Routine to construct pathname, given the search path name and the
549 HEADER we are trying to find, return a constructed pathname to
550 try and open. If this is NULL, the constructed pathname is as
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 548 /* Routine to construct pathname, given the search path name and the
549 HEADER we are trying to find, return a constructed pathname to
550 try and open. If this is NULL, the constructed pathname is as
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 548 /* Routine to construct pathname, given the search path name and the
549 HEADER we are trying to find, return a constructed pathname to
550 try and open. If this is NULL, the constructed pathname is as
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 548 /* Routine to construct pathname, given the search path name and the
549 HEADER we are trying to find, return a constructed pathname to
550 try and open. If this is NULL, the constructed pathname is as
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/docs/
downloads.html 12 window.top.location.replace("index.html#"+window.location.pathname+window.location.hash);
14 var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), "");
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
ant.html 11 window.top.location.replace("../index.html#"+window.location.pathname+window.location.hash);
13 var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), "");
  /art/test/
run-test 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 11 var basePath = getBaseUri(location.pathname);
132 var pagePath = document.location.pathname;
807 var basePath = getBaseUri(location.pathname);
    [all...]
  /dalvik/tests/
run-test 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /external/chromium_org/chrome/common/mac/
cfbundle_blocker.mm 45 // an absolute pathname ending in '/'.
  /external/chromium_org/chrome_frame/test/data/
chrome_frame_tester_helpers.js 180 var path = window.location.pathname;

Completed in 6256 milliseconds

<<21222324252627282930>>