Searched refs:completePath (Results 1 – 1 of 1) sorted by relevance
635 string completePath = in CheckPathValid() local637 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()