HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 76 - 100 of 1275) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/core/init/
util.h 34 int mkdir_recursive(const char *pathname, mode_t mode);
  /external/wpa_supplicant/
wpa_ctrl.c 106 * If the ctrl_path isn't an absolute pathname, assume that
167 char pathname[PATH_MAX]; local
173 dirnamelen = (size_t)snprintf(pathname, sizeof(pathname), "%s/", local_socket_dir);
174 if (dirnamelen >= sizeof(pathname)) {
178 namep = pathname + dirnamelen;
183 unlink(pathname);
  /external/zlib/contrib/minizip/
zip.h 116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append));
120 pathname contain on Windows XP a filename like "c:\\zlib\\zlib113.zip" or on
122 if the file pathname exist and append==APPEND_STATUS_CREATEAFTER, the zip
125 if the file pathname exist and append==APPEND_STATUS_ADDINZIP, we will
137 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
142 extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname,
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 111 // Returns true if pathname describes something findable in the file-system,
123 // Returns true if pathname describes a directory in the file-system
142 // Returns a pathname for a file that does not currently exist. The pathname
145 // already exists. The number will be incremented until a pathname is found
  /external/srec/portable/include/
PFileSystem.h 143 * Returns the canonical pathname string of this abstract pathname.
145 * A canonical pathname is both absolute and unique. The precise definition of canonical
146 * form is system-dependent. This method first converts this pathname to absolute form.
147 * This typically involves removing redundant names such as "." and ".." from the pathname,
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.c 679 wchar_t *pathname; local
683 pathname = _dbus_win_utf8_to_utf16 (lpPathName, NULL);
684 if (!pathname)
687 result = CreateDirectoryW (pathname, lpSecurityAttributes);
690 dbus_free (pathname);
699 wchar_t *pathname; local
703 pathname = _dbus_win_utf8_to_utf16 (lpPathName, NULL);
704 if (!pathname)
707 result = RemoveDirectoryW (pathname);
710 dbus_free (pathname);
744 wchar_t *pathname; local
    [all...]
  /external/chromium/testing/gtest/src/
gtest-filepath.cc 200 // Returns true if pathname describes something findable in the file-system,
214 // Returns true if pathname describes a directory in the file-system
244 // Returns true if pathname describes a root directory. (Windows has one
257 // Returns true if pathname describes an absolute path.
271 // Returns a pathname for a file that does not currently exist. The pathname
274 // already exists. The number will be incremented until a pathname is found
345 // Removes any redundant separators that might be in the pathname.
347 // redundancies that might be in a pathname involving "." or "..".
  /external/gtest/src/
gtest-filepath.cc 166 // Returns true if pathname describes something findable in the file-system,
185 // Returns true if pathname describes a directory in the file-system
215 // Returns true if pathname describes a root directory. (Windows has one
228 // Returns true if pathname describes an absolute path.
242 // Returns a pathname for a file that does not currently exist. The pathname
245 // already exists. The number will be incremented until a pathname is found
316 // Normalize removes any redundant separators that might be in the pathname.
318 // redundancies that might be in a pathname involving "." or "..".
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 200 // Returns true if pathname describes something findable in the file-system,
214 // Returns true if pathname describes a directory in the file-system
244 // Returns true if pathname describes a root directory. (Windows has one
257 // Returns true if pathname describes an absolute path.
271 // Returns a pathname for a file that does not currently exist. The pathname
274 // already exists. The number will be incremented until a pathname is found
345 // Removes any redundant separators that might be in the pathname.
347 // redundancies that might be in a pathname involving "." or "..".
  /external/protobuf/gtest/src/
gtest-filepath.cc 169 // Returns true if pathname describes something findable in the file-system,
183 // Returns true if pathname describes a directory in the file-system
213 // Returns true if pathname describes a root directory. (Windows has one
226 // Returns true if pathname describes an absolute path.
240 // Returns a pathname for a file that does not currently exist. The pathname
243 // already exists. The number will be incremented until a pathname is found
313 // Normalize removes any redundant separators that might be in the pathname.
315 // redundancies that might be in a pathname involving "." or "..".
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 323 @Override public boolean accept(File pathname) {
324 return pathname.isDirectory();
337 @Override public boolean accept(File pathname) {
338 return pathname.isFile();
358 @Override public boolean accept(File pathname) {
359 return pathname.isDirectory();
  /external/oprofile/libutil++/
file_manip.cpp 114 static void get_pathname(const char * pathname, void * name_list)
117 file_list->push_back(pathname);
  /external/quake/quake/src/QW/client/
bothdefs.h 66 #define MAX_QPATH 64 // max length of a quake game pathname
67 #define MAX_OSPATH 128 // max length of a filesystem pathname
  /hardware/msm7k/libgralloc-qsd8k/
gralloc.cpp 103 virtual int open(const char* pathname, int flags, int mode) {
104 return ::open(pathname, flags, mode);
pmemalloc.h 79 virtual int open(const char* pathname, int flags, int mode) = 0;
140 virtual int open(const char* pathname, int flags, int mode) = 0;
  /bionic/libc/include/
dlfcn.h 36 const char *dli_fname; /* Pathname of shared object that
fcntl.h 48 extern int unlinkat(int dirfd, const char *pathname, int flags);
  /bionic/libc/kernel/common/linux/raid/
md_u.h 93 char pathname[4096]; member in struct:mdu_bitmap_file_s
  /build/tools/apicheck/etc/
apicheck 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /cts/tools/cts-api-coverage/etc/
cts-api-coverage 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /cts/tools/cts-native-xml-generator/etc/
cts-native-xml-generator 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /cts/tools/signature-tools/
sig 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /dalvik/dx/tests/
run-all-tests 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /development/ndk/platforms/android-3/include/
fcntl.h 48 extern int unlinkat(int dirfd, const char *pathname, int flags);
  /development/ndk/platforms/android-3/include/linux/raid/
md_u.h 93 char pathname[4096]; member in struct:mdu_bitmap_file_s

Completed in 1795 milliseconds

1 2 34 5 6 7 8 91011>>