HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 51 - 75 of 1409) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/
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", ""), "");
  /system/core/init/
util.h 34 int mkdir_recursive(const char *pathname, mode_t mode);
43 int restorecon(const char *pathname);
44 int restorecon_recursive(const char *pathname);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.cpp 88 getLongPathname(const char *pathname) {
92 HANDLE file=FindFirstFileA(pathname, &info);
96 const char *basename=findBasename(pathname);
97 if(basename!=pathname) {
99 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
100 uprv_memcpy(info.cFileName, pathname, basename-pathname);
102 pathname=info.cFileName;
107 return pathname;
166 uprv_mkdir(const char *pathname, UErrorCode *status)
    [all...]
  /external/icu4c/tools/toolutil/
toolutil.cpp 92 getLongPathname(const char *pathname) {
96 HANDLE file=FindFirstFileA(pathname, &info);
100 const char *basename=findBasename(pathname);
101 if(basename!=pathname) {
103 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
104 uprv_memcpy(info.cFileName, pathname, basename-pathname);
106 pathname=info.cFileName;
111 return pathname;
170 uprv_mkdir(const char *pathname, UErrorCode *status)
    [all...]
  /external/e2fsprogs/intl/
relocatable.c 71 /* Pathname support.
101 Relocation simply replaces a pathname starting with the original prefix
102 by the corresponding pathname with the current prefix instead. Both
139 Relocation simply replaces a pathname starting with the original prefix
140 by the corresponding pathname with the current prefix instead. Both
165 file, and the current pathname of this file. Returns NULL upon failure. */
249 /* The last pathname component was the same. opi and cpi now point
280 /* Full pathname of shared library, or NULL. */
285 /* Determine the full pathname of the shared library when it is loaded. */
364 /* Return the full pathname of the current shared library
    [all...]
  /external/chromium/testing/gtest/include/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).
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describes a directory in the file-syste
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/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).
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describes a directory in the file-syste
    [all...]
  /external/gtest/include/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).
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describes a directory in the file-syste
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/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).
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describes a directory in the file-syste
    [all...]
  /external/llvm/utils/unittest/googletest/include/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).
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describes a directory in the file-syste
    [all...]
  /external/mesa3d/src/gtest/include/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).
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describes a directory in the file-syste
    [all...]
  /external/open-vcdiff/gtest/include/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).
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describes a directory in the file-syste
    [all...]
  /external/protobuf/gtest/include/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).
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describes a directory in the file-syste
    [all...]
  /dalvik/vm/
Native.cpp 148 * hash is on the "pathName" field.
151 char* pathName; /* absolute path to library */
171 return strcmp(pLib->pathName, name);
188 pLib, pLib->pathName, pNewLib, pNewLib->pathName);
189 return strcmp(pLib->pathName, pNewLib->pathName);
193 * Check to see if an entry with the same pathname already exists.
195 static SharedLib* findSharedLibEntry(const char* pathName)
197 u4 hash = dvmComputeUtf8Hash(pathName);
    [all...]
  /frameworks/base/core/java/android/os/
SELinux.java 70 * @param path the pathname of the file object.
135 * @param pathname The pathname of the file to be relabeled.
137 * @exception NullPointerException if the pathname is a null object.
139 public static boolean restorecon(String pathname) throws NullPointerException {
140 if (pathname == null) { throw new NullPointerException(); }
141 return native_restorecon(pathname);
151 * @param pathname The pathname of the file to be relabeled.
154 private static native boolean native_restorecon(String pathname);
    [all...]
  /external/chromium_org/testing/gtest/include/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).
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
98 // Returns a pathname for a file that does not currently exist. The pathname
101 // already exists. The number will be incremented until a pathname is found
156 // Returns true if pathname describes a directory in the file-system
165 // Returns true if pathname describes a root directory. (Windows has one
169 // Returns true if pathname describes an absolute path
    [all...]
  /external/javassist/src/main/javassist/
ClassPoolTail.java 126 JarClassPath(String pathname) throws NotFoundException {
128 jarfile = new JarFile(pathname);
129 jarfileURL = new File(pathname).getCanonicalFile()
134 throw new NotFoundException(pathname);
241 public ClassPath insertClassPath(String pathname)
244 return insertClassPath(makePathObject(pathname));
247 public ClassPath appendClassPath(String pathname)
250 return appendClassPath(makePathObject(pathname));
253 private static ClassPath makePathObject(String pathname)
256 String lower = pathname.toLowerCase()
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/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).
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
98 // Returns a pathname for a file that does not currently exist. The pathname
101 // already exists. The number will be incremented until a pathname is found
156 // Returns true if pathname describes a directory in the file-system
165 // Returns true if pathname describes a root directory. (Windows has one
169 // Returns true if pathname describes an absolute path
    [all...]
  /external/lzma/CPP/Windows/
FileDir.h 28 bool MyRemoveDirectory(LPCTSTR pathName);
29 bool MyCreateDirectory(LPCTSTR pathName);
30 bool CreateComplexDirectory(LPCTSTR pathName);
37 bool MyRemoveDirectory(LPCWSTR pathName);
38 bool MyCreateDirectory(LPCWSTR pathName);
39 bool CreateComplexDirectory(LPCWSTR pathName);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-dbgfmt.h 31 char *pathname; /* full pathname (drive+basepath+filename) */ member in struct:__anon16358
33 unsigned long str_off; /* offset into pathname string table */
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_glibc.cc 148 int WRAP(chdir) (const char* pathname) {
149 return (ki_chdir(pathname)) ? errno : 0;
209 int WRAP(mkdir)(const char* pathname, mode_t mode) {
210 return (ki_mkdir(pathname, mode)) ? errno : 0;
229 int WRAP(open)(const char* pathname, int oflag, mode_t cmode, int* newfd) {
230 *newfd = ki_open(pathname, oflag);
254 int WRAP(rmdir)(const char* pathname) {
255 return (ki_rmdir(pathname) < 0) ? errno : 0;
269 int WRAP(stat)(const char *pathname, struct nacl_abi_stat *nacl_buf) {
272 int res = ki_stat(pathname, &buf)
    [all...]
kernel_wrap_newlib.cc 108 int WRAP(open)(const char* pathname, int oflag, mode_t cmode, int* newfd) {
109 *newfd = ki_open(pathname, oflag);
127 int WRAP(stat)(const char* pathname, struct stat* buf) {
128 return (ki_stat(pathname, buf) < 0) ? errno : 0;
158 int _real_mkdir(const char* pathname, mode_t mode) {
171 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) {
172 return REAL(open)(pathname, oflag, cmode, newfd);
183 int _real_rmdir(const char* pathname) {
  /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.

Completed in 1241 milliseconds

1 23 4 5 6 7 8 91011>>