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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_real.h 21 int _real_mkdir(const char* pathname, mode_t mode);
29 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd);
32 int _real_rmdir(const char* pathname);
kernel_wrap_bionic.cc 147 int WRAP(chdir)(const char* pathname) {
148 ERRNO_RTN(ki_chdir(pathname));
242 int WRAP(mkdir)(const char* pathname, mode_t mode) {
243 ERRNO_RTN(ki_mkdir(pathname, mode));
267 int WRAP(open)(const char* pathname, int oflag, mode_t cmode, int* newfd) {
268 *newfd = ki_open(pathname, oflag);
294 int WRAP(rmdir)(const char* pathname) {
295 ERRNO_RTN(ki_rmdir(pathname));
313 int WRAP(stat)(const char* pathname, struct nacl_abi_stat* nacl_buf) {
316 int res = ki_stat(pathname, &buf)
    [all...]
kernel_wrap_dummy.cc 34 int _real_mkdir(const char* pathname, mode_t mode) {
51 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) {
64 int _real_rmdir(const char* pathname) {
  /external/proguard/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", ""), "");
  /libcore/luni/src/main/java/java/io/
FileFilter.java 29 * Indicating whether a specific file should be included in a pathname list.
31 * @param pathname
36 public abstract boolean accept(File pathname);
  /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/icu/icu4c/source/tools/toolutil/
toolutil.cpp 103 getLongPathname(const char *pathname) {
107 HANDLE file=FindFirstFileA(pathname, &info);
111 const char *basename=findBasename(pathname);
112 if(basename!=pathname) {
114 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
115 uprv_memcpy(info.cFileName, pathname, basename-pathname);
117 pathname=info.cFileName;
122 return pathname;
181 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_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/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/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...]
  /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/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...]
  /bionic/libc/include/
fcntl.h 96 int open(const char* pathname, int flags, ...) {
108 return __open_2(pathname, flags);
111 return __open_real(pathname, flags, __builtin_va_arg_pack());
115 int openat(int dirfd, const char* pathname, int flags, ...) {
127 return __openat_2(dirfd, pathname, flags);
130 return __openat_real(dirfd, pathname, flags, __builtin_va_arg_pack());
  /development/ndk/platforms/android-L/include/
fcntl.h 94 int open(const char* pathname, int flags, ...) {
106 return __open_2(pathname, flags);
109 return __open_real(pathname, flags, __builtin_va_arg_pack());
113 int openat(int dirfd, const char* pathname, int flags, ...) {
125 return __openat_2(dirfd, pathname, flags);
128 return __openat_real(dirfd, pathname, flags, __builtin_va_arg_pack());
  /external/chromium_org/third_party/webrtc/base/
fileutils_unittest.cc 20 Pathname path;
26 Pathname path;
54 Pathname path;
67 Pathname path;
90 Pathname path;
126 Pathname path;
  /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);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
fcntl.h 96 int open(const char* pathname, int flags, ...) {
108 return __open_2(pathname, flags);
111 return __open_real(pathname, flags, __builtin_va_arg_pack());
115 int openat(int dirfd, const char* pathname, int flags, ...) {
127 return __openat_2(dirfd, pathname, flags);
130 return __openat_real(dirfd, pathname, flags, __builtin_va_arg_pack());
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
fcntl.h 96 int open(const char* pathname, int flags, ...) {
108 return __open_2(pathname, flags);
111 return __open_real(pathname, flags, __builtin_va_arg_pack());
115 int openat(int dirfd, const char* pathname, int flags, ...) {
127 return __openat_2(dirfd, pathname, flags);
130 return __openat_real(dirfd, pathname, flags, __builtin_va_arg_pack());
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
fcntl.h 96 int open(const char* pathname, int flags, ...) {
108 return __open_2(pathname, flags);
111 return __open_real(pathname, flags, __builtin_va_arg_pack());
115 int openat(int dirfd, const char* pathname, int flags, ...) {
127 return __openat_2(dirfd, pathname, flags);
130 return __openat_real(dirfd, pathname, flags, __builtin_va_arg_pack());

Completed in 3246 milliseconds

1 23 4 5 6 7 8 91011>>