Home
last modified time | relevance | path

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

/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c84 wchar_t wideFullPath[MAX_FILE_PATH_LEN] = {0}; in ZipAddFile() local
85 if (!TransWidePath(file, wideFullPath)) { in ZipAddFile()
88 if (_wstat(wideFullPath, &buffer) != 0) { in ZipAddFile()
109 f = _wfopen(wideFullPath, L"rb"); in ZipAddFile()
131 wchar_t wideFullPath[MAX_FILE_PATH_LEN] = {0}; in IsDirPath() local
132 if (!TransWidePath(fullPath, wideFullPath)) { in IsDirPath()
135 DWORD fileAttr = GetFileAttributesW(wideFullPath); in IsDirPath()

Completed in 2 milliseconds