/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils_linux.cc | 9 base::FilePath GetProfilesINI() { 10 base::FilePath ini_file; 13 base::FilePath home = base::GetHomeDir(); 20 return base::FilePath();
|
/external/chromium_org/chrome/common/media_galleries/ |
iphoto_library.h | 22 const base::FilePath& location, 23 const base::FilePath& original_location); 27 base::FilePath location; 28 base::FilePath original_location;
|
/external/chromium_org/chrome/utility/importer/ |
nss_decryptor_null.h | 19 class FilePath; 27 bool Init(const base::FilePath& dll_path, const base::FilePath& db_path) { 33 bool ReadAndParseSignons(const base::FilePath& sqlite_file,
|
/external/chromium_org/net/disk_cache/ |
cache_util_unittest.cc | 19 file1_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL("file01"))); 20 file2_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL(".file02"))); 21 dir1_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL("dir01"))); 22 file3_ = base::FilePath(dir1_.Append(FILE_PATH_LITERAL("file03"))); 35 dest_file1_ = base::FilePath(dest_dir_.Append(FILE_PATH_LITERAL("file01"))); 37 base::FilePath(dest_dir_.Append(FILE_PATH_LITERAL(".file02"))); 38 dest_dir1_ = base::FilePath(dest_dir_.Append(FILE_PATH_LITERAL("dir01"))); 43 base::FilePath cache_dir_; 44 base::FilePath file1_; 45 base::FilePath file2_ [all...] |
/external/chromium_org/ppapi/shared_impl/ |
file_path.h | 13 // TODO(vtl): Once we put |::FilePath| into the |base| namespace, get rid of the 29 PepperFilePath(Domain d, const base::FilePath& p); 32 const base::FilePath& path() const { return path_; } 36 base::FilePath path_;
|
/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/testing/gtest/src/ |
gtest-filepath.cc | 33 #include "gtest/internal/gtest-filepath.h" 101 FilePath FilePath::GetCurrentDir() { 105 return FilePath(kCurrentDirectoryString); 108 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 111 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 115 // Returns a copy of the FilePath with the case-insensitive extension removed. 116 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 117 // FilePath("dir/file"). If a case-insensitive extension is not 118 // found, returns a copy of the original FilePath [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-filepath.cc | 32 #include "gtest/internal/gtest-filepath.h" 100 FilePath FilePath::GetCurrentDir() { 104 return FilePath(kCurrentDirectoryString); 107 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 110 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 114 // Returns a copy of the FilePath with the case-insensitive extension removed. 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 116 // FilePath("dir/file"). If a case-insensitive extension is not 117 // found, returns a copy of the original FilePath [all...] |
/external/gtest/src/ |
gtest-filepath.cc | 32 #include "gtest/internal/gtest-filepath.h" 100 FilePath FilePath::GetCurrentDir() { 104 return FilePath(kCurrentDirectoryString); 107 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 110 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 114 // Returns a copy of the FilePath with the case-insensitive extension removed. 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 116 // FilePath("dir/file"). If a case-insensitive extension is not 117 // found, returns a copy of the original FilePath [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest-filepath.cc | 32 #include "gtest/internal/gtest-filepath.h" 98 FilePath FilePath::GetCurrentDir() { 102 return FilePath(kCurrentDirectoryString); 105 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 108 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 112 // Returns a copy of the FilePath with the case-insensitive extension removed. 113 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 114 // FilePath("dir/file"). If a case-insensitive extension is not 115 // found, returns a copy of the original FilePath [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-filepath.cc | 32 #include "gtest/internal/gtest-filepath.h" 100 FilePath FilePath::GetCurrentDir() { 104 return FilePath(kCurrentDirectoryString); 107 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 110 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 114 // Returns a copy of the FilePath with the case-insensitive extension removed. 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 116 // FilePath("dir/file"). If a case-insensitive extension is not 117 // found, returns a copy of the original FilePath [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-filepath.cc | 33 #include "gtest/internal/gtest-filepath.h" 101 FilePath FilePath::GetCurrentDir() { 105 return FilePath(kCurrentDirectoryString); 108 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 111 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 115 // Returns a copy of the FilePath with the case-insensitive extension removed. 116 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 117 // FilePath("dir/file"). If a case-insensitive extension is not 118 // found, returns a copy of the original FilePath [all...] |
/external/chromium/chrome/browser/download/ |
save_page_uitest.cc | 21 const FilePath::CharType* kTestDir = FILE_PATH_LITERAL("save_page"); 36 void CheckFile(const FilePath& generated_file, 37 const FilePath& expected_result_file) { 38 FilePath expected_result_filepath = ui_test_utils::GetTestFilePath( 39 FilePath(kTestDir), expected_result_file); 61 FilePath save_dir_; 62 FilePath download_dir_; 70 const FilePath file_name(FILE_PATH_LITERAL("c.htm")); 71 FilePath full_file_name = 73 FilePath dir = download_dir_.AppendASCII("test.exe_files") [all...] |
/external/chromium/chrome/common/ |
chrome_paths_win.cc | 21 bool GetDefaultUserDataDirectory(FilePath* result) { 30 bool GetChromeFrameUserDataDirectory(FilePath* result) { 40 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result) { 45 bool GetUserDocumentsDirectory(FilePath* result) { 50 *result = FilePath(path_buf); 58 bool GetUserDownloadsDirectorySafe(FilePath* result) { 69 bool GetUserDownloadsDirectory(FilePath* result) { 76 *result = FilePath(std::wstring(path_buf)); 82 bool GetUserDesktop(FilePath* result) [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_util_unittest.cc | 26 base::FilePath path; 46 base::FilePath::FromUTF8Unsafe(UTF16ToUTF8(utf16_string) + ".txt")); 52 base::FilePath::FromUTF8Unsafe("/wherever/foo.txt"))); 54 base::FilePath::FromUTF8Unsafe("/special/foo.txt"))); 56 base::FilePath::FromUTF8Unsafe("/special/drivex/foo.txt"))); 58 base::FilePath::FromUTF8Unsafe("special/drivex/foo.txt"))); 61 base::FilePath::FromUTF8Unsafe("/special/drive"))); 63 base::FilePath::FromUTF8Unsafe("/special/drive/foo.txt"))); 65 base::FilePath::FromUTF8Unsafe("/special/drive/subdir/foo.txt"))); 69 EXPECT_EQ(base::FilePath(), [all...] |
write_on_cache_file_unittest.cc | 17 const base::FilePath::CharType kDrivePath[] = 19 const base::FilePath::CharType kInvalidPath[] = 21 const base::FilePath::CharType kLocalPath[] = 32 virtual void OpenFile(const base::FilePath& file_path, 39 if (file_path == base::FilePath(kInvalidPath)) { 40 callback.Run(FILE_ERROR_INVALID_OPERATION, base::FilePath(), 45 callback.Run(FILE_ERROR_OK, base::FilePath(kLocalPath), 66 base::FilePath path; 70 base::FilePath(kDrivePath), 87 base::FilePath path [all...] |
/external/chromium_org/chrome/browser/download/ |
download_prefs.h | 34 static const base::FilePath& GetDefaultDownloadDirectory(); 43 base::FilePath DownloadPath() const; 44 void SetDownloadPath(const base::FilePath& path); 45 base::FilePath SaveFilePath() const; 46 void SetSaveFilePath(const base::FilePath& path); 64 bool IsAutoOpenEnabledBasedOnExtension(const base::FilePath& path) const; 68 bool EnableAutoOpenBasedOnExtension(const base::FilePath& file_name); 71 void DisableAutoOpenBasedOnExtension(const base::FilePath& file_name); 87 bool operator()(const base::FilePath::StringType& a, 88 const base::FilePath::StringType& b) const [all...] |
/external/chromium_org/content/ppapi_plugin/ |
broker_process_dispatcher.h | 39 const base::FilePath& plugin_data_path); 41 const base::FilePath& plugin_data_path, 46 const base::FilePath& plugin_data_path); 49 const base::FilePath& plugin_data_path, 53 const base::FilePath& plugin_data_path, 59 const base::FilePath& plugin_data_path, 64 void GetSitesWithData(const base::FilePath& plugin_data_path, 68 bool ClearSiteData(const base::FilePath& plugin_data_path, 73 bool DeauthorizeContentLicenses(const base::FilePath& plugin_data_path); 74 bool SetDefaultPermission(const base::FilePath& plugin_data_path [all...] |
/external/chromium/android/jni/ |
platform_file_jni.h | 12 uint64 contentUrlSize(const FilePath& name); 16 JavaISWrapper(const FilePath& path);
|
/external/chromium/chrome/browser/autofill/ |
data_driven_test.h | 26 void RunDataDrivenTest(const FilePath& input_directory, 27 const FilePath& output_directory, 28 const FilePath::StringType& file_name_pattern); 37 // Return |FilePath|s to the test input and output subdirectories 39 FilePath GetInputDirectory(const FilePath::StringType& test_name); 40 FilePath GetOutputDirectory(const FilePath::StringType& test_name);
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
path_util.cc | 16 const base::FilePath::CharType kOldDownloadsFolderPath[] = 19 base::FilePath GetDownloadsFolderForProfile(Profile* profile) { 25 base::FilePath path; 31 const base::FilePath& old_path, 32 base::FilePath* new_path) { 40 const base::FilePath old_base(kOldDownloadsFolderPath); 41 base::FilePath relative; 44 const base::FilePath new_base = GetDownloadsFolderForProfile(profile);
|
/external/chromium_org/chrome/browser/component_updater/test/ |
test_installer.h | 25 const base::FilePath& unpack_path) OVERRIDE; 28 base::FilePath* installed_file) OVERRIDE; 43 explicit ReadOnlyTestInstaller(const base::FilePath& installed_path); 48 base::FilePath* installed_file) OVERRIDE; 51 base::FilePath install_directory_; 63 const base::FilePath& unpack_path) OVERRIDE; 66 base::FilePath* installed_file) OVERRIDE; 69 base::FilePath install_directory_;
|
/external/chromium_org/chrome/browser/profiles/ |
file_path_verifier_win.cc | 27 FileVerificationResult VerifyFileAtPath(const base::FilePath& file) { 30 base::FilePath normalized_path; 58 PathComparisonReason ComparePathsIgnoreCase(const base::FilePath& path1, 59 const base::FilePath& path2) { 62 if (base::FilePath::CompareEqualIgnoreCase(path1.value(), path2.value())) { 64 } else if (base::FilePath::CompareEqualIgnoreCase(path1.BaseName().value(), 67 } else if (base::FilePath::CompareEqualIgnoreCase(path1.DirName().value(), 77 void VerifyPreferencesFile(const base::FilePath& pref_file_path) {
|
/external/chromium_org/chrome/browser/ |
user_data_dir_extractor.h | 9 class FilePath; 19 base::FilePath GetUserDataDir(const content::MainFunctionParams& parameters);
|
/external/chromium_org/content/shell/app/ |
paths_mac.mm | 14 base::FilePath GetContentsPath() { 16 base::FilePath path; 34 base::FilePath GetFrameworksPath() { 41 base::FilePath helper_path = 48 base::FilePath helper_path = 57 base::FilePath GetResourcesPakFilePath() { 62 return base::FilePath([pak_path fileSystemRepresentation]); 65 base::FilePath GetInfoPlistPath() {
|