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

<<11121314151617181920>>

  /sdk/dumpeventlog/etc/
dumpeventlog 17 # and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/eventanalyzer/etc/
eventanalyzer 17 # and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/files/
post_tools_install.bat 23 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/hierarchyviewer/etc/
hierarchyviewer1 17 # and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/lint/cli/etc/
lint 17 # and set up progdir to be the fully-qualified pathname of its directory.
lint.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/manifmerger/etc/
manifmerger 17 # and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/monkeyrunner/etc/
monkeyrunner.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/screenshot/etc/
screenshot2 17 # and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/traceview/etc/
traceview.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/traceview/src/com/android/traceview/
MethodData.java 76 String signature, String pathname, int lineNumber) {
81 mPathname = pathname;
375 public void setPathname(String pathname) {
376 mPathname = pathname;
  /system/core/liblog/
fake_log_device.c 177 static void configureInitialState(const char* pathName, LogState* logState)
181 logState->debugName = strdup(pathName);
184 if (strcmp(pathName + kDevLogLen, "events") == 0) {
614 static int logOpen(const char* pathName, int flags)
623 configureInitialState(pathName, logState);
641 static int (*redirectOpen)(const char *pathName, int flags) = NULL;
656 redirectOpen = (int (*)(const char *pathName, int flags))open;
667 int fakeLogOpen(const char *pathName, int flags)
672 return redirectOpen(pathName, flags);
  /dalvik/dx/src/com/android/dx/dex/cf/
OptimizerOptions.java 60 * @param optimizeListFile Pathname
61 * @param dontOptimizeListFile Pathname
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java 101 private Class<?> loadClassFromFile(String pathName, String className,
107 theFile = new File(pathName, classNameAsFile);
  /external/e2fsprogs/lib/blkid/
devno.c 137 * This function finds the pathname to a block device with a given
139 * pathname on success, and NULL on failure.
  /external/e2fsprogs/lib/ext2fs/
finddev.c 121 * This function finds the pathname to a block device with a given
123 * pathname on success, and NULL on failure.
  /external/freetype/include/freetype/
ftmac.h 170 /* Return a pathname of the disk file and face index for given font */
177 /* path :: Buffer to store pathname of the file. For passing */
ftsystem.h 296 * pathname ::
328 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /external/linux-tools-perf/Documentation/
perf-report.txt 105 vmlinux pathname
108 kallsyms pathname
  /external/v8/test/preparser/
testcfg.py 100 pathname = join(self.root, filename + ".pyt")
120 execfile(pathname, {"Test": Test, "Template": Template})
  /external/webkit/Source/WebCore/platform/sql/chromium/
SQLiteFileSystemChromiumPosix.cpp 140 // Turns a relative pathname into a full pathname.
SQLiteFileSystemChromiumWin.cpp 112 // Turns a relative pathname into a full pathname.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.4.3/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/i686-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. */

Completed in 3212 milliseconds

<<11121314151617181920>>