| /external/chromium_org/chrome/browser/history/ |
| top_sites_backend.h | 16 class FilePath; 35 void Init(const base::FilePath& path); 68 void InitDBOnDBThread(const base::FilePath& path); 86 void ResetDatabaseOnDBThread(const base::FilePath& file_path); 88 base::FilePath db_path_;
|
| /external/chromium_org/chrome/browser/net/ |
| crl_set_fetcher.h | 16 class FilePath; 36 const base::FilePath& unpack_path) OVERRIDE; 38 base::FilePath* installed_file) OVERRIDE; 45 // GetCRLSetbase::FilePath gets the path of the CRL set file in the user data 47 bool GetCRLSetFilePath(base::FilePath* path) const; 56 void LoadFromDisk(base::FilePath load_from,
|
| /external/chromium_org/chrome/browser/safe_browsing/ |
| local_safebrowsing_test_server.cc | 15 const base::FilePath& data_file) 18 base::FilePath()), 25 base::FilePath* testserver_path) const { 26 base::FilePath testserver_dir; 47 base::FilePath pyproto_dir;
|
| /external/chromium_org/components/storage_monitor/ |
| media_storage_util.h | 32 static bool HasDcim(const base::FilePath& mount_point); 36 const base::FilePath& path); 44 static bool GetDeviceInfoFromPath(const base::FilePath& path, 46 base::FilePath* relative_path); 48 // Get a base::FilePath for the given |device_id|. If the device isn't a mass 49 // storage type, the base::FilePath will be empty. This does not check that 51 static base::FilePath FindDevicePathById(const std::string& device_id);
|
| /external/chromium_org/net/base/ |
| filename_util_unsafe.cc | 17 const base::FilePath::CharType illegal_characters[] = 21 void ReplaceIllegalCharactersInPath(base::FilePath::StringType* file_name, 25 base::FilePath::StringType(1, replace_char), 33 base::FilePath::StringType GenerateFileExtensionUnsafe( 40 base::FilePath filepath = local 48 return filepath.Extension();
|
| /external/chromium_org/net/disk_cache/ |
| cache_util_posix.cc | 14 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { 28 for (base::FilePath name = iter.Next(); !name.value().empty(); 30 base::FilePath destination = to_path.Append(name.BaseName()); 42 bool DeleteCacheFile(const base::FilePath& name) {
|
| /external/chromium_org/ppapi/shared_impl/ |
| file_ref_create_info.cc | 15 std::string GetNameForExternalFilePath(const base::FilePath& in_path) { 16 const base::FilePath::StringType& path = in_path.value(); 17 size_t pos = path.rfind(base::FilePath::kSeparators[0]); 18 CHECK(pos != base::FilePath::StringType::npos); 35 const base::FilePath& external_path,
|
| /external/chromium_org/sql/test/ |
| test_helpers.h | 17 class FilePath; 35 bool CorruptSizeInHeader(const base::FilePath& db_path) WARN_UNUSED_RESULT; 53 bool CorruptTableOrIndex(const base::FilePath& db_path, 76 bool CreateDatabaseFromSQL(const base::FilePath& db_path, 77 const base::FilePath& sql_path) WARN_UNUSED_RESULT;
|
| /external/chromium_org/testing/gtest/test/ |
| gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); 81 EXPECT_EQ(GetAbsolutePathOf(FilePath("test_detail.xml")).string(), 87 EXPECT_EQ(GetAbsolutePathOf(FilePath("filename.abc")).string(), 95 FilePath(std::string("path") + GTEST_PATH_SEP_ + 130 original_working_dir_ = FilePath::GetCurrentDir(); 134 FilePath::GetCurrentDir().string()); 141 FilePath original_working_dir_ [all...] |
| /external/chromium_org/webkit/common/blob/ |
| scoped_file.h | 22 // A scoped reference for a FilePath that can optionally schedule the file 36 typedef base::Callback<void(const base::FilePath&)> ScopeOutCallback; 50 ScopedFile(const base::FilePath& path, 72 const base::FilePath& path() const { return path_; } 78 base::FilePath Release(); 86 base::FilePath path_;
|
| /external/gtest/test/ |
| gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); 81 EXPECT_EQ(GetAbsolutePathOf(FilePath("test_detail.xml")).string(), 87 EXPECT_EQ(GetAbsolutePathOf(FilePath("filename.abc")).string(), 95 FilePath(std::string("path") + GTEST_PATH_SEP_ + 130 original_working_dir_ = FilePath::GetCurrentDir(); 134 FilePath::GetCurrentDir().string()); 141 FilePath original_working_dir_ [all...] |
| /ndk/sources/third_party/googletest/googletest/test/ |
| gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); 81 EXPECT_EQ(GetAbsolutePathOf(FilePath("test_detail.xml")).string(), 87 EXPECT_EQ(GetAbsolutePathOf(FilePath("filename.abc")).string(), 95 FilePath(std::string("path") + GTEST_PATH_SEP_ + 130 original_working_dir_ = FilePath::GetCurrentDir(); 134 FilePath::GetCurrentDir().string()); 141 FilePath original_working_dir_ [all...] |
| /external/chromium_org/base/win/ |
| shortcut.h | 53 void set_target(const FilePath& target_in) { 58 void set_working_dir(const FilePath& working_dir_in) { 77 void set_icon(const FilePath& icon_in, int icon_index_in) { 95 FilePath target; 97 FilePath working_dir; 106 FilePath icon; 124 const FilePath& shortcut_path, 136 BASE_EXPORT bool ResolveShortcutProperties(const FilePath& shortcut_path, 147 BASE_EXPORT bool ResolveShortcut(const FilePath& shortcut_path, 148 FilePath* target_path [all...] |
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| file_cache.h | 57 const base::FilePath& cache_file_directory, 65 bool IsUnderFileCacheDirectory(const base::FilePath& path) const; 76 FileError GetFile(const std::string& id, base::FilePath* cache_file_path); 83 const base::FilePath& source_path, 94 base::FilePath* cache_file_path); 97 FileError MarkAsUnmounted(const base::FilePath& file_path); 133 const base::FilePath& dest_directory, 145 base::FilePath GetCacheFilePath(const std::string& id) const; 156 bool HasEnoughSpaceFor(int64 num_bytes, const base::FilePath& path); 166 const base::FilePath cache_file_directory_ [all...] |
| file_change_unittest.cc | 12 base::FilePath change_path(FILE_PATH_LITERAL("test")); 22 base::FilePath change_path(FILE_PATH_LITERAL("a/b/c/d")); 38 FileChange file_change1(base::FilePath(FILE_PATH_LITERAL("a")), 40 FileChange file_change2(base::FilePath(FILE_PATH_LITERAL("b")), 46 FileChange file_change3(base::FilePath(FILE_PATH_LITERAL("a")), 48 FileChange file_change4(base::FilePath(FILE_PATH_LITERAL("a")), 53 FileChange file_change5(base::FilePath(FILE_PATH_LITERAL("c")), 55 FileChange file_change6(base::FilePath(FILE_PATH_LITERAL("c")), 61 FileChange file_change1(base::FilePath(FILE_PATH_LITERAL("a")), 63 FileChange file_change2(base::FilePath(FILE_PATH_LITERAL("a")) [all...] |
| /external/chromium_org/chrome/browser/chromeos/extensions/ |
| input_view_browsertest.cc | 29 const base::FilePath::CharType kExtensionName[] = "GoogleKeyboardInput-xkb.crx"; 31 const base::FilePath::CharType kInputViewTestDir[] = 33 const base::FilePath::CharType kBaseKeyboardTestFramework[] = "test_base.js"; 56 base::FilePath path = ui_test_utils::GetTestFilePath( 57 base::FilePath(kInputViewTestDir), base::FilePath(kExtensionName)); 81 RunTest(base::FilePath("typing_test.js"), 89 RunTest(base::FilePath("typing_test.js"), 97 RunTest(base::FilePath("keyset_transition_test.js"), 106 RunTest(base::FilePath("keyset_transition_test.js") [all...] |
| /external/chromium_org/chrome/installer/setup/ |
| archive_patch_helper.cc | 15 ArchivePatchHelper::ArchivePatchHelper(const base::FilePath& working_directory, 16 const base::FilePath& compressed_archive, 17 const base::FilePath& patch_source, 18 const base::FilePath& target) 28 const base::FilePath& working_directory, 29 const base::FilePath& compressed_archive, 30 const base::FilePath& patch_source, 31 const base::FilePath& target) { 38 bool ArchivePatchHelper::Uncompress(base::FilePath* last_uncompressed_file) { 50 last_uncompressed_file_ = base::FilePath(output_file) [all...] |
| /external/chromium_org/chrome/utility/ |
| chrome_content_utility_client.h | 15 class FilePath; 37 void OnUnpackExtension(const base::FilePath& extension_path, 49 void OnCreateZipFile(const base::FilePath& src_dir, 50 const std::vector<base::FilePath>& src_relative_paths, 54 void OnPatchFileBsdiff(const base::FilePath& input_file, 55 const base::FilePath& patch_file, 56 const base::FilePath& output_file); 57 void OnPatchFileCourgette(const base::FilePath& input_file, 58 const base::FilePath& patch_file, 59 const base::FilePath& output_file) [all...] |
| /external/chromium_org/content/public/browser/ |
| plugin_service.h | 18 class FilePath; 86 virtual bool GetPluginInfoByPath(const base::FilePath& plugin_path, 93 const base::FilePath& plugin_path) = 0; 103 const base::FilePath& plugin_path) = 0; 109 virtual void ForcePluginShutdown(const base::FilePath& plugin_path) = 0; 113 virtual bool IsPluginUnstable(const base::FilePath& plugin_path) = 0; 121 virtual void AddExtraPluginPath(const base::FilePath& path) = 0; 122 virtual void RemoveExtraPluginPath(const base::FilePath& path) = 0; 125 virtual void AddExtraPluginDir(const base::FilePath& path) = 0; 137 virtual void UnregisterInternalPlugin(const base::FilePath& path) = 0 [all...] |
| /external/deqp/framework/delibs/decpp/ |
| deDirectoryIterator.cpp | 37 DirectoryIterator::DirectoryIterator (const FilePath& path) 38 : m_path(FilePath::normalize(path)) 41 DE_CHECK_RUNTIME_ERR(m_path.getType() == FilePath::TYPE_DIRECTORY); 60 FilePath DirectoryIterator::getItem (void) const 63 return FilePath::join(m_path, m_fileInfo.name); 80 DirectoryIterator::DirectoryIterator (const FilePath& path) 81 : m_path (FilePath::normalize(path)) 86 DE_CHECK_RUNTIME_ERR(m_path.getType() == FilePath::TYPE_DIRECTORY); 105 FilePath DirectoryIterator::getItem (void) const 108 return FilePath::join(m_path, m_curEntry->d_name) [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| extension_browsertest.h | 74 const extensions::ExtensionSet* extensions, const base::FilePath& path); 81 const extensions::Extension* LoadExtension(const base::FilePath& path); 85 const base::FilePath& path); 90 const base::FilePath& path, int flags); 95 const base::FilePath& path, 103 const base::FilePath& path, 104 const base::FilePath::CharType* manifest_relative_path); 110 const base::FilePath& path); 113 // Return an empty FilePath if there were errors. 114 base::FilePath PackExtension(const base::FilePath& dir_path) [all...] |
| /external/chromium_org/chrome/browser/chromeos/drive/fileapi/ |
| fileapi_worker.h | 31 class FilePath; 59 const base::FilePath& snapshot_file_path, 64 const base::FilePath& snapshot_file_path, 90 void GetFileInfo(const base::FilePath& file_path, 96 void Copy(const base::FilePath& src_file_path, 97 const base::FilePath& dest_file_path, 104 void Move(const base::FilePath& src_file_path, 105 const base::FilePath& dest_file_path, 112 void CopyInForeignFile(const base::FilePath& src_foreign_file_path, 113 const base::FilePath& dest_file_path [all...] |
| /external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
| copy_operation.h | 17 class FilePath; 61 void Copy(const base::FilePath& src_file_path, 62 const base::FilePath& dest_file_path, 73 const base::FilePath& local_src_file_path, 74 const base::FilePath& remote_dest_file_path, 96 const base::FilePath& local_src_path, 97 const base::FilePath& remote_dest_path, 126 base::FilePath* file_path, 132 void ScheduleTransferRegularFile(const base::FilePath& local_src_path, 133 const base::FilePath& remote_dest_path [all...] |
| /external/chromium_org/chrome/browser/extensions/api/file_system/ |
| file_system_apitest.cc | 46 void SetLastChooseEntryDirectory(const base::FilePath& choose_entry_directory, 53 void AddSavedEntry(const base::FilePath& path_to_save, 85 base::FilePath TempFilePath(const std::string& destination_name, 89 return base::FilePath(); 94 base::FilePath destination = temp_dir_.path().AppendASCII(destination_name); 96 base::FilePath source = test_root_folder_.AppendASCII("gold.txt"); 102 std::vector<base::FilePath> TempFilePaths( 107 return std::vector<base::FilePath>(); 112 std::vector<base::FilePath> result; 116 base::FilePath destination = temp_dir_.path().AppendASCII(*it) [all...] |
| /external/chromium_org/chrome/browser/extensions/api/file_handlers/ |
| app_file_handler_util.h | 35 typedef std::set<std::pair<base::FilePath, std::string> > PathAndMimeTypeSet; 47 const base::FilePath& path); 58 const base::FilePath& path); 66 const base::FilePath& path, 75 const std::vector<base::FilePath>& paths, 79 const base::Callback<void(const base::FilePath&)>& on_failure); 90 base::FilePath* file_path,
|