Searched refs:transPath (Results 1 - 1 of 1) sorted by relevance
/base/startup/appspawn/service/hnp/base/ |
H A D | hnp_zip.c | 76 char transPath[MAX_FILE_PATH_LEN];
in ZipAddFile() local 101 TransPath(file, transPath);
in ZipAddFile() 102 err = zipOpenNewFileInZip3(zf, transPath + offset, &fileInfo, NULL, 0, NULL, 0, NULL, Z_DEFLATED,
in ZipAddFile() 154 char transPath[MAX_FILE_PATH_LEN];
in ZipHandleDir() local 155 TransPath(fullPath, transPath);
in ZipHandleDir() 156 if (zipOpenNewFileInZip3(zf, transPath + offset, NULL, NULL, 0, NULL, 0, NULL, Z_DEFLATED,
in ZipHandleDir() 226 char transPath[MAX_FILE_PATH_LEN];
in ZipDir() local 228 TransPath(sourcePath, transPath);
in ZipDir() 231 ret = zipOpenNewFileInZip3(zf, transPath + offset, NULL, NULL, 0, NULL, 0, NULL, Z_DEFLATED, Z_BEST_COMPRESSION,
in ZipDir() 273 char transPath[MAX_FILE_PATH_LE in HnpAddFileToZip() local [all...] |
Completed in 1 milliseconds