/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/layoutopt/app/etc/ |
layoutopt | 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/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; 374 public void setPathname(String pathname) { 375 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/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.
|
/prebuilt/linux-x86/toolchain/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. */
|
/prebuilt/linux-x86/toolchain/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
|
/frameworks/base/cmds/installd/ |
utils.c | 255 int delete_dir_contents(const char *pathname, 262 d = opendir(pathname); 264 LOGE("Couldn't opendir %s: %s\n", pathname, strerror(errno)); 270 if (rmdir(pathname)) { 271 LOGE("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/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 234 char PathName[MAX_PATH + 1]; 251 array_lengthof(PathName), 252 PathName, 256 else if (length > array_lengthof(PathName)) { 267 // Make sure PathName is valid. 268 PathName[MAX_PATH] = 0; 269 return PathName;
|