/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/common/safe_browsing/ |
download_protection_util.h | 11 class FilePath; 18 bool IsBinaryFile(const base::FilePath& file); 21 bool IsArchiveFile(const base::FilePath& file); 25 ClientDownloadRequest::DownloadType GetDownloadType(const base::FilePath& file);
|
/external/chromium_org/content/common/ |
plugin_list_posix.cc | 9 bool PluginList::ReadWebPluginInfo(const base::FilePath& filename, 15 std::vector<base::FilePath>* plugin_dirs) { 18 void PluginList::GetPluginsInDir(const base::FilePath& dir_path, 19 std::vector<base::FilePath>* plugins) {
|
/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_;
|
file_ref_util.cc | 21 std::string GetNameForExternalFilePath(const base::FilePath& path) { 22 const base::FilePath::StringType& file_path = path.value(); 23 size_t pos = file_path.rfind(base::FilePath::kSeparators[0]); 24 CHECK(pos != base::FilePath::StringType::npos); 38 // It must not FilePath::ReferencesParent(). 41 base::FilePath file_path = base::FilePath::FromUTF8Unsafe(path); 47 bool IsValidExternalPath(const 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" 99 FilePath FilePath::GetCurrentDir() { 103 return FilePath(kCurrentDirectoryString); 106 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 109 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 113 // Returns a copy of the FilePath with the case-insensitive extension removed. 114 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 115 // FilePath("dir/file"). If a case-insensitive extension is not 116 // 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 | 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/llvm/utils/unittest/googletest/src/ |
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_org/chrome/browser/chromeos/drive/ |
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/chromeos/file_manager/ |
path_util_unittest.cc | 43 const base::FilePath kDownloads = GetDownloadsFolderForProfile(&profile); 45 base::FilePath path; 49 base::FilePath::FromUTF8Unsafe("/home/chronos/user/Downloads"), 55 base::FilePath::FromUTF8Unsafe("/home/chronos/user/Downloads/a/b"), 68 base::FilePath::FromUTF8Unsafe("/home/chronos/user/dl"), 75 const base::FilePath kDrive = drive::util::GetDriveMountPointPath(profile); 76 ASSERT_EQ(base::FilePath::FromUTF8Unsafe("/special/drive-hash"), kDrive); 78 base::FilePath path; 82 base::FilePath::FromUTF8Unsafe("/special/drive"), 88 base::FilePath::FromUTF8Unsafe("/special/drive/a/b") [all...] |
/external/chromium_org/chrome/browser/media_galleries/ |
imported_media_gallery_registry.h | 44 const base::FilePath& database_path); 48 const base::FilePath& xml_library_path); 52 const base::FilePath& xml_library_path); 57 base::FilePath ImportedRoot(); 79 void RegisterPicasaFileSystem(const base::FilePath& database_path); 82 void RegisterITunesFileSystem(const base::FilePath& xml_library_path); 87 void RegisterIPhotoFileSystem(const base::FilePath& xml_library_path); 91 base::FilePath imported_root_; 103 base::FilePath picasa_database_path_; 104 base::FilePath itunes_xml_library_path_ [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_org/chrome/browser/chromeos/fileapi/ |
file_system_backend_unittest.cc | 31 base::FilePath::FromUTF8Unsafe(path)); 51 std::vector<base::FilePath> root_dirs = backend.GetRootDirectories(); 52 std::set<base::FilePath> root_dirs_set(root_dirs.begin(), root_dirs.end()); 61 EXPECT_TRUE(root_dirs_set.count(base::FilePath(FPL("/usr/share/oem")))); 86 base::FilePath(FPL("/a/b/c"))); 90 base::FilePath(FPL("/b/c/d"))); 96 base::FilePath(FPL("/g/c/d"))); 100 base::FilePath(FPL("/g/d/e"))); 102 std::vector<base::FilePath> root_dirs = backend.GetRootDirectories(); 103 std::set<base::FilePath> root_dirs_set(root_dirs.begin(), root_dirs.end()) [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
cld_component_installer.h | 44 const base::FilePath& install_dir) OVERRIDE; 46 const base::FilePath& install_dir) const OVERRIDE; 49 const base::FilePath& path, 51 virtual base::FilePath GetBaseDirectory() const OVERRIDE; 55 static base::FilePath GetInstalledPath(const base::FilePath& base); 56 static void SetLatestCldDataFile(const base::FilePath& path); 67 base::FilePath GetLatestCldDataFile();
|
/external/chromium_org/chrome/browser/component_updater/test/ |
test_installer.h | 29 const base::FilePath& unpack_path) OVERRIDE; 32 base::FilePath* installed_file) OVERRIDE; 47 explicit ReadOnlyTestInstaller(const base::FilePath& installed_path); 52 base::FilePath* installed_file) OVERRIDE; 55 base::FilePath install_directory_; 67 const base::FilePath& unpack_path) OVERRIDE; 70 base::FilePath* installed_file) OVERRIDE; 73 base::FilePath install_directory_;
|
/external/chromium_org/components/policy/core/common/cloud/ |
mock_user_cloud_policy_store.cc | 10 : UserCloudPolicyStore(base::FilePath(), 11 base::FilePath(),
|
/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() {
|
/external/chromium_org/ui/base/dragdrop/ |
file_info.cc | 11 FileInfo::FileInfo(const base::FilePath& path, 12 const base::FilePath& display_name)
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_isolated_origin_database.cc | 14 const base::FilePath::CharType 20 const base::FilePath& file_system_directory, 21 const base::FilePath& origin_directory) 37 const std::string& origin, base::FilePath* directory) { 60 const base::FilePath& file_system_directory, 62 base::FilePath isolated_directory = 71 base::FilePath directory_name; 73 base::FilePath origin_directory =
|
/external/chromium_org/win8/delegate_execute/ |
chrome_util.h | 11 class FilePath; 17 void UpdateChromeIfNeeded(const base::FilePath& chrome_exe);
|