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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/base/test/
perf_log.h 10 class FilePath;
15 bool InitPerfLog(const FilePath& log_path);
  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader_observer.h 9 class FilePath;
22 virtual void OnDirectoryChanged(const base::FilePath& directory_path) {}
  /external/chromium_org/chrome/browser/chromeos/file_manager/
mime_util.h 13 class FilePath;
21 std::string GetMimeTypeForPath(const base::FilePath& file_path);
open_util.h 14 class FilePath;
23 void OpenRemovableDrive(Profile* profile, const base::FilePath& file_path);
30 void OpenItem(Profile* profile, const base::FilePath& file_path);
34 void ShowItemInFolder(Profile* profile, const base::FilePath& file_path);
path_util.h 13 class FilePath;
20 base::FilePath GetDownloadsFolderForProfile(Profile* profile);
51 const base::FilePath& old_path,
52 base::FilePath* new_path);
  /external/chromium_org/chrome/browser/extensions/
extension_creator.h 14 class FilePath;
42 bool Run(const base::FilePath& extension_dir,
43 const base::FilePath& crx_path,
44 const base::FilePath& private_key_path,
45 const base::FilePath& private_key_output_path,
61 bool InitializeInput(const base::FilePath& extension_dir,
62 const base::FilePath& crx_path,
63 const base::FilePath& private_key_path,
64 const base::FilePath& private_key_output_path,
68 bool ValidateManifest(const base::FilePath& extension_dir
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_observer.h 12 class FilePath;
21 virtual void OnProfileAdded(const base::FilePath& profile_path) {}
22 virtual void OnProfileWillBeRemoved(const base::FilePath& profile_path) {}
23 virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
25 virtual void OnProfileNameChanged(const base::FilePath& profile_path,
27 virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {}
29 const base::FilePath& profile_path) {}
31 const base::FilePath& profile_path) {}
file_path_verifier_win.h 11 class FilePath;
25 PathComparisonReason ComparePathsIgnoreCase(const base::FilePath& path1,
26 const base::FilePath& path2);
32 void VerifyPreferencesFile(const base::FilePath& pref_file_path);
  /external/chromium_org/chrome/browser/sync/glue/
sync_start_util.h 14 class FilePath;
29 const base::FilePath& profile_path);
  /external/chromium_org/chrome/common/
chrome_paths_internal.h 21 class FilePath;
28 bool GetDefaultUserDataDirectory(base::FilePath* result);
37 void GetUserCacheDirectory(const base::FilePath& profile_dir, base::FilePath* result);
40 bool GetUserDocumentsDirectory(base::FilePath* result);
44 bool GetUserDownloadsDirectorySafe(base::FilePath* result);
48 bool GetUserDownloadsDirectory(base::FilePath* result);
51 bool GetUserMusicDirectory(base::FilePath* result);
54 bool GetUserPicturesDirectory(base::FilePath* result);
57 bool GetUserVideosDirectory(base::FilePath* result)
    [all...]
  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.h 9 class FilePath;
27 base::FilePath GetSetupExeForInstallationLevel(InstallationLevel level);
33 base::FilePath GetChromePathForInstallationLevel(InstallationLevel level);
37 base::FilePath GetAppHostPathForInstallationLevel(InstallationLevel level);
41 base::FilePath GetChromeSxSPathForInstallationLevel(InstallationLevel level);
47 base::FilePath GetAnyChromePath();
53 base::FilePath GetAnyAppHostPath();
59 base::FilePath GetAnyChromeSxSPath();
  /external/chromium_org/chrome/test/logging/win/
log_file_printer.h 15 class FilePath;
23 void PrintLogFile(const base::FilePath& log_file, std::ostream* out);
  /external/chromium_org/testing/gtest/test/
gtest-filepath_test.cc 32 // Google Test filepath utilities
41 #include "gtest/internal/gtest-filepath.h"
76 FilePath filepath(path);
78 filepath.RemoveTrailingPathSeparator().c_str());
87 const FilePath original_dir = FilePath::GetCurrentDir();
91 const FilePath cwd = FilePath::GetCurrentDir();
111 EXPECT_TRUE(FilePath("").IsEmpty())
    [all...]
  /external/gtest/test/
gtest-filepath_test.cc 32 // Google Test filepath utilities
41 #include "gtest/internal/gtest-filepath.h"
76 FilePath filepath(path);
78 filepath.RemoveTrailingPathSeparator().c_str());
87 const FilePath original_dir = FilePath::GetCurrentDir();
91 const FilePath cwd = FilePath::GetCurrentDir();
111 EXPECT_TRUE(FilePath("").IsEmpty())
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 32 // Google Test filepath utilities
41 #include "gtest/internal/gtest-filepath.h"
76 FilePath filepath(path);
78 filepath.RemoveTrailingPathSeparator().c_str());
87 const FilePath original_dir = FilePath::GetCurrentDir();
91 const FilePath cwd = FilePath::GetCurrentDir();
111 EXPECT_TRUE(FilePath("").IsEmpty())
    [all...]
  /external/chromium_org/chromeos/
chromeos_paths.cc 16 const base::FilePath::CharType kDefaultAppOrderFileName[] =
23 const base::FilePath::CharType kDefaultUserPolicyKeysDir[] =
26 const base::FilePath::CharType kOwnerKeyFileName[] =
29 const base::FilePath::CharType kInstallAttributesFileName[] =
32 const base::FilePath::CharType kUptimeFileName[] =
35 const base::FilePath::CharType kUpdateRebootNeededUptimeFile[] =
38 const base::FilePath::CharType kDeviceLocalAccountExtensionDir[] =
41 const base::FilePath::CharType kDeviceLocalAccountExternalDataDir[] =
44 const base::FilePath::CharType kDeviceLocalAccountComponentPolicy[] =
47 bool PathProvider(int key, base::FilePath* result)
    [all...]
chromeos_constants.cc 11 const base::FilePath::CharType kDriveCacheDirname[] = FPL("GCache");
12 const base::FilePath::CharType kNssCertDbPath[] = FPL(".pki/nssdb/cert9.db");
13 const base::FilePath::CharType kNssDirPath[] = FPL(".pki");
14 const base::FilePath::CharType kNssKeyDbPath[] = FPL(".pki/nssdb/key4.db");
chromeos_constants.h 15 CHROMEOS_EXPORT extern const base::FilePath::CharType kDriveCacheDirname[];
16 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssCertDbPath[];
17 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssDirPath[];
18 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssKeyDbPath[];
  /external/chromium_org/base/i18n/
file_util_icu.h 28 base::FilePath::StringType* file_name,
34 BASE_I18N_EXPORT bool LocaleAwareCompareFilenames(const base::FilePath& a,
35 const base::FilePath& b);
39 BASE_I18N_EXPORT void NormalizeFileNameEncoding(base::FilePath* file_name);
  /external/chromium_org/base/process/
process_handle_linux.cc 20 FilePath GetProcessExecutablePath(ProcessHandle process) {
21 FilePath stat_file = internal::GetProcPidDir(process).Append("exe");
22 FilePath exe_name;
25 return FilePath();
  /external/chromium_org/chrome/browser/mac/
master_prefs.h 15 base::FilePath MasterPrefsPath();
  /external/chromium_org/chrome/browser/media/
webrtc_log_list.h 21 static base::FilePath GetWebRtcLogDirectoryForProfile(
22 const base::FilePath& profile_path);
26 static base::FilePath GetWebRtcLogListFileForDirectory(
27 const base::FilePath& dir);
  /external/chromium_org/chrome/browser/ui/app_list/
profile_store.h 22 virtual void LoadProfileAsync(const base::FilePath& path,
26 virtual Profile* GetProfileByPath(const base::FilePath& path) = 0;
30 virtual base::FilePath GetUserDataDir() = 0;
33 virtual bool IsProfileSupervised(const base::FilePath& path) = 0;
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_linux.cc 12 base::FilePath GetProfilesINI() {
13 base::FilePath ini_file;
16 base::FilePath home;
24 return base::FilePath();
  /external/chromium_org/components/bookmarks/common/
bookmark_constants.cc 11 const base::FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks");

Completed in 1160 milliseconds

1 23 4 5 6 7 8 91011>>