HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 276 - 300 of 1327) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
mount.x 38 const MNTPATHLEN = 1024; /* maximum bytes in a pathname argument */
63 * The type dirpath is the pathname of a directory
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix1_lim.h 94 /* Number of bytes in a pathname. */
126 resolution of a pathname in the absence of a loop. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
mount.x 38 const MNTPATHLEN = 1024; /* maximum bytes in a pathname argument */
63 * The type dirpath is the pathname of a directory
  /frameworks/base/cmds/installd/
utils.c 255 int delete_dir_contents(const char *pathname,
262 d = opendir(pathname);
264 ALOGE("Couldn't opendir %s: %s\n", pathname, strerror(errno));
270 if (rmdir(pathname)) {
271 ALOGE("Couldn't rmdir %s: %s\n", pathname, strerror(errno));
  /frameworks/base/tools/aapt/
Package.cpp 41 bool okayToCompress(Bundle* bundle, const String8& pathName);
416 bool okayToCompress(Bundle* bundle, const String8& pathName)
418 String8 ext = pathName.getPathExtension();
432 int pos = pathName.length() - strlen(str);
436 const char* path = pathName.string();
  /external/libpcap/
Makefile.in 29 # Pathname of directory to install the include files
31 # Pathname of directory to install the library
33 # Pathname of directory to install the man page
  /frameworks/base/graphics/java/android/graphics/
BitmapRegionDecoder.java 131 * @param pathName complete path name for the file to be decoded.
142 public static BitmapRegionDecoder newInstance(String pathName,
148 stream = new FileInputStream(pathName);
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
introduction.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", ""), "");
  /bionic/libc/include/sys/
stat.h 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
  /bionic/libc/kernel/common/linux/raid/
md_u.h 100 char pathname[4096]; member in struct:mdu_bitmap_file_s
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 188 var basePath = getBaseUri(location.pathname);
206 var basePath = getBaseUri(location.pathname);
260 var path = getBaseUri(location.pathname);
431 l = getBaseUri(location.pathname);
  /cts/tools/signature-tools/
sig-check 18 # and set up progdir to be the fully-qualified pathname of its directory.
sig-create 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /dalvik/dx/etc/
dx 18 # and set up progdir to be the fully-qualified pathname of its directory.
dx.bat 22 REM and set up progdir to be the fully-qualified pathname of its directory.
  /development/ndk/platforms/android-3/include/sys/
stat.h 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
  /development/ndk/platforms/android-9/arch-mips/include/sys/
stat.h 135 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
  /external/chromium/chrome/browser/ui/webui/
bookmarks_ui_uitest.cc 56 L"domAutomationController.send(location.pathname)", &out));
  /external/chromium/third_party/libjingle/source/talk/base/
win32.h 87 // Convert a Utf8 path representation to a non-length-limited Unicode pathname.
  /external/e2fsprogs/debugfs/
debugfs.c 1209 char *pathname = NULL; local
1215 retval = ext2fs_get_pathname(current_fs, cwd, 0, &pathname);
1218 "while trying to get pathname of cwd");
1221 cwd, pathname ? pathname : "NULL");
1222 if (pathname) {
1223 free(pathname);
1224 pathname = NULL;
1226 retval = ext2fs_get_pathname(current_fs, root, 0, &pathname);
1229 "while trying to get pathname of root")
    [all...]
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 16 * <ino> is zero, then ext2fs_get_pathname will return pathname
  /external/libffi/testsuite/
run-all-tests 30 # and set up progdir to be the fully-qualified pathname of its directory.
  /external/mdnsresponder/mDNSShared/
mDNSResponder.8 84 .Pa /usr/sbin/mDNSResponder \" Pathname
  /external/oprofile/opjitconv/
opjitconv.h 79 struct pathname struct
  /external/smali/scripts/
baksmali 18 # and set up progdir to be the fully-qualified pathname of its directory.

Completed in 1446 milliseconds

<<11121314151617181920>>