Searched refs:AppendRelativePath (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/browser/safe_browsing/
H A Dpath_sanitizer.cc26 if (home_path_.AppendRelativePath(*file_path, &sanitized_path))
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_component_extension_resource_manager.cc73 !resources_dir.AppendRelativePath(directory_path, &relative_path)) {
H A Dpath_util.cc83 if (home_path.AppendRelativePath(source_path, &display_path))
H A Dchrome_url_request_util.cc170 resources_path.AppendRelativePath(directory_path, &relative_path)) {
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dpath_util.cc95 old_base.AppendRelativePath(old_path, &relative)) {
H A Dfileapi_util.cc193 root_virtual_path.AppendRelativePath(iterator->virtual_path, &full_path);
259 drive::util::GetDriveGrandRootPath().AppendRelativePath(drive_path, &path);
/external/chromium_org/chrome/common/
H A Dchrome_paths_linux.cc97 if (!config_dir.AppendRelativePath(profile_dir, &cache_dir))
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcreate_directory_operation.cc32 title.AppendRelativePath(relative_file_path, &remaining_path);
112 existing_deepest_path.AppendRelativePath(directory_path, &remaining_path);
/external/chromium_org/base/files/
H A Dfile_path.h213 // parent.AppendRelativePath(child, path) is called *path will hold
216 bool AppendRelativePath(const FilePath& child, FilePath* path) const;
H A Dfile_util_win.cc200 if (!from_path_base.AppendRelativePath(current, &target_path)) {
/external/chromium_org/third_party/zlib/google/
H A Dzip.cc55 bool result = root_path.AppendRelativePath(path, &relative_path);
/external/chromium_org/components/storage_monitor/
H A Dmedia_storage_util.cc155 bool success = device_path.AppendRelativePath(path, &sub_folder_path);
H A Dstorage_monitor_win.cc85 if (base::FilePath(attached_devices[i].location()).AppendRelativePath(
/external/chromium_org/content/browser/fileapi/
H A Ddragged_file_util_unittest.cc78 const bool success = root.virtual_path().AppendRelativePath(
141 if (data_dir_.path().AppendRelativePath(path, &relative))
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker.cc305 if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path)) {
/external/chromium_org/storage/browser/fileapi/
H A Dexternal_mount_points.cc234 return iter->first.AppendRelativePath(path, virtual_path);
H A Dlocal_file_util.cc59 platform_root_path_.AppendRelativePath(next, &path);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_misc.cc204 if (!src_dir.AppendRelativePath(file_path, &relative_path))
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_file_util.cc58 root.AppendRelativePath(url.path(), &virtual_path);
H A Ditunes_file_util.cc45 root.AppendRelativePath(url.path(), &virtual_path);
H A Dpicasa_file_util.cc60 root.AppendRelativePath(url.path(), &virtual_path);
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc274 if (!storage_root.AppendRelativePath(*iter, &relative_path))
/external/chromium_org/extensions/browser/
H A Dcontent_hash_fetcher.cc379 extension_path_.AppendRelativePath(full_path, &relative_path);
/external/chromium_org/extensions/common/
H A Dextension_l10n_util.cc433 if (!locales_path.AppendRelativePath(locale_path, &relative_path)) {
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.cc80 if (!base::FilePath(device_info.registered_device_path).AppendRelativePath(

Completed in 1869 milliseconds

12