Searched refs:dirPath (Results 1 – 2 of 2) sorted by relevance
302 … std::string dirPath = dirs.front().back() == SEPARATOR ? dirs.front() : dirs.front() + SEPARATOR; in CreateParentDir() local304 DIR *dir = opendir(dirPath.c_str()); in CreateParentDir()306 Logger::E(TAG, "failed to open '%s', errno:%d", dirPath.c_str(), errno); in CreateParentDir()317 std::string filePath = dirPath + dirInfo->d_name; in CreateParentDir()323 dirs.emplace(dirPath + dirInfo->d_name); in CreateParentDir()
159 const dirPath = path.dirname(resourcePath);