HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 1 - 25 of 3914) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/files/
file_path_constants.cc 10 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("\\/");
12 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("/");
15 const size_t FilePath::kSeparatorsLength = arraysize(kSeparators);
17 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL(".");
18 const FilePath::CharType FilePath::kParentDirectory[] = FILE_PATH_LITERAL("..");
20 const FilePath::CharType FilePath::kExtensionSeparator = FILE_PATH_LITERAL('.')
    [all...]
  /external/chromium_org/chrome/installer/util/
duplicate_tree_detector.h 13 class FilePath;
24 bool IsIdenticalFileHierarchy(const base::FilePath& src_path,
25 const base::FilePath& dest_path);
installer_util_test_common.h 9 class FilePath;
18 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to);
  /external/chromium_org/content/shell/app/
paths_mac.h 9 class FilePath;
19 base::FilePath GetResourcesPakFilePath();
22 base::FilePath GetInfoPlistPath();
  /external/chromium_org/net/base/
test_data_directory.h 12 // Returns the FilePath object representing the absolute path in the source
14 base::FilePath GetTestCertsDirectory();
16 // Returns the base::FilePath object representing the path to client
20 base::FilePath GetTestClientCertsDirectory();
22 // Returns the base::FilePath object representing the relative path containing
23 // resource files for testing WebSocket. Typically the FilePath will be used as
25 base::FilePath GetWebSocketTestDataDirectory();
  /external/chromium_org/net/tools/dump_cache/
dump_files.h 15 int GetMajorVersion(const base::FilePath& input_path);
18 int DumpContents(const base::FilePath& input_path);
21 int DumpHeaders(const base::FilePath& input_path);
  /external/deqp/framework/delibs/decpp/
deFilePath.hpp 36 class FilePath
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& join (const FilePath& b)
    [all...]
  /external/chromium_org/chrome/common/safe_browsing/
download_protection_util.h 11 class FilePath;
18 bool IsBinaryFile(const base::FilePath& file);
21 bool IsArchiveFile(const base::FilePath& file);
25 ClientDownloadRequest::DownloadType GetDownloadType(const base::FilePath& file);
  /external/chromium_org/components/webdata/common/
webdata_constants.cc 7 const base::FilePath::CharType kWebDataFilename[] =
  /external/chromium_org/remoting/host/
ipc_constants.h 16 extern const base::FilePath::CharType kHostBinaryName[];
19 extern const base::FilePath::CharType kDesktopBinaryName[];
22 bool GetInstalledBinaryPath(const base::FilePath::StringType& binary,
23 base::FilePath* full_path);
  /external/chromium_org/ui/base/dragdrop/
file_info.h 16 FileInfo(const base::FilePath& path, const base::FilePath& display_name);
19 base::FilePath path;
20 base::FilePath display_name; // Optional.
  /external/chromium_org/chrome/app/
chrome_main_mac.h 9 class FilePath;
14 void CheckUserDataDirPolicy(base::FilePath* user_data_dir);
  /external/chromium_org/chrome/common/importer/
safari_importer_utils.h 11 class FilePath;
19 bool SafariImporterCanImport(const base::FilePath& library_dir,
  /external/chromium_org/win8/delegate_execute/
chrome_util.h 11 class FilePath;
17 void UpdateChromeIfNeeded(const base::FilePath& chrome_exe);
  /external/chromium_org/chrome/common/mac/
app_mode_chrome_locator.h 15 class FilePath;
22 bool FindBundleById(NSString* bundle_id, base::FilePath* out_bundle);
31 bool GetChromeBundleInfo(const base::FilePath& chrome_bundle,
32 base::FilePath* executable_path,
34 base::FilePath* version_path,
35 base::FilePath* framework_shlib_path);
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_finder.h 13 class FilePath;
17 bool FindChrome(base::FilePath* browser_exe);
22 const base::Callback<bool(const base::FilePath&)>& exists_func,
23 const std::vector<base::FilePath>& rel_paths,
24 const std::vector<base::FilePath>& locations,
25 base::FilePath* out_path);
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // 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 {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
72 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // 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 {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
72 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // 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 {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
72 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // 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 FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
72 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // 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 {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
68 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/gtest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // 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 {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
68 FilePath& operator=(const FilePath& rhs)
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // 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 {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
68 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/chromium_org/base/test/
test_file_util.h 22 class FilePath;
28 bool EvictFileFromSystemCacheWithRetry(const FilePath& file);
33 bool DieFileDie(const FilePath& file, bool recurse);
37 bool EvictFileFromSystemCache(const FilePath& file);
41 bool VolumeSupportsADS(const FilePath& path);
47 bool HasInternetZoneIdentifier(const FilePath& full_path);
55 // In general it's not reliable to convert a FilePath to a wstring and we use
58 std::wstring FilePathAsWString(const base::FilePath& path);
59 base::FilePath WStringAsFilePath(const std::wstring& path);
63 bool MakeFileUnreadable(const base::FilePath& path) WARN_UNUSED_RESULT
    [all...]
  /external/chromium_org/extensions/common/
extension_resource.h 15 // JavaScript file. This is more complicated than just a simple FilePath
30 const base::FilePath& extension_root,
31 const base::FilePath& relative_path);
43 const base::FilePath& GetFilePath() const;
53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
54 const base::FilePath& relative_path,
59 const base::FilePath& extension_root() const { return extension_root_; }
60 const base::FilePath& relative_path() const { return relative_path_; }
65 base::FilePath::StringType NormalizeSeperators
    [all...]

Completed in 320 milliseconds

1 2 3 4 5 6 7 8 91011>>