HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 126 - 150 of 1668) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/util/
path.c 24 char *pathname; member in struct:pathelem
53 new->pathname = g_strdup_printf("%s/%s", root, name);
74 if ((dir = opendir(path->pathname)) != NULL) {
98 *e = new_entry(root->pathname, root, name);
126 return cursor->pathname;
  /cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DocletRunner.java 96 public boolean accept(File pathname) {
97 return pathname.isDirectory() || pathname.toString().endsWith(".java");
  /external/chromium_org/content/public/common/
child_process_host.h 73 // Returns the pathname to be used for a child process. If a subprocess
74 // pathname was specified on the command line, that will be used. Otherwise,
75 // the default child process pathname will be returned. On most platforms,
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
frame.js 79 var pathname = anchorEl.pathname;
82 var matches = pathname.match(/demo(?:\/(.*))?$/);
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 45 int sys_open(const char* pathname, int flags) {
50 return open(pathname, flags, mode);
52 return syscall(__NR_openat, AT_FDCWD, pathname, flags, mode);
218 int BrokerProcess::Access(const char* pathname, int mode) const {
219 return PathAndFlagsSyscall(kCommandAccess, pathname, mode);
222 int BrokerProcess::Open(const char* pathname, int flags) const {
223 return PathAndFlagsSyscall(kCommandOpen, pathname, flags);
231 const char* pathname, int flags) const {
235 if (!pathname)
254 !GetFileNameIfAllowedToOpen(pathname, flags, NULL))
    [all...]
broker_process.h 55 int Access(const char* pathname, int mode) const;
60 int Open(const char* pathname, int flags) const;
71 const char* pathname,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-dbgfmt.c 49 dbgfmt_cv->filenames[i].pathname = NULL;
72 if (dbgfmt_cv->filenames[i].pathname)
73 yasm_xfree(dbgfmt_cv->filenames[i].pathname);
  /external/proguard/docs/
license.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", ""), "");
screenshots.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/proguard/docs/manual/
limitations.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", ""), "");
wtk.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/proguard/docs/manual/retrace/
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", ""), "");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 39 """Return true if the pathname refers to an existing directory."""
80 # pathname component; the root is everything before that.
86 """Split the extension from a pathname.
macpath.py 0 """Pathname and path-related operations for the Macintosh."""
26 # Normalize the case of a pathname. Dummy in Posix, but <s>.lower() here.
59 """Split a pathname into two parts: the directory leading up to the final
78 """Split a pathname into a drive specification and the rest of the
99 """Return true if the pathname refers to a symbolic link."""
132 """Normalize a pathname. Will return the same result for
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py 39 """Return true if the pathname refers to an existing directory."""
80 # pathname component; the root is everything before that.
86 """Split the extension from a pathname.
macpath.py 0 """Pathname and path-related operations for the Macintosh."""
26 # Normalize the case of a pathname. Dummy in Posix, but <s>.lower() here.
59 """Split a pathname into two parts: the directory leading up to the final
78 """Split a pathname into a drive specification and the rest of the
99 """Return true if the pathname refers to a symbolic link."""
132 """Normalize a pathname. Will return the same result for
  /prebuilts/tools/common/proguard/proguard4.7/docs/
acknowledgements.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", ""), "");
license.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", ""), "");
screenshots.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/manual/
limitations.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", ""), "");
wtk.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/manual/retrace/
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", ""), "");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 215 public boolean accept(File pathname) {
217 if (FileUtils.getFileStatus(pathname.getPath(), status, true)) {
220 Log.w(TAG, "Could not stat " + pathname);
232 public boolean accept(File pathname) {
233 if (FileUtils.getFileStatus(pathname.getPath(), status, true)) {
240 Log.w(TAG, "Could not stat " + pathname);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
gl-matrix.rb 57 Pathname.new File.expand_path('../..', File.dirname(__FILE__))
62 # the result. Returns the destination as a Pathname.
  /frameworks/base/graphics/java/android/graphics/
Movie.java 65 public static Movie decodeFile(String pathName) {
68 is = new FileInputStream(pathName);

Completed in 1206 milliseconds

1 2 3 4 56 7 8 91011>>