Searched refs:decPath (Results 1 - 2 of 2) sorted by relevance
/developtools/hdc/src/common/ |
H A D | decompress.cpp | 23 bool Decompress::DecompressToLocal(std::string decPath) in DecompressToLocal() argument 25 if (!CheckPath(decPath)) { in DecompressToLocal() 42 if (!entry.value().CopyPayload(decPath, inFile)) { in DecompressToLocal() 53 bool Decompress::CheckPath(std::string decPath) in CheckPath() argument 67 rc = uv_fs_lstat(nullptr, &req, decPath.c_str(), nullptr); in CheckPath() 71 WRITE_LOG(LOG_FATAL, "path is exist, and path not dir %s", decPath.c_str()); in CheckPath() 76 bool b = Base::TryCreateDirectory(decPath, estr); in CheckPath() 78 WRITE_LOG(LOG_FATAL, "mkdir failed decPath:%s estr:%s", decPath.c_str(), estr.c_str()); in CheckPath()
|
H A D | decompress.h | 29 bool DecompressToLocal(std::string decPath); 30 bool CheckPath(std::string decPath);
|
Completed in 1 milliseconds