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

1 2

  /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 153 existing_deepest_directory_path.AppendRelativePath(
172 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;
file_path_unittest.cc 616 bool success = parent.AppendRelativePath(child, &result);
626 bool success = parent.AppendRelativePath(child, &result);
    [all...]
  /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;
file_path_unittest.cc 625 bool success = parent.AppendRelativePath(child, &result);
635 bool success = parent.AppendRelativePath(child, &result);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 156 if (!src_dir.AppendRelativePath(file_path, &relative_path))
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_win.cc 78 if (base::FilePath(attached_devices[i].location()).AppendRelativePath(
media_storage_util.cc 162 bool success = device_path.AppendRelativePath(path, &sub_folder_path);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.cc 239 GetDriveMountPointPath().AppendRelativePath(path, &new_path);
251 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/utility/extensions/
unpacker.cc 301 if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path)) {
  /external/chromium_org/webkit/browser/fileapi/
isolated_file_util_unittest.cc 72 const bool success = root.virtual_path().AppendRelativePath(
137 if (data_dir_.path().AppendRelativePath(path, &relative))
copy_or_move_operation_delegate.cc 306 src_root_.virtual_path().AppendRelativePath(src_url.virtual_path(),
external_mount_points.cc 215 return iter->first.AppendRelativePath(path, virtual_path);
local_file_util.cc 56 platform_root_path_.AppendRelativePath(next, &path);
copy_or_move_operation_delegate_unittest.cc 248 root.virtual_path().AppendRelativePath(url.virtual_path(), &relative);
  /external/chromium_org/chrome/browser/extensions/
image_loader.cc 227 !resources_dir.AppendRelativePath(directory_path, &relative_path)) {
extension_protocols.cc 499 resources_path.AppendRelativePath(directory_path, &relative_path)) {
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.cc 35 if (!registered_dev_path.AppendRelativePath(file_path, &relative_path))
  /external/chromium_org/chrome/common/extensions/
extension_l10n_util.cc 347 if (!locales_path.AppendRelativePath(locale_path, &relative_path)) {
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.cc 81 if (!base::FilePath(device_info.registered_device_path).AppendRelativePath(

Completed in 1370 milliseconds

1 2