/external/e2fsprogs/misc/ |
uuidd.8.in | 66 Specify the pathname where the pid file should be written. By default, 70 Specify the pathname used for the unix-domain socket used by uuidd. By 71 default, the pathname used is /var/lib/libuuid/request. This is primarily 72 for debugging purposes, since the pathname is hard-coded in the libuuid
|
/external/valgrind/main/ |
vg-in-place | 3 # Figure out an absolute pathname to this file, based on
|
/development/testrunner/ |
android_build.py | 31 """Returns the full pathname of the "top" of the Android development tree. 52 """Returns the full pathname of out/host/arch of the Android development tree. 95 """Returns the full pathname of the "out" of the Android development tree. 110 """Compute the full pathname to the host binary directory. 131 """Returns the full pathname to the target/product directory. 153 """Returns the full pathname to the target/product system/bin directory. 173 """Returns the full pathname to the host java library output directory. 193 """Returns the full pathname to the test app build output directory.
|
/external/chromium_org/remoting/webapp/ |
cs_oauth2_trampoline.js | 14 if (window.location.pathname == officialPath || 15 window.location.pathname == unofficialPath) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
prettify.rb | 4 require 'pathname' 7 $LOAD_PATH << Pathname.new(__FILE__).dirname.realpath.to_s
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/ |
ClassPathScanner.java | 44 * Tests whether or not the specified abstract pathname should be included in a class path 47 * @param pathName the relative path of the class path entry 103 public boolean accept(String pathName) { 104 return !pathName.contains("$"); 127 public boolean accept(String pathName) { 128 return pathName.startsWith(mPkgName); 151 public boolean accept(String pathName) { 152 return !pathName.startsWith(mPkgName);
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
ClassPathOpener.java | 39 /** {@code non-null;} pathname to start with */ 40 private final String pathname; field in class:ClassPathOpener 108 * @param pathname {@code non-null;} path element to process 114 public ClassPathOpener(String pathname, boolean sort, Consumer consumer) { 115 this(pathname, sort, acceptAll, consumer); 121 * @param pathname {@code non-null;} path element to process 127 public ClassPathOpener(String pathname, boolean sort, FileNameFilter filter, 129 this.pathname = pathname; 142 File file = new File(pathname); [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
gtest-filepath.h | 48 // FilePath - a class for file and directory pathname manipulation which 49 // handles platform-specific conventions (like the pathname separator). 63 explicit FilePath(const char* pathname) : pathname_(pathname) { } 64 explicit FilePath(const String& pathname) : pathname_(pathname) { } 82 // Returns a pathname for a file that does not currently exist. The pathname 85 // already exists. The number will be incremented until a pathname is found 137 // Returns true if pathname describes a directory in the file-syste [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
file.h | 87 /** Split a UNIX pathname into head (directory) and tail (base filename) 90 * \param path pathname 97 /** Split a Windows pathname into head (directory) and tail (base filename) 100 * \param path pathname 107 /** Split a pathname into head (directory) and tail (base filename) portions. 110 * \param path pathname 125 * \return Current working directory pathname (newly allocated). 130 /** Convert a relative or absolute pathname into an absolute pathname. 132 * \param path pathname [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
diskcache.cc | 284 Pathname pathname; local 285 pathname.SetFolder(folder_); 286 pathname.SetBasename(buffer); 287 pathname.SetExtension(extension); 293 return pathname.pathname(); 298 Pathname pathname(filename); 300 if (1 != sscanf(pathname.extension().c_str(), ".%u", &tempdex) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
diskcache.cc | 284 Pathname pathname; local 285 pathname.SetFolder(folder_); 286 pathname.SetBasename(buffer); 287 pathname.SetExtension(extension); 293 return pathname.pathname(); 298 Pathname pathname(filename); 300 if (1 != sscanf(pathname.extension().c_str(), ".%u", &tempdex) [all...] |
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
RootProcessScanner.java | 88 private static boolean isUnapprovedRootProcess(File pathname) 90 return isPidDirectory(pathname) 91 && !isKernelProcess(pathname) 92 && isRootProcess(pathname); 95 private static boolean isPidDirectory(File pathname) { 96 return pathname.isDirectory() && Pattern.matches("\\d+", pathname.getName());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os2emxpath.py | 2 """Common pathname manipulations, OS/2 EMX version. 31 # Normalize the case of a pathname and map slashes to backslashes. 36 """Normalize case of pathname. 45 """Join two or more pathname components, inserting sep as needed""" 59 """Split a pathname into UNC mount point and relative path specifiers. 89 """Returns the final component of a pathname""" 96 """Returns the directory component of a pathname"""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os2emxpath.py | 2 """Common pathname manipulations, OS/2 EMX version. 31 # Normalize the case of a pathname and map slashes to backslashes. 36 """Normalize case of pathname. 45 """Join two or more pathname components, inserting sep as needed""" 59 """Split a pathname into UNC mount point and relative path specifiers. 89 """Returns the final component of a pathname""" 96 """Returns the directory component of a pathname"""
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMURLUtilsReadOnly.h | 65 static String pathname(const KURL& url) { return url.path(); } function in class:WebCore::DOMURLUtilsReadOnly 66 static String pathname(DOMURLUtilsReadOnly* impl) { return pathname(impl->url()); } function in class:WebCore::DOMURLUtilsReadOnly
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediarecorder_unittest.cc | 44 talk_base::Pathname(path), "wb"); 55 sink_.reset(new RtpDumpSink(Open(path_.pathname()))); 84 talk_base::Pathname path_; 100 EXPECT_TRUE(talk_base::Filesystem::IsFile(path_.pathname())); 186 talk_base::Pathname path; 189 std::string send_file = path.pathname(); 191 std::string recv_file = path.pathname(); 261 talk_base::Pathname path; 264 std::string send_header_file = path.pathname(); 266 std::string recv_header_file = path.pathname(); [all...] |
/external/oprofile/libutil/ |
op_file.h | 64 typedef void (*get_pathname_callback)(char const * pathname, void * name_list); 77 * @param filter a pathname filter 86 * dir is of type 'dir' and its complete pathname contains a match to
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
index.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", ""), "");
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
quality.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", ""), "");
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
navigate_unittest.py | 26 self._tab.EvaluateJavaScript('document.location.pathname;'),
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBitmapFactory.java | 46 public static Bitmap decodeFile(String pathName) { 47 return create("file:" + pathName); 51 public static Bitmap decodeFile(String pathName, BitmapFactory.Options options) { 52 return create("file:" + pathName, options);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
osdefs.h | 40 /* Max pathname length */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
osdefs.h | 40 /* Max pathname length */
|
/system/extras/fatblock/ |
fdpool.h | 27 int fdpool_open(struct pooled_fd *pfd, const char *pathname, int flags);
|
/system/core/init/ |
util.c | 275 int mkdir_recursive(const char *pathname, mode_t mode) 279 const char *p = pathname; 285 width = slash - pathname; 295 memcpy(buf, pathname, width); 303 ret = make_dir(pathname, mode); 496 int restorecon(const char *pathname) 505 if (lstat(pathname, &sb) < 0) 507 if (selabel_lookup(sehandle, &secontext, pathname, sb.st_mode) < 0) 509 if (lsetfilecon(pathname, secontext) < 0) { 524 int restorecon_recursive(const char* pathname) [all...] |