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

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 139 var basePath = getBaseUri(location.pathname);
352 var path = getBaseUri(location.pathname);
488 l = getBaseUri(location.pathname);
  /libcore/luni/src/main/java/java/lang/
Runtime.java 322 * @param pathName
327 public void load(String pathName) {
328 load(pathName, VMStack.getCallingClassLoader());
System.java 517 * @param pathName
520 public static void load(String pathName) {
521 Runtime.getRuntime().load(pathName, VMStack.getCallingClassLoader());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 99 /** Selection by server pathname for a given account */
247 * Returns a Mailbox from the database, given its pathname and account id. All mailbox
252 * @param path the fully qualified, remote pathname
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 377 * Processes one pathname element.
379 * @param pathname {@code non-null;} the pathname to process. May
384 private static boolean processOne(String pathname) {
387 opener = new ClassPathOpener(pathname, false,
    [all...]
  /prebuilt/linux-x86/toolchain/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...]
  /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...]

Completed in 1762 milliseconds

<<11121314151617181920>>