Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 25 of 56) sorted by relevance

123

/external/chromium/third_party/libjingle/source/talk/base/
Dpathutils.cc75 Pathname::Pathname(const std::string& pathname) in Pathname()
108 std::string Pathname::pathname() const { in pathname() function in talk_base::Pathname
109 std::string pathname(folder_); in pathname() local
133 void Pathname::SetPathname(const std::string& pathname) { in SetPathname()
150 void Pathname::AppendPathname(const std::string& pathname) { in AppendPathname()
251 const std::string& pathname) { in GetDrive()
Dunixfilesystem.cc96 std::string pathname(path.pathname()); in CreateFolder() local
171 bool UnixFilesystem::GetTemporaryFolder(Pathname &pathname, bool create, in GetTemporaryFolder()
290 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath()
309 bool UnixFilesystem::IsFile(const Pathname& pathname) { in IsFile()
316 bool UnixFilesystem::IsAbsent(const Pathname& pathname) { in IsAbsent()
324 bool UnixFilesystem::GetFileSize(const Pathname& pathname, size_t *size) { in GetFileSize()
Dfileutils.h305 static bool CreateFolder(const Pathname &pathname) { in CreateFolder()
350 static bool IsFolder(const Pathname& pathname) { in IsFolder()
354 static bool IsFile(const Pathname &pathname) { in IsFile()
358 static bool IsAbsent(const Pathname &pathname) { in IsAbsent()
362 static bool IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath()
Dwin32filesystem.cc50 bool Win32Filesystem::CreateFolder(const Pathname &pathname) { in CreateFolder()
214 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create, in GetTemporaryFolder()
313 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath()
324 bool Win32Filesystem::GetFileSize(const Pathname &pathname, size_t *size) { in GetFileSize()
Ddiskcache.cc284 Pathname pathname; in IdToFilename() local
298 Pathname pathname(filename); in FilenameToId() local
Dfileutils.cc266 std::string pathname = path.pathname(); in DirectoryIterator() local
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-filepath.h63 explicit FilePath(const char* pathname) : pathname_(pathname) { } in FilePath()
64 explicit FilePath(const String& pathname) : pathname_(pathname) { } in FilePath()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath()
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-filepath.h64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath()
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
/external/gtest/include/gtest/internal/
Dgtest-filepath.h64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath()
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-filepath.h64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath()
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
/external/protobuf/gtest/include/gtest/internal/
Dgtest-filepath.h64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath()
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
/external/open-vcdiff/gtest/include/gtest/internal/
Dgtest-filepath.h64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath()
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
/external/oprofile/opjitconv/
Dopjitconv.h79 struct pathname struct
81 char * name;
82 struct list_head neighbor;
/external/e2fsprogs/lib/ext2fs/
Dnamei.c31 char *pathname; in follow_link() local
76 const char *pathname, int pathlen, in dir_namei()
114 const char *pathname, size_t pathlen, int follow, in open_namei()
/external/webkit/Source/WebCore/workers/
DWorkerLocation.cpp62 String WorkerLocation::pathname() const in pathname() function in WebCore::WorkerLocation
/external/javassist/src/main/javassist/
DClassPoolTail.java126 JarClassPath(String pathname) throws NotFoundException { in JarClassPath()
241 public ClassPath insertClassPath(String pathname) in insertClassPath()
247 public ClassPath appendClassPath(String pathname) in appendClassPath()
253 private static ClassPath makePathObject(String pathname) in makePathObject()
/external/linux-tools-perf/util/
Dpath.c92 char *pathname = get_pathname(); in mkpath() local
105 char *pathname = get_pathname(); in perf_path() local
/external/emma/core/java12/com/vladium/util/
DFiles.java106 String pathname = tokenizer.nextToken (); in pathToFiles() local
127 public static String canonicalizePathname (final String pathname) in canonicalizePathname()
/external/libselinux/src/
Dandroid.c643 int selinux_android_restorecon(const char *pathname) in selinux_android_restorecon()
692 static int file_requires_fixup(const char *pathname, in file_requires_fixup()
750 static int fixcon_file(const char *pathname, in fixcon_file()
766 static int fixcon_recursive(const char *pathname, in fixcon_recursive()
800 int selinux_android_fixcon(const char *pathname) in selinux_android_fixcon()
/external/webkit/Source/WebCore/page/
DLocation.cpp105 String Location::pathname() const in pathname() function in WebCore::Location
199 void Location::setPathname(const String& pathname, DOMWindow* activeWindow, DOMWindow* firstWindow) in setPathname()
/external/icu4c/tools/toolutil/
Dtoolutil.cpp92 getLongPathname(const char *pathname) { in getLongPathname()
170 uprv_mkdir(const char *pathname, UErrorCode *status) { in uprv_mkdir()
/external/webkit/Source/WebCore/bindings/js/
DJSLocationCustom.cpp222 UString pathname = value.toString(exec); in setPathname() local
230 UString pathname = value.toString(exec); in setSearch() local
/external/e2fsprogs/intl/
Dlocalcharset.c73 # define relocate(pathname) (pathname) argument
/external/oprofile/libutil++/
Dfile_manip.cpp114 static void get_pathname(const char * pathname, void * name_list) in get_pathname()

123