Searched refs:FilePath (Results 1 - 25 of 292) sorted by relevance

1234567891011>>

/external/libchrome/base/files/
H A Dfile_path_constants.cc13 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("\\/");
15 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("/");
18 const size_t FilePath::kSeparatorsLength = arraysize(kSeparators);
20 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL(".");
21 const FilePath::CharType FilePath::kParentDirectory[] = FILE_PATH_LITERAL("..");
23 const FilePath
[all...]
H A Dfile_util.h49 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
56 BASE_EXPORT int64_t ComputeDirectorySize(const FilePath& root_path);
70 BASE_EXPORT bool DeleteFile(const FilePath& path, bool recursive);
78 BASE_EXPORT bool DeleteFileAfterReboot(const FilePath& path);
86 BASE_EXPORT bool Move(const FilePath& from_path, const FilePath& to_path);
94 BASE_EXPORT bool ReplaceFile(const FilePath& from_path,
95 const FilePath& to_path,
103 BASE_EXPORT bool CopyFile(const FilePath
[all...]
H A Dscoped_temp_dir.h37 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
41 bool Set(const FilePath& path) WARN_UNUSED_RESULT;
48 FilePath Take();
50 const FilePath& path() const { return path_; }
56 FilePath path_;
H A Dfile_path.h5 // FilePath is a container for pathnames stored in a platform's native string
26 // FilePath objects are intended to be used anywhere paths are. An
27 // application may pass FilePath objects around internally, masking the
30 // OpenFile(const FilePath &) function may be made available, allowing all
39 // Several methods are available to perform common operations on a FilePath
42 // to an existing FilePath object (Append). These methods are highly
48 // instances of FilePath objects, and are therefore safe to use on const
51 // To aid in initialization of FilePath objects from string literals, a
58 // Because a FilePath object should not be instantiated at the global scope,
59 // instead, use a FilePath
145 class BASE_EXPORT FilePath { class in namespace:base
[all...]
H A Dfile_enumerator.cc14 bool FileEnumerator::ShouldSkip(const FilePath& path) {
15 FilePath::StringType basename = path.BaseName().value();
/external/deqp/framework/delibs/decpp/
H A DdeFilePath.hpp36 class FilePath class in namespace:de
50 FilePath (void);
51 FilePath (const std::string& path);
52 FilePath (const char* path);
53 FilePath (const std::vector<std::string>& components);
54 ~FilePath (void);
64 static FilePath join (const FilePath& a, const FilePath& b);
65 FilePath
89 inline FilePath::FilePath (void) function in class:de::FilePath
93 inline FilePath::FilePath (const std::string& path) function in class:de::FilePath
98 inline FilePath::FilePath (const char* path) function in class:de::FilePath
[all...]
H A DdeFilePath.cpp45 const std::string FilePath::separator = "\\";
47 const std::string FilePath::separator = "/";
50 FilePath::FilePath (const std::vector<std::string>& components) function in class:de::FilePath
60 void FilePath::split (std::vector<std::string>& components) const
89 FilePath FilePath::join (const std::vector<std::string>& components)
91 return FilePath(components);
94 FilePath& FilePath
[all...]
/external/libmojo/base/android/
H A Dpath_utils.h14 class FilePath;
19 // application. The result is placed in the FilePath pointed to by 'result'.
22 BASE_EXPORT bool GetDataDirectory(FilePath* result);
26 BASE_EXPORT bool GetDatabaseDirectory(FilePath* result);
29 // the FilePath pointed to by 'result'. This method is dedicated for
32 BASE_EXPORT bool GetCacheDirectory(FilePath* result);
35 // in the FilePath pointed to by 'result'.
36 BASE_EXPORT bool GetThumbnailCacheDirectory(FilePath* result);
39 // in the FilePath pointed to by 'result'.
40 BASE_EXPORT bool GetDownloadsDirectory(FilePath* resul
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath { class in namespace:testing::internal
61 FilePath() : pathname_("") { } function in class:testing::internal::FilePath
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath
64 explicit FilePath(const char* pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
68 explicit FilePath(const String& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
72 FilePath& operator=(const FilePath
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath { class in namespace:testing::internal
61 FilePath() : pathname_("") { } function in class:testing::internal::FilePath
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath
64 explicit FilePath(const char* pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
68 explicit FilePath(const String& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
72 FilePath& operator=(const FilePath
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath { class in namespace:testing::internal
61 FilePath() : pathname_("") { } function in class:testing::internal::FilePath
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath
64 explicit FilePath(const char* pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
68 explicit FilePath(const String& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
72 FilePath& operator=(const FilePath
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath { class in namespace:testing::internal
61 FilePath() : pathname_("") { } function in class:testing::internal::FilePath
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath
64 explicit FilePath(const char* pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
68 explicit FilePath(const String& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
72 FilePath& operator=(const FilePath
[all...]
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath { class in namespace:testing::internal
61 FilePath() : pathname_("") { } function in class:testing::internal::FilePath
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
68 FilePath& operator=(const FilePath& rhs) {
73 void Set(const FilePath
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath { class in namespace:testing::internal
61 FilePath() : pathname_("") { } function in class:testing::internal::FilePath
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
68 FilePath& operator=(const FilePath& rhs) {
73 void Set(const FilePath
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath { class in namespace:testing::internal
61 FilePath() : pathname_("") { } function in class:testing::internal::FilePath
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
68 FilePath& operator=(const FilePath& rhs) {
73 void Set(const FilePath
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath { class in namespace:testing::internal
61 FilePath() : pathname_("") { } function in class:testing::internal::FilePath
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
68 FilePath& operator=(const FilePath& rhs) {
73 void Set(const FilePath
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath { class in namespace:testing::internal
61 FilePath() : pathname_("") { } function in class:testing::internal::FilePath
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath
68 FilePath& operator=(const FilePath& rhs) {
73 void Set(const FilePath
[all...]
/external/libchrome/base/test/
H A Dtest_file_util.h25 class FilePath;
31 bool EvictFileFromSystemCacheWithRetry(const FilePath& file);
36 bool DieFileDie(const FilePath& file, bool recurse);
40 bool EvictFileFromSystemCache(const FilePath& file);
44 bool VolumeSupportsADS(const FilePath& path);
50 bool HasInternetZoneIdentifier(const FilePath& full_path);
55 bool MakeFileUnreadable(const FilePath& path) WARN_UNUSED_RESULT;
56 bool MakeFileUnwritable(const FilePath& path) WARN_UNUSED_RESULT;
61 explicit FilePermissionRestorer(const FilePath& path);
65 const FilePath path
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-filepath_test.cc76 FilePath filepath(path);
87 const FilePath original_dir = FilePath::GetCurrentDir();
91 const FilePath cwd = FilePath::GetCurrentDir();
111 EXPECT_TRUE(FilePath("").IsEmpty());
112 EXPECT_TRUE(FilePath(NULL).IsEmpty());
116 EXPECT_FALSE(FilePath("a").IsEmpty());
117 EXPECT_FALSE(FilePath(".").IsEmpty());
118 EXPECT_FALSE(FilePath("
[all...]
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc76 FilePath filepath(path);
87 const FilePath original_dir = FilePath::GetCurrentDir();
91 const FilePath cwd = FilePath::GetCurrentDir();
107 EXPECT_TRUE(FilePath("").IsEmpty());
108 EXPECT_TRUE(FilePath(NULL).IsEmpty());
112 EXPECT_FALSE(FilePath("a").IsEmpty());
113 EXPECT_FALSE(FilePath(".").IsEmpty());
114 EXPECT_FALSE(FilePath("
[all...]
/external/googletest/googletest/test/
H A Dgtest-filepath_test.cc76 FilePath filepath(path);
87 const FilePath original_dir = FilePath::GetCurrentDir();
91 const FilePath cwd = FilePath::GetCurrentDir();
111 EXPECT_TRUE(FilePath("").IsEmpty());
115 EXPECT_FALSE(FilePath("a").IsEmpty());
116 EXPECT_FALSE(FilePath(".").IsEmpty());
117 EXPECT_FALSE(FilePath("a/b").IsEmpty());
118 EXPECT_FALSE(FilePath("
[all...]
/external/v8/testing/gtest/test/
H A Dgtest-filepath_test.cc76 FilePath filepath(path);
87 const FilePath original_dir = FilePath::GetCurrentDir();
91 const FilePath cwd = FilePath::GetCurrentDir();
111 EXPECT_TRUE(FilePath("").IsEmpty());
115 EXPECT_FALSE(FilePath("a").IsEmpty());
116 EXPECT_FALSE(FilePath(".").IsEmpty());
117 EXPECT_FALSE(FilePath("a/b").IsEmpty());
118 EXPECT_FALSE(FilePath("
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-filepath_test.cc76 FilePath filepath(path);
87 const FilePath original_dir = FilePath::GetCurrentDir();
91 const FilePath cwd = FilePath::GetCurrentDir();
111 EXPECT_TRUE(FilePath("").IsEmpty());
115 EXPECT_FALSE(FilePath("a").IsEmpty());
116 EXPECT_FALSE(FilePath(".").IsEmpty());
117 EXPECT_FALSE(FilePath("a/b").IsEmpty());
118 EXPECT_FALSE(FilePath("
[all...]
/external/libchrome/base/process/
H A Dprocess_handle_linux.cc20 FilePath GetProcessExecutablePath(ProcessHandle process) {
21 FilePath stat_file = internal::GetProcPidDir(process).Append("exe");
22 FilePath exe_name;
25 return FilePath();
/external/libchrome/base/mac/
H A Dbundle_locations.h20 class FilePath;
49 BASE_EXPORT FilePath MainBundlePath();
51 BASE_EXPORT FilePath OuterBundlePath();
53 BASE_EXPORT FilePath FrameworkBundlePath();
60 // Same as above but accepting a FilePath argument.
61 BASE_EXPORT void SetOverrideOuterBundlePath(const FilePath& file_path);
62 BASE_EXPORT void SetOverrideFrameworkBundlePath(const FilePath& file_path);

Completed in 836 milliseconds

1234567891011>>