/external/chromium_org/base/files/ |
file_path_watcher_fsevents.cc | 38 FilePath ResolvePath(const FilePath& path) { 41 std::vector<FilePath::StringType> component_vector; 43 std::list<FilePath::StringType> 46 FilePath result; 49 FilePath component(*components.begin()); 52 FilePath current; 59 FilePath target; 63 std::vector<FilePath::StringType> target_components; 88 std::vector<FilePath> paths [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
open_file_operation_unittest.cc | 37 const base::FilePath file_in_root( 44 base::FilePath file_path; 66 const base::FilePath file_in_root( 70 base::FilePath file_path; 84 const base::FilePath file_in_root( 90 base::FilePath file_path; 105 const base::FilePath file_in_root( 109 base::FilePath file_path; 135 const base::FilePath file_in_root( 142 base::FilePath file_path [all...] |
open_file_operation.h | 18 class FilePath; 46 const base::FilePath& temporary_file_directory); 57 void OpenFile(const base::FilePath& file_path, 64 void OpenFileAfterCreateFile(const base::FilePath& file_path, 71 const base::FilePath& local_file_path, 76 const base::FilePath& local_file_path,
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
iphoto_data_provider.cc | 21 IPhotoDataProvider::IPhotoDataProvider(const base::FilePath& library_path) 28 const base::FilePath& library_path, 49 typedef base::hash_map<uint64, const base::FilePath*> IdIndex; 98 base::FilePath path = *(photo_it->second); 126 std::map<std::string, base::FilePath> IPhotoDataProvider::GetAlbumContents( 128 std::map<std::string, base::FilePath> locations; 141 base::FilePath IPhotoDataProvider::GetPhotoLocationInAlbum( 146 return base::FilePath(); 149 return base::FilePath(); 158 std::map<std::string, base::FilePath> IPhotoDataProvider::GetOriginals [all...] |
mtp_device_map_service.cc | 28 const base::FilePath::StringType& device_location, 51 base::FilePath::StringType device_location = it->second; 65 const base::FilePath::StringType& device_location, 76 const base::FilePath::StringType& device_location) { 87 base::FilePath device_path; 93 const base::FilePath::StringType& device_location = device_path.value();
|
mtp_device_map_service.h | 33 const base::FilePath::StringType& device_location, 47 void AddAsyncDelegate(const base::FilePath::StringType& device_location, 53 void RemoveAsyncDelegate(const base::FilePath::StringType& device_location); 57 typedef std::map<base::FilePath::StringType, MTPDeviceAsyncDelegate*> 61 typedef std::map<std::string, base::FilePath::StringType> 66 typedef std::map<const base::FilePath::StringType, int>
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
pack_extension_handler.cc | 68 void PackExtensionHandler::OnPackSuccess(const base::FilePath& crx_file, 69 const base::FilePath& pem_file) { 94 void PackExtensionHandler::FileSelected(const base::FilePath& path, int index, 102 const std::vector<base::FilePath>& files, void* params) { 110 base::FilePath::StringType extension_path_str; 111 base::FilePath::StringType private_key_path_str; 119 extension_path_ = base::FilePath(extension_path_str); 120 private_key_path_ = base::FilePath(private_key_path_str); 124 base::FilePath root_directory = extension_path_; 125 base::FilePath key_file = private_key_path_ [all...] |
/external/chromium_org/chrome/installer/util/ |
work_item_list.cc | 90 base::FilePath(source_path), 91 base::FilePath(dest_path), 92 base::FilePath(temp_dir), 94 base::FilePath(alternative_path)); 99 WorkItem* WorkItemList::AddCreateDirWorkItem(const base::FilePath& path) { 135 const base::FilePath& root_path, 136 const base::FilePath& temp_path, 137 const std::vector<base::FilePath>& key_paths) { 144 WorkItem* WorkItemList::AddDeleteTreeWorkItem(const base::FilePath& root_path, 145 const base::FilePath& temp_path) [all...] |
copy_tree_work_item_unittest.cc | 48 bool IsFileInUse(const base::FilePath& path) { 79 base::FilePath file_name_from(test_dir_.path()); 85 base::FilePath dir_name_to(test_dir_.path()); 90 base::FilePath file_name_to(dir_name_to); 99 base::FilePath())); 119 base::FilePath file_name_from(test_dir_.path()); 125 base::FilePath dir_name_to(test_dir_.path()); 130 base::FilePath file_name_to(dir_name_to); 141 base::FilePath())); 165 base::FilePath())); [all...] |
/external/chromium_org/content/browser/tracing/ |
tracing_controller_browsertest.cc | 50 const base::FilePath& file_path) { 71 base::Closure quit_callback, const base::FilePath& file_path) { 105 base::FilePath last_actual_recording_file_path() const { 109 base::FilePath last_actual_monitoring_file_path() const { 113 void TestEnableAndDisableRecording(const base::FilePath& result_file_path) { 145 const base::FilePath& result_file_path) { 238 base::FilePath last_actual_recording_file_path_; 239 base::FilePath last_actual_monitoring_file_path_; 258 TestEnableAndDisableRecording(base::FilePath()); 263 base::FilePath file_path [all...] |
/external/chromium_org/net/base/ |
filename_util.cc | 24 static const base::FilePath::CharType kFileURLPrefix[] = 27 GURL FilePathToFileURL(const base::FilePath& path) { 31 base::FilePath::StringType url_string(kFileURLPrefix); 33 base::FilePath current_dir; 36 url_string.push_back(base::FilePath::kSeparators[0]); 67 bool FileURLToFilePath(const GURL& url, base::FilePath* file_path) { 68 *file_path = base::FilePath(); 69 base::FilePath::StringType& file_path_str = 70 const_cast<base::FilePath::StringType&>(file_path->value()); 143 base::FilePath* file_path) [all...] |
/external/chromium_org/chrome/browser/policy/test/ |
local_policy_test_server.cc | 28 const base::FilePath::CharType kPolicyFileName[] = FILE_PATH_LITERAL("policy"); 31 const base::FilePath::CharType kSigningKeyFileName[] = 35 const base::FilePath::CharType kSigningKeySignatureFileName[] = 39 const base::FilePath::CharType kClientStateFileName[] = 62 base::FilePath()) { 67 LocalPolicyTestServer::LocalPolicyTestServer(const base::FilePath& config_file) 70 base::FilePath()), 76 base::FilePath()) { 78 base::FilePath source_root; 108 base::FilePath signature_file = server_data_dir_.path().Append [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
file_system_usage_cache.cc | 35 const base::FilePath::CharType FileSystemUsageCache::kUsageFileName[] = 46 bool FileSystemUsageCache::GetUsage(const base::FilePath& usage_file_path, 60 bool FileSystemUsageCache::GetDirty(const base::FilePath& usage_file_path, 75 const base::FilePath& usage_file_path) { 92 const base::FilePath& usage_file_path) { 107 bool FileSystemUsageCache::Invalidate(const base::FilePath& usage_file_path) { 119 bool FileSystemUsageCache::IsValid(const base::FilePath& usage_file_path) { 131 const base::FilePath& usage_file_path, int64 delta) { 142 bool FileSystemUsageCache::UpdateUsage(const base::FilePath& usage_file_path, 149 bool FileSystemUsageCache::Exists(const base::FilePath& usage_file_path) [all...] |
isolated_context.cc | 21 base::FilePath::StringType GetRegisterNameForPath(const base::FilePath& path) { 27 base::FilePath::StringType name; 29 i < path.value().size() && !base::FilePath::IsSeparator(path.value()[i]); 59 const base::FilePath& path, std::string* registered_name) { 63 base::FilePath::StringType name = GetRegisterNameForPath(path); 64 std::string utf8name = base::FilePath(name).AsUTF8Unsafe(); 65 base::FilePath normalized_path = path.NormalizePathSeparators(); 71 base::FilePath(name).RemoveExtension().AsUTF8Unsafe(); 73 base::FilePath(base::FilePath(name).Extension()).AsUTF8Unsafe() [all...] |
/external/chromium_org/base/nix/ |
xdg_util.cc | 29 FilePath GetXDGDirectory(Environment* env, const char* env_name, 31 FilePath path; 34 path = FilePath(env_value); 42 FilePath GetXDGUserDirectory(const char* dir_name, const char* fallback_dir) { 43 FilePath path; 46 path = FilePath(xdg_dir);
|
/external/chromium_org/build/ |
find_isolated_tests.py | 26 def hash_file(filepath): 29 with open(filepath, 'rb') as f: 59 for filepath in sorted(glob.glob(pattern)): 60 test_name = os.path.splitext(os.path.basename(filepath))[0] 67 sha1_hash = hash_file(filepath) 68 os.remove(filepath)
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
file_browser_handler_api_test.cc | 34 TestCase(const base::FilePath& suggested_name, 37 const base::FilePath& selected_path) 46 base::FilePath suggested_name; 54 base::FilePath selected_path; 59 void ExpectFileContentEquals(const base::FilePath& selected_path, 72 MockFileSelector(const base::FilePath& suggested_name, 75 const base::FilePath& selected_path) 86 const base::FilePath& suggested_name, 111 base::FilePath suggested_name_; 119 base::FilePath selected_path_ [all...] |
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
zip_file_creator.h | 29 const base::FilePath& src_dir, 30 const std::vector<base::FilePath>& src_relative_paths, 31 const base::FilePath& dest_file); 63 base::FilePath src_dir_; 67 std::vector<base::FilePath> src_relative_paths_; 70 base::FilePath dest_file_;
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_process_launcher_posix.cc | 21 base::FilePath FindManifestInDir(int dir_key, const std::string& host_name) { 22 base::FilePath base_path; 24 base::FilePath path = base_path.Append(host_name + ".json"); 28 return base::FilePath(); 34 base::FilePath NativeProcessLauncher::FindManifest( 38 base::FilePath result;
|
/external/chromium_org/chrome/browser/extensions/ |
pack_extension_job.cc | 21 const base::FilePath& root_directory, 22 const base::FilePath& key_file, 47 crx_file_out_ = base::FilePath(root_directory_.value() + 51 key_file_out_ = base::FilePath(root_directory_.value() + 94 const base::FilePath& crx_file, 95 const base::FilePath& key_file) {
|
/external/chromium_org/chrome/browser/media/ |
webrtc_browsertest_common.h | 29 bool HasYuvAndY4mFile(const base::FilePath::CharType* reference_file); 32 base::FilePath GetReferenceFilesDir(); 34 extern const base::FilePath::CharType kReferenceFileName360p[]; 35 extern const base::FilePath::CharType kReferenceFileName720p[]; 36 extern const base::FilePath::CharType kYuvFileExtension[]; 37 extern const base::FilePath::CharType kY4mFileExtension[];
|
/external/chromium_org/chrome/browser/net/ |
crl_set_fetcher.h | 16 class FilePath; 36 const base::FilePath& unpack_path) OVERRIDE; 38 base::FilePath* installed_file) OVERRIDE; 45 // GetCRLSetbase::FilePath gets the path of the CRL set file in the user data 47 bool GetCRLSetFilePath(base::FilePath* path) const; 56 void LoadFromDisk(base::FilePath load_from,
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service_impl.h | 23 class FilePath; 44 virtual base::FilePath GetProfilePath( 45 const base::FilePath& user_data_dir) OVERRIDE; 46 virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE; 69 void LoadProfileAsync(const base::FilePath& profile_file_path); 78 const base::FilePath& profile_path) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/prefs/ |
prefs_tab_helper_browsertest.cc | 18 virtual base::FilePath GetPreferencesFilePath() { 19 base::FilePath test_data_directory; 29 base::FilePath user_data_directory; 31 base::FilePath default_profile = 37 base::FilePath pref_file = GetPreferencesFilePath(); 42 base::FilePath default_pref_file =
|
/external/chromium_org/chrome/common/ |
chrome_paths_unittest.cc | 19 base::FilePath test_profile_dir, cache_dir; 23 base::FilePath expected_cache_dir; 30 base::FilePath expected_cache_dir; 33 base::FilePath homedir; 38 base::FilePath expected_cache_dir = homedir.Append(".cache/foobar"); 50 test_profile_dir = base::FilePath(FILE_PATH_LITERAL("/some/other/path"));
|