Home
last modified time | relevance | path

Searched refs:parentPath (Results 1 - 1 of 1) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dcmd_util.cpp161 std::string parentPath = filePath.parent_path(); in UpdateParamForCheckOutFile() local
168 if (parentPath.empty() && !tmpOutFilePath.empty()) { in UpdateParamForCheckOutFile()
169 parentPath = "./"; in UpdateParamForCheckOutFile()
172 if (parentPath.size() > PATH_MAX) { in UpdateParamForCheckOutFile()
177 if (realpath(parentPath.c_str(), realFilePath) == nullptr) { in UpdateParamForCheckOutFile()

Completed in 2 milliseconds