Home
last modified time | relevance | path

Searched refs:completePath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp635 string completePath = in CheckPathValid() local
637 if (!IsDir(completePath)) { in CheckPathValid()
638 LOGE("Invalid directory path: %{public}s", completePath.c_str()); in CheckPathValid()
642 if (!std::filesystem::is_empty(completePath)) { in CheckPathValid()
643 LOGE("The directory has been mounted, path is %{public}s", completePath.c_str()); in CheckPathValid()