Home
last modified time | relevance | path

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

/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c243 int HnpZip(const char *inputDir, zipFile zf) in HnpZip() argument
251 strPtr = strrchr(inputDir, DIR_SPLIT_SYMBOL); in HnpZip()
255 offset = strPtr - inputDir + 1; in HnpZip()
259 ret = sprintf_s(sourcePath, MAX_FILE_PATH_LEN, "%s%c", inputDir, DIR_SPLIT_SYMBOL); in HnpZip()
H A Dhnp_base.h264 int HnpZip(const char *inputDir, zipFile zf);

Completed in 2 milliseconds