HomeSort by relevance Sort by last modified time
    Searched full:filepath (Results 251 - 275 of 5063) sorted by null

<<11121314151617181920>>

  /external/chromium_org/base/test/
test_file_util_android.cc 18 base::FilePath InsertImageIntoMediaStore(const base::FilePath& path) {
26 return base::FilePath(uri);
  /external/chromium_org/chrome/app/
signature_validator_win.h 12 class FilePath;
18 bool VerifyAuthenticodeSignature(const base::FilePath& signed_file);
24 bool VerifySignerIsGoogle(const base::FilePath& signed_file,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 16 class FilePath;
45 const base::FilePath& temporary_file_directory);
74 const base::FilePath& file_path,
89 base::FilePath* drive_file_path,
90 base::FilePath* cache_file_path,
98 const base::FilePath& drive_file_path,
99 base::FilePath* temp_download_file_path,
104 const base::FilePath& drive_file_path,
107 const base::FilePath& downloaded_file_path);
112 const base::FilePath& file_path
    [all...]
  /external/chromium_org/chrome/browser/
crash_upload_list.cc 19 base::FilePath crash_dir_path;
21 base::FilePath upload_log_path =
31 const base::FilePath& upload_log_path)
  /external/chromium_org/chrome/browser/extensions/
extension_creator_filter.h 11 class FilePath;
23 // Returns true if the given base::FilePath should be included in a
25 bool ShouldPackageFile(const base::FilePath& file_path);
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_linux.cc 20 base::FilePath MasterPrefsPath() {
22 base::FilePath master_prefs;
24 return base::FilePath();
  /external/chromium_org/chrome/browser/history/
history_unittest_base.h 11 class FilePath;
24 static void ExecuteSQLScript(const base::FilePath& sql_path,
25 const base::FilePath& db_path);
  /external/chromium_org/chrome/browser/media/
webrtc_log_upload_list.cc 25 base::FilePath WebRtcLogUploadList::GetFilePathForProfile(Profile* profile) {
26 base::FilePath log_dir_path = profile->GetPath();
31 const base::FilePath& upload_log_path)
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.h 19 base::FilePath CreateShortcutInWebAppDir(
20 const base::FilePath& web_app_path,
25 bool CheckAndSaveIcon(const base::FilePath& icon_file,
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.h 20 class FilePath;
32 base::FilePath GetFirefoxInstallPathFromRegistry();
40 base::FilePath GetFirefoxDylibPath();
44 base::FilePath GetFirefoxProfilePath();
48 base::FilePath GetFirefoxProfilePathFromDictionary(
53 bool GetFirefoxVersionAndPathFromProfile(const base::FilePath& profile_path,
55 base::FilePath* app_path);
59 base::FilePath GetProfilesINI();
73 void ParseProfileINI(const base::FilePath& file, base::DictionaryValue* root);
76 GURL GetHomepage(const base::FilePath& profile_path)
    [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);
  /external/chromium_org/content/browser/download/
file_metadata_mac.h 11 class FilePath;
19 void AddOriginMetadataToFile(const base::FilePath& file, const GURL& source,
26 void AddQuarantineMetadataToFile(const base::FilePath& file, const GURL& source,
  /external/chromium_org/content/public/test/
test_file_system_context.h 23 const base::FilePath& base_path);
30 const base::FilePath& base_path);
34 const base::FilePath& base_path);
  /external/chromium_org/gin/test/
run_js_tests.cc 13 base::FilePath BasePath() {
14 base::FilePath path;
19 void RunTest(const base::FilePath& path) {
  /external/chromium_org/net/test/
python_utils.cc 19 void AppendToPythonPath(const base::FilePath& dir) {
48 bool TryRelativeToDir(const base::FilePath& start_dir,
49 const base::FilePath& to_try,
50 base::FilePath* out_dir) {
51 base::FilePath dir(start_dir);
53 base::FilePath parent = dir.DirName();
67 bool GetPyProtoPath(base::FilePath* dir) {
69 base::FilePath generated_code_dir;
75 const base::FilePath kPyProto(FILE_PATH_LITERAL("pyproto"));
78 base::FilePath source_dir
    [all...]
python_utils.h 13 class FilePath;
20 void AppendToPythonPath(const base::FilePath& dir);
23 bool GetPyProtoPath(base::FilePath* dir);
  /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/chromium_org/ppapi/shared_impl/
file_ref_util.h 13 class FilePath;
22 const base::FilePath& path);
28 PPAPI_SHARED_EXPORT bool IsValidExternalPath(const base::FilePath& path);
  /external/chromium_org/ui/ozone/platform/test/
ozone_platform_test.cc 14 OzonePlatformTest::OzonePlatformTest(const base::FilePath& dump_file)
29 base::FilePath location = base::FilePath("/dev/null");
  /external/chromium_org/webkit/browser/fileapi/
test_file_set.h 22 const base::FilePath::CharType path[64];
32 void SetUpOneTestCase(const base::FilePath& root_path,
36 void SetUpRegularTestCases(const base::FilePath& root_path);
external_mount_points.cc 22 base::FilePath NormalizeFilePath(const base::FilePath& path) {
26 base::FilePath::StringType path_str = path.StripTrailingSeparators().value();
27 if (!base::FilePath::IsSeparator(path_str[path_str.length() - 1]))
30 return base::FilePath(path_str).NormalizePathSeparators();
61 const base::FilePath& path,
69 const base::FilePath& path() const { return path_; }
74 const base::FilePath path_;
96 const base::FilePath& path_in) {
103 base::FilePath path = NormalizeFilePath(path_in)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend_unittest.cc 31 base::FilePath::FromUTF8Unsafe(path));
49 std::vector<base::FilePath> root_dirs = backend.GetRootDirectories();
50 std::set<base::FilePath> root_dirs_set(root_dirs.begin(), root_dirs.end());
59 EXPECT_TRUE(root_dirs_set.count(base::FilePath(FPL("/usr/share/oem"))));
83 base::FilePath(FPL("/a/b/c")));
87 base::FilePath(FPL("/b/c/d")));
93 base::FilePath(FPL("/g/c/d")));
97 base::FilePath(FPL("/g/d/e")));
99 std::vector<base::FilePath> root_dirs = backend.GetRootDirectories();
100 std::set<base::FilePath> root_dirs_set(root_dirs.begin(), root_dirs.end())
    [all...]
  /external/chromium_org/base/files/
file_path.h 5 // 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::CharType[] and initialize it wit
    [all...]
  /external/chromium/base/
file_util_deprecated.h 6 // FilePath objects. This file contains declarations of deprecated
27 // Use the FilePath versions instead.
34 // Use FilePath::Extension instead.
35 BASE_API FilePath::StringType GetFileExtensionFromPath(const FilePath& path);
38 // Use version that takes a FilePath.
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper_browsertest.cc 32 const FilePath::CharType file1[] =
34 const FilePath::CharType file2[] =
50 EXPECT_EQ(FilePath(file1).value(), result[0].file_path.BaseName().value());
51 EXPECT_EQ(FilePath(file2).value(), result[1].file_path.BaseName().value());
57 const FilePath::CharType file[] =
73 EXPECT_EQ(FilePath(file).value(), result[0].file_path.BaseName().value());

Completed in 1593 milliseconds

<<11121314151617181920>>