Searched
full:pathname (Results
401 -
425 of
1422) sorted by null
<<11121314151617181920>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_commands.py | 31 # under our exclusive control; from that, we can invent a pathname
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
commands.py | 67 # Make command argument from directory and pathname (prefix space, add quotes).
|
nturl2path.py | 1 """Convert a NT pathname to a file URL and vice versa."""
|
zipfile.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_commands.py | 31 # under our exclusive control; from that, we can invent a pathname
|
/prebuilts/sdk/tools/ |
lint | 17 # and set up progdir to be the fully-qualified pathname of its directory.
|
/sdk/apkbuilder/etc/ |
apkbuilder | 17 # and set up progdir to be the fully-qualified pathname of its directory.
|
/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.
|
/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);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
zipfile.py | [all...] |
/dalvik/dx/src/com/android/dx/dex/cf/ |
OptimizerOptions.java | 59 * @param optimizeListFile Pathname 60 * @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/chromium_org/base/third_party/xdg_user_dirs/ |
xdg_user_dir_lookup.cc | 36 * @returns: a newly allocated absolute pathname 176 * @returns: a newly allocated absolute pathname
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteFileSystemPosix.cpp | 140 // Turns a relative pathname into a full pathname.
|
SQLiteFileSystemWin.cpp | 112 // Turns a relative pathname into a full pathname.
|
/external/chromium_org/third_party/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/chromium_org/third_party/libjingle/source/talk/base/ |
logging_unittest.cc | 132 Pathname path; 137 EXPECT_TRUE(stream.Open(path.pathname(), "wb", NULL));
|
/external/chromium_org/v8/test/preparser/ |
testcfg.py | 61 pathname = os.path.join(self.root, filename + ".pyt") 79 execfile(pathname, {"Test": Test, "Template": Template})
|
/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 */
|
Completed in 367 milliseconds
<<11121314151617181920>>