HomeSort by relevance Sort by last modified time
    Searched refs:AppendRelativePath (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util.cc 43 old_base.AppendRelativePath(old_path, &relative)) {
  /external/chromium/chrome/common/
chrome_paths_linux.cc 62 if (!config_dir.AppendRelativePath(profile_dir, &cache_dir))
  /external/chromium_org/chrome/common/
chrome_paths_linux.cc 94 if (!config_dir.AppendRelativePath(profile_dir, &cache_dir))
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.cc 167 existing_deepest_directory_path.AppendRelativePath(
186 title.AppendRelativePath(relative_file_path, &remaining_path);
  /external/chromium/base/
file_path.h 198 // parent.AppendRelativePath(child, path) is called *path will hold
201 bool AppendRelativePath(const FilePath& child, FilePath* path) const;
  /external/chromium_org/base/files/
file_path.h 206 // parent.AppendRelativePath(child, path) is called *path will hold
209 bool AppendRelativePath(const FilePath& child, FilePath* path) const;
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_win.cc 76 if (base::FilePath(attached_devices[i].location()).AppendRelativePath(
media_storage_util.cc 153 bool success = device_path.AppendRelativePath(path, &sub_folder_path);
  /external/chromium_org/third_party/zlib/google/
zip.cc 55 bool result = root_path.AppendRelativePath(path, &relative_path);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.cc 242 GetDriveMountPointPath().AppendRelativePath(path, &new_path);
254 GetDriveMountPointPath().AppendRelativePath(path, &drive_path);
  /external/chromium/chrome/browser/extensions/
file_manager_util.cc 91 if (root_path.AppendRelativePath(full_file_path, &path)) {
  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 308 if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path)) {
extension_l10n_util.cc 298 if (!locales_path.AppendRelativePath(locale_path, &relative_path)) {
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 139 if (!src_dir.AppendRelativePath(file_path, &relative_path))
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 72 const bool success = root.virtual_path().AppendRelativePath(
135 if (data_dir_.path().AppendRelativePath(path, &relative))
  /external/chromium_org/chrome/browser/extensions/
image_loader.cc 265 !resources_dir.AppendRelativePath(directory_path, &relative_path)) {
extension_protocols.cc 557 resources_path.AppendRelativePath(directory_path, &relative_path)) {
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 307 if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path)) {
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.cc 229 return iter->first.AppendRelativePath(path, virtual_path);
local_file_util.cc 61 platform_root_path_.AppendRelativePath(next, &path);
file_system_context.cc 564 bool result = parent.AppendRelativePath(child, &path);
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.cc 33 if (!registered_dev_path.AppendRelativePath(file_path, &relative_path))
  /external/chromium_org/chrome/common/extensions/
extension_l10n_util.cc 441 if (!locales_path.AppendRelativePath(locale_path, &relative_path)) {
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.cc 79 if (!base::FilePath(device_info.registered_device_path).AppendRelativePath(
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer.cc 119 bool should_success = active_ancestor_path.AppendRelativePath(

Completed in 1727 milliseconds

1 2