Commit 46c226e
authored
### Rationale for this change
It's for readability. `AzurePath::path_to_file` may refer a directory but its name includes `file`.
### What changes are included in this PR?
Rename `AzurePath` to `AzureLocation`:
* `AzurePath::path_to_file` -> `AzureLocation::path`
* `AzurePath::path_to_file_parts` -> `AzureLocation::path_parts`
* `AzurePath::full_path` -> `AzureLocation::all`
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: #38758
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 8301eb5 commit 46c226e
1 file changed
+126
-119
lines changed
0 commit comments