/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 | 132 * @param pathName complete path name for the file to be decoded. 143 public static BitmapRegionDecoder newInstance(String pathName, 149 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/kernel/common/linux/raid/ |
md_u.h | 100 char pathname[4096]; member in struct:mdu_bitmap_file_s
|
/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/ |
dexmerger | 18 # and set up progdir to be the fully-qualified pathname of its directory.
|
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/chromium_org/base/ |
base_switches.cc | 46 // against the whole pathname and not just the module. E.g.,
|
/external/chromium_org/chrome/browser/extensions/ |
unpacked_installer.h | 105 // The pathname of the directory to load from, which is an absolute path
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
player_testapi.js | 85 location.href = location.origin + location.pathname + '?' + url;
|
/external/chromium_org/components/nacl/browser/ |
nacl_browser_delegate.h | 61 // full pathname of a file in the local filesystem. |file_path| should not be
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Location.h | 66 String pathname() const;
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
symbol.py | 134 lib: library (or executable) pathname containing symbols 158 lib: library (or executable) pathname containing symbols 228 lib: library (or executable) pathname containing symbols 302 lib: library (or executable) pathname containing symbols
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32.cc | 421 // Non-unc path: <pathname> 422 // Becomes: \\?\<pathname> 427 // Unc path: \\<server>\<pathname> 428 // Becomes: \\?\UNC\<server>\<pathname>
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediarecorder.h | 41 class Pathname;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-dbgfmt.h | 33 char *pathname; /* full filename */ member in struct:__anon14506
|
/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 | 19 * <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.
|