/system/core/adb/ |
sysdeps.h | 166 extern void* load_file(const char* pathname, unsigned* psize); 322 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) 324 return open( pathname, options, mode ); 328 static __inline__ int adb_open( const char* pathname, int options ) 330 int fd = open( pathname, options );
|
/system/core/init/ |
util.c | 282 int mkdir_recursive(const char *pathname, mode_t mode) 286 const char *p = pathname; 292 width = slash - pathname; 302 memcpy(buf, pathname, width); 310 ret = mkdir(pathname, mode);
|
/sdk/traceview/src/com/android/traceview/ |
DmTraceReader.java | 505 String pathname = null; local 510 pathname = tokens[4]; 512 pathname = constructPathname(className, pathname); 518 pathname = tokens[2]; 524 pathname, lineNumber)); 527 private String constructPathname(String className, String pathname) { 530 && pathname.endsWith(".java")) 531 pathname = className.substring(0, index + 1) + pathname; [all...] |
/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 221 char PathName[MAX_PATH + 1]; 238 array_lengthof(PathName), 239 PathName, 243 else if (length > array_lengthof(PathName)) { 254 // Make sure PathName is valid. 255 PathName[MAX_PATH] = 0; 256 return PathName;
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wpa_ctrl.c | 129 * If the ctrl_path isn't an absolute pathname, assume that 195 char pathname[PATH_MAX]; local 201 dirnamelen = (size_t)snprintf(pathname, sizeof(pathname), "%s/", local_socket_dir); 202 if (dirnamelen >= sizeof(pathname)) { 206 namep = pathname + dirnamelen; 211 unlink(pathname);
|
/external/llvm/lib/Archive/ |
ArchiveReader.cpp | 119 std::string pathname; local 126 pathname.assign(At, nulp != 0 ? (uintptr_t)(nulp - At) : len); 142 // the member's data. The pathname already has the #1/ stripped. 143 pathname.assign(ARFILE_LLVM_SYMTAB_NAME); 150 pathname.assign(ARFILE_STRTAB_NAME); 159 pathname.assign(ARFILE_SVR4_SYMTAB_NAME); 175 pathname.assign(namep, last_p - namep); 197 pathname.assign(ARFILE_BSD4_SYMTAB_NAME); 207 pathname.assign(Hdr->name, slash - Hdr->name); 226 member->path.set(pathname); [all...] |
/cts/tests/tests/permission/src/android/permission/cts/ |
FileSystemPermissionTest.java | 415 @Override public boolean accept(File pathname) { 416 return pathname.isDirectory(); 429 @Override public boolean accept(File pathname) { 430 return pathname.isFile(); 456 @Override public boolean accept(File pathname) { 457 return pathname.isDirectory();
|
/external/jmonkeyengine/engine/src/test/jme3test/ |
TestChooser.java | 236 public boolean accept(File pathname) { 237 return (pathname.isDirectory() && !pathname.getName().startsWith(".")) 238 || (pathname.getName().endsWith(".class") 239 && (pathname.getName().indexOf("Test") >= 0) 240 && pathname.getName().indexOf('$') < 0);
|
/external/libselinux/src/ |
android.c | 506 int selinux_android_restorecon(const char *pathname) 518 if (lstat(pathname, &sb) < 0) 523 if (lgetfilecon(pathname, &oldcontext) < 0) 526 if (selabel_lookup(sehandle, &newcontext, pathname, sb.st_mode) < 0) 530 if (lsetfilecon(pathname, newcontext) < 0) 545 __FUNCTION__, pathname, strerror(errno));
|
/system/core/toolbox/ |
ls.c | 316 const char* pathname = filename; local 320 pathname = tmp; 322 pathname = filename; 326 return listfile_maclabel(pathname, flags); 328 return listfile_long(pathname, flags); 330 return listfile_size(pathname, filename, flags);
|
/external/webkit/Source/WebCore/page/ |
Location.cpp | 105 String Location::pathname() const function in class:WebCore::Location 199 void Location::setPathname(const String& pathname, DOMWindow* activeWindow, DOMWindow* firstWindow) 204 url.setPath(pathname);
|
/ndk/sources/host-tools/make-3.81/w32/ |
pathstuff.c | 83 * Convert to forward slashes. Resolve to full pathname optionally 118 * Convert delimiter separated pathnames (e.g. PATH) or single file pathname 184 break; /* thing found was a WINDOWS32 pathname */
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
optimizations.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/ |
results.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", ""), "");
|
testimonials.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/tools/cfassembler/etc/ |
cfassembler | 18 # and set up progdir to be the fully-qualified pathname of its directory.
|
/cts/tools/dasm/etc/ |
dasm | 18 # and set up progdir to be the fully-qualified pathname of its directory.
|
/dalvik/opcode-gen/ |
opcode-gen | 37 # and set up progdir to be the fully-qualified pathname of its directory.
|
regen-all | 18 # and set up progdir to be the fully-qualified pathname of its directory.
|
/dalvik/tools/dexdeps/etc/ |
dexdeps | 18 # and set up progdir to be the fully-qualified pathname of its directory.
|
/development/scripts/ |
symbol.py | 85 lib: library (or executable) pathname containing symbols 109 lib: library (or executable) pathname containing symbols 154 lib: library (or executable) pathname containing symbols 194 lib: library (or executable) pathname containing symbols
|
/external/bluetooth/glib/glib/ |
gfileutils.h | 120 int g_mkdir_with_parents (const gchar *pathname,
|
/external/chromium/base/ |
base_switches.cc | 45 // against the whole pathname and not just the module. E.g.,
|
vlog.h | 39 // against the whole pathname and not just the module. E.g.,
|
/external/e2fsprogs/ext2ed/ |
ext2_com.c | 62 wprintw (command_win,"Error - Use a full pathname (begin with '/')\n");refresh_command_win ();return;
|