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

<<21222324252627282930>>

  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_util.cc 173 static bool GetNaClVariantRoot(const base::FilePath::StringType& variant,
174 base::FilePath* document_root) {
182 static void AddPnaclParm(const base::FilePath::StringType& url,
183 base::FilePath::StringType* url_with_parm) {
184 if (url.find(FILE_PATH_LITERAL("?")) == base::FilePath::StringType::npos) {
191 static void AddPnaclDisabledParm(const base::FilePath::StringType& url,
192 base::FilePath::StringType* url_with_parm) {
193 if (url.find(FILE_PATH_LITERAL("?")) == base::FilePath::StringType::npos) {
212 base::FilePath plugin_lib;
219 bool NaClBrowserTestBase::GetDocumentRoot(base::FilePath* document_root)
    [all...]
  /external/chromium_org/win8/viewer/
metro_viewer_process_host.h 37 typedef base::Callback<void(const base::FilePath&, int, void*)>
40 typedef base::Callback<void(const std::vector<base::FilePath>&, void*)>
43 typedef base::Callback<void(const base::FilePath&, int, void*)>
46 typedef base::Callback<void(const base::FilePath&, int, void*)>
76 static void HandleActivateDesktop(const base::FilePath& shortcut,
87 const base::FilePath& default_path,
97 const base::FilePath& default_path,
106 const base::FilePath& default_path,
132 const base::FilePath& default_path,
138 const base::FilePath& default_path
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 55 // To test that file_util::Normalize FilePath() deals with NTFS reparse points
86 bool SetReparsePoint(HANDLE source, const FilePath& target_path) {
133 ReparsePoint(const FilePath& source, const FilePath& target) {
164 void ChangePosixFilePermissions(const FilePath& path,
200 FilePath cur_file;
202 FilePath::StringType path = cur_file.value();
213 bool HasFile(const FilePath& file) const {
222 std::set<FilePath::StringType> files_;
226 void CreateTextFile(const FilePath& filename
    [all...]
file_util.cc 36 int64 ComputeDirectorySize(const FilePath& root_path) {
44 bool Move(const FilePath& from_path, const FilePath& to_path) {
50 bool CopyFile(const FilePath& from_path, const FilePath& to_path) {
56 bool ContentsEqual(const FilePath& filename1, const FilePath& filename2) {
90 bool TextContentsEqual(const FilePath& filename1, const FilePath& filename2) {
130 bool ReadFileToString(const FilePath& path
    [all...]
  /external/chromium_org/content/browser/download/
save_package_unittest.cc 49 bool HasOrdinalNumber(const base::FilePath::StringType& filename) {
50 base::FilePath::StringType::size_type r_paren_index =
52 base::FilePath::StringType::size_type l_paren_index =
57 for (base::FilePath::StringType::size_type i = l_paren_index + 1;
74 base::FilePath::StringType* generated_name) {
84 base::FilePath EnsureHtmlExtension(const base::FilePath& name) {
88 base::FilePath EnsureMimeExtension(const base::FilePath& name,
133 const base::FilePath::CharType* expected_name
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.h 101 virtual void Init(const base::FilePath& filename) = 0;
198 static base::FilePath BloomFilterForFilename(
199 const base::FilePath& db_filename);
202 static base::FilePath PrefixSetForFilename(const base::FilePath& db_filename);
205 static base::FilePath BrowseDBFilename(
206 const base::FilePath& db_base_filename);
209 static base::FilePath DownloadDBFilename(
210 const base::FilePath& db_base_filename);
213 static base::FilePath CsdWhitelistDBFilename
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system.h 75 const base::FilePath& temporary_file_directory);
90 const base::FilePath& local_src_file_path,
91 const base::FilePath& remote_dest_file_path,
93 virtual void OpenFile(const base::FilePath& file_path,
97 virtual void Copy(const base::FilePath& src_file_path,
98 const base::FilePath& dest_file_path,
101 virtual void Move(const base::FilePath& src_file_path,
102 const base::FilePath& dest_file_path,
104 virtual void Remove(const base::FilePath& file_path,
107 virtual void CreateDirectory(const base::FilePath& directory_path
    [all...]
  /external/chromium_org/base/files/
file_enumerator_win.cc 25 FilePath FileEnumerator::FileInfo::GetName() const {
26 return FilePath(find_data_.cFileName);
43 FileEnumerator::FileEnumerator(const FilePath& root_path,
56 FileEnumerator::FileEnumerator(const FilePath& root_path,
59 const FilePath::StringType& pattern)
86 FilePath FileEnumerator::Next() {
96 FilePath src = root_path_;
132 pattern_ = FilePath::StringType();
137 FilePath cur_file(find_data_.cFileName);
160 return FilePath();
    [all...]
  /external/chromium_org/chrome/app/
signature_validator_win_unittest.cc 30 const base::FilePath::CharType kCertificateRelativePath[] =
32 const base::FilePath::CharType kDLLRelativePath[] =
41 base::FilePath cert_path =
43 base::FilePath other_cert_path =
57 base::FilePath GetTestCertsDirectory() {
58 base::FilePath src_root;
63 base::FilePath GetTestDLLsDirectory() {
64 base::FilePath src_root;
69 void SetExpectedHash(const base::FilePath& cert_path) {
93 base::FilePath full_dll_path = GetTestDLLsDirectory().Append(dll_filename)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
component_loader.h 54 const base::FilePath& root_directory);
58 const base::FilePath& root_directory);
62 std::string AddOrReplace(const base::FilePath& path);
67 const base::FilePath& root_directory);
74 void Remove(const base::FilePath& root_directory);
113 const base::FilePath& root_directory);
119 base::FilePath root_directory;
126 const base::FilePath& root_directory);
142 const base::FilePath& root_directory,
159 const base::FilePath& chromevox_path
    [all...]
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_common.cc 20 const base::FilePath::CharType kReferenceFilesDirName[] =
22 const base::FilePath::CharType kReferenceFileName360p[] =
24 const base::FilePath::CharType kReferenceFileName720p[] =
26 const base::FilePath::CharType kYuvFileExtension[] = FILE_PATH_LITERAL("yuv");
27 const base::FilePath::CharType kY4mFileExtension[] = FILE_PATH_LITERAL("y4m");
41 base::FilePath GetReferenceFilesDir() {
42 base::FilePath test_data_dir;
60 bool HasYuvAndY4mFile(const base::FilePath::CharType* reference_file) {
61 base::FilePath webrtc_reference_video_yuv = GetReferenceFilesDir()
71 base::FilePath webrtc_reference_video_y4m = GetReferenceFilesDir(
    [all...]
  /external/chromium_org/content/browser/
storage_partition_impl_map.cc 111 const base::FilePath::CharType kStoragePartitionDirname[] =
113 const base::FilePath::CharType kExtensionsDirname[] =
115 const base::FilePath::CharType kDefaultPartitionDirname[] =
117 const base::FilePath::CharType kTrashDirname[] =
160 base::FilePath GetStoragePartitionDomainPath(
164 return base::FilePath(kStoragePartitionDirname).Append(kExtensionsDirname)
165 .Append(base::FilePath::FromUTF8Unsafe(partition_domain));
173 void ObliterateOneDirectory(const base::FilePath& current_dir,
174 const std::vector<base::FilePath>& paths_to_keep,
175 std::vector<base::FilePath>* paths_to_consider)
    [all...]
  /external/chromium_org/content/common/
plugin_list_win.cc 47 base::FilePath AppendPluginsDir(const base::FilePath& path) {
55 void GetAppDirectory(std::set<base::FilePath>* plugin_dirs) {
56 base::FilePath app_path;
64 void GetExeDirectory(std::set<base::FilePath>* plugin_dirs) {
65 base::FilePath exe_path;
72 bool GetInstalledPath(const base::char16* app, base::FilePath* out) {
82 *out = base::FilePath(path);
87 *out = base::FilePath(path);
99 std::set<base::FilePath>* plugin_dirs)
    [all...]
  /external/chromium_org/chrome/browser/download/
download_prefs.cc 53 bool DownloadPathIsDangerous(const base::FilePath& download_path) {
55 base::FilePath home_dir = base::GetHomeDir();
65 base::FilePath desktop_dir;
76 const base::FilePath& path() const { return path_; }
94 base::FilePath path_;
118 const base::FilePath current = prefs->GetFilePath(path_pref[i]);
119 base::FilePath migrated;
143 base::FilePath current_download_dir = prefs->GetFilePath(
166 base::FilePath path(extensions[i]);
168 base::FilePath path(base::UTF8ToWide(extensions[i]))
    [all...]
  /external/chromium_org/chrome/browser/autofill/
form_structure_browsertest.cc 25 const base::FilePath::CharType kTestName[] = FILE_PATH_LITERAL("heuristics");
32 const base::FilePath& GetTestDataDir() {
33 CR_DEFINE_STATIC_LOCAL(base::FilePath, dir, ());
113 const base::FilePath::CharType kFileNamePattern[] =
121 const base::FilePath::CharType kFileNamePattern[] =
130 const base::FilePath::CharType kFileNamePattern[] =
139 const base::FilePath::CharType kFileNamePattern[] =
148 const base::FilePath::CharType kFileNamePattern[] =
157 const base::FilePath::CharType kFileNamePattern[] =
166 const base::FilePath::CharType kFileNamePattern[]
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider_browsertest.cc 26 using base::FilePath;
32 TestIPhotoDataProvider(const base::FilePath& xml_library_path,
40 virtual void OnLibraryChanged(const base::FilePath& path,
93 const base::FilePath& library_dir() const {
97 base::FilePath XmlFile() const {
278 EXPECT_EQ(FilePath("/vol/path1.jpg").value(),
281 EXPECT_EQ(FilePath("/vol/path3.jpg").value(),
284 EXPECT_EQ(FilePath("/vol/dupe/path3.jpg").value(),
287 EXPECT_EQ(FilePath().value(),
293 EXPECT_EQ(FilePath("/vol/dupe/path2.jpg").value()
    [all...]
supported_audio_video_checker.cc 25 std::vector<base::FilePath::StringType> extensions;
33 base::FilePath::kExtensionSeparator + extensions[i]);
38 bool HasSupportedAudioVideoExtension(const base::FilePath& file) {
43 std::set<base::FilePath::StringType> audio_video_extensions_;
51 base::File OpenOnFileThread(const base::FilePath& path) {
61 bool SupportedAudioVideoChecker::SupportsFileType(const base::FilePath& path) {
80 const base::FilePath& path)
  /external/chromium_org/third_party/zlib/google/
zip_unittest.cc 38 base::FilePath zip_path(test_dir_);
50 zip_file_list_.push_back(base::FilePath(FILE_PATH_LITERAL("foo.txt")));
52 base::FilePath(FILE_PATH_LITERAL("foo/bar/quux.txt")));
54 base::FilePath(FILE_PATH_LITERAL("foo/bar/.hidden")));
61 bool GetTestDataDirectory(base::FilePath* path) {
74 void TestUnzipFile(const base::FilePath::StringType& filename,
76 base::FilePath test_dir;
81 void TestUnzipFile(const base::FilePath& path, bool expect_hidden_files) {
87 base::FilePath next_path = files.Next();
91 base::FilePath::StringType::npos)
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
local_extension_cache.h 26 typedef base::Callback<void(const base::FilePath& file_path,
34 LocalExtensionCache(const base::FilePath& cache_dir,
59 base::FilePath* file_path,
68 const base::FilePath& file_path,
92 base::FilePath file_path;
97 const base::FilePath& file_path);
116 const base::FilePath& cache_dir,
133 const base::FilePath& cache_dir,
138 const base::FilePath& cache_dir,
148 static void BackendMarkFileUsed(const base::FilePath& file_path
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 42 bool LaunchSetupForEula(const base::FilePath::StringType& value,
44 base::FilePath exe_dir;
48 base::FilePath exe_path = exe_dir.Append(installer::kSetupExe);
88 base::FilePath eula_sentinel;
101 bool WriteEULAtoTempFile(base::FilePath* eula_path) {
111 base::FilePath eula_sentinel;
129 base::FilePath chrome_exe;
141 base::FilePath sentinel;
147 base::FilePath exe_path;
150 base::FilePath legacy_sentinel = exe_path.Append(chrome::kFirstRunSentinel)
    [all...]
  /external/chromium_org/content/test/net/
url_request_mock_http_job.cc 21 const base::FilePath::CharType kMockHeaderFileSuffix[] =
34 MockJobInterceptor(const base::FilePath& base_path,
49 base::FilePath GetOnDiskPath(net::URLRequest* request) const {
52 // So first we convert base FilePath to a URL, then append the URL
53 // path to that, and convert the final URL back to a FilePath.
56 base::FilePath file_path;
61 const base::FilePath base_path_;
70 void URLRequestMockHTTPJob::AddUrlHandler(const base::FilePath& base_path) {
80 const base::FilePath& file) {
87 GURL URLRequestMockHTTPJob::GetMockUrl(const base::FilePath& path)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
get_file_for_saving_operation.h 16 class FilePath;
51 const base::FilePath& temporary_file_directory);
58 void GetFileForSaving(const base::FilePath& file_path,
66 void GetFileForSavingAfterCreate(const base::FilePath& file_path,
71 const base::FilePath& cache_path,
75 const base::FilePath& cache_path,
80 const base::FilePath& cache_path,
  /external/chromium_org/chrome/browser/plugins/
chrome_plugin_service_filter.h 51 void RestrictPluginToProfileAndOrigin(const base::FilePath& plugin_path,
56 void UnrestrictPlugin(const base::FilePath& plugin_path);
60 const base::FilePath& plugin_path);
71 bool IsPluginRestricted(const base::FilePath& plugin_path);
86 const base::FilePath& path) OVERRIDE;
105 std::set<base::FilePath> authorized_plugins;
124 typedef base::hash_map<base::FilePath,
  /external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir.cc 20 const base::FilePath& temp_parent_dir,
21 base::FilePath* base_dir) {
28 base::FilePath parent_dir(temp_parent_dir);
47 bool SelfCleaningTempDir::Initialize(const base::FilePath& parent_dir,
57 base::FilePath temp_dir(parent_dir.Append(temp_name));
58 base::FilePath base_dir;
76 base::FilePath next_dir(path().DirName());
  /external/chromium_org/components/bookmarks/browser/
bookmark_node_data.h 120 void Write(const base::FilePath& profile_path,
128 void WriteToPickle(const base::FilePath& profile_path, Pickle* pickle) const;
139 const base::FilePath& profile_path) const;
144 const base::FilePath& profile_path) const;
161 void SetOriginatingProfilePath(const base::FilePath& profile_path);
164 bool IsFromProfilePath(const base::FilePath& profile_path) const;
171 base::FilePath profile_path_;

Completed in 1190 milliseconds

<<21222324252627282930>>