AppendRelativePath  317 base/file_util_posix.cc       if (!from_path_base.AppendRelativePath(current, &target_path)) {
AppendRelativePath  192 base/file_util_win.cc       if (!from_path_base.AppendRelativePath(current, &target_path)) {
AppendRelativePath  257 base/files/file_path.cc   return AppendRelativePath(child, NULL);
AppendRelativePath  216 base/files/file_path.h   bool AppendRelativePath(const FilePath& child, FilePath* path) const;
AppendRelativePath  625 base/files/file_path_unittest.cc       bool success = parent.AppendRelativePath(child, &result);
AppendRelativePath  635 base/files/file_path_unittest.cc       bool success = parent.AppendRelativePath(child, &result);
AppendRelativePath   32 chrome/browser/chromeos/drive/file_system/create_directory_operation.cc   title.AppendRelativePath(relative_file_path, &remaining_path);
AppendRelativePath  100 chrome/browser/chromeos/drive/file_system/create_directory_operation.cc   existing_deepest_path.AppendRelativePath(directory_path, &remaining_path);
AppendRelativePath  211 chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc     if (!src_dir.AppendRelativePath(file_path, &relative_path))
AppendRelativePath  187 chrome/browser/chromeos/file_manager/fileapi_util.cc   root_virtual_path.AppendRelativePath(iterator->virtual_path, &full_path);
AppendRelativePath  241 chrome/browser/chromeos/file_manager/fileapi_util.cc   drive::util::GetDriveGrandRootPath().AppendRelativePath(drive_path, &path);
AppendRelativePath   90 chrome/browser/chromeos/file_manager/path_util.cc         old_base.AppendRelativePath(old_path, &relative)) {
AppendRelativePath  135 chrome/browser/extensions/api/file_system/file_system_api.cc       && home_path.AppendRelativePath(source_path, &display_path))
AppendRelativePath  572 chrome/browser/extensions/extension_protocols.cc       resources_path.AppendRelativePath(directory_path, &relative_path)) {
AppendRelativePath  292 chrome/browser/extensions/image_loader.cc       !resources_dir.AppendRelativePath(directory_path, &relative_path)) {
AppendRelativePath   58 chrome/browser/media_galleries/fileapi/iphoto_file_util.cc   root.AppendRelativePath(url.path(), &virtual_path);
AppendRelativePath   45 chrome/browser/media_galleries/fileapi/itunes_file_util.cc   root.AppendRelativePath(url.path(), &virtual_path);
AppendRelativePath   60 chrome/browser/media_galleries/fileapi/picasa_file_util.cc   root.AppendRelativePath(url.path(), &virtual_path);
AppendRelativePath   37 chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc   if (!registered_dev_path.AppendRelativePath(file_path, &relative_path))
AppendRelativePath  355 chrome/browser/media_galleries/media_galleries_preferences.cc       if (download_path.AppendRelativePath(path, &relative))
AppendRelativePath   80 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc   if (!base::FilePath(device_info.registered_device_path).AppendRelativePath(
AppendRelativePath  134 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc     bool should_success = active_ancestor_path.AppendRelativePath(
AppendRelativePath   94 chrome/common/chrome_paths_linux.cc   if (!config_dir.AppendRelativePath(profile_dir, &cache_dir))
AppendRelativePath  454 chrome/common/extensions/extension_l10n_util.cc   if (!locales_path.AppendRelativePath(locale_path, &relative_path)) {
AppendRelativePath  306 chrome/utility/extensions/unpacker.cc   if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path)) {
AppendRelativePath  155 components/storage_monitor/media_storage_util.cc       bool success = device_path.AppendRelativePath(path, &sub_folder_path);
AppendRelativePath   78 components/storage_monitor/storage_monitor_win.cc     if (base::FilePath(attached_devices[i].location()).AppendRelativePath(
AppendRelativePath  328 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc         root.virtual_path().AppendRelativePath(url.virtual_path(), &relative);
AppendRelativePath   78 content/browser/fileapi/dragged_file_util_unittest.cc   const bool success = root.virtual_path().AppendRelativePath(
AppendRelativePath  141 content/browser/fileapi/dragged_file_util_unittest.cc     if (data_dir_.path().AppendRelativePath(path, &relative))
AppendRelativePath   87 third_party/zlib/google/zip.cc   bool result = root_path.AppendRelativePath(path, &relative_path);
AppendRelativePath  956 webkit/browser/fileapi/copy_or_move_operation_delegate.cc   src_root_.virtual_path().AppendRelativePath(src_url.virtual_path(),
AppendRelativePath  229 webkit/browser/fileapi/external_mount_points.cc   return iter->first.AppendRelativePath(path, virtual_path);
AppendRelativePath  578 webkit/browser/fileapi/file_system_context.cc     bool result = parent.AppendRelativePath(child, &path);
AppendRelativePath   59 webkit/browser/fileapi/local_file_util.cc   platform_root_path_.AppendRelativePath(next, &path);
AppendRelativePath  296 webkit/browser/fileapi/sandbox_directory_database.cc       if (!path_.AppendRelativePath(absolute_file_path, &relative_file_path))