Home
last modified time | relevance | path

Searched refs:pcdir (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/PC/bdist_wininst/
Dextract.c230 struct cdir *pcdir; in unzip_archive() local
233 pcdir = (struct cdir *)&data[pos]; in unzip_archive()
234 pfhdr = (struct fhdr *)&data[pcdir->ofs_local_header + in unzip_archive()
237 if (pcdir->tag != 0x02014b50) in unzip_archive()
243 pos += pcdir->fname_length + pcdir->extra_length + in unzip_archive()
244 pcdir->comment_length; in unzip_archive()
246 pcomp = &data[pcdir->ofs_local_header in unzip_archive()
305 pcdir->uncomp_size, in unzip_archive()
306 pcdir->last_mod_file_date, in unzip_archive()
307 pcdir->last_mod_file_time, notify); in unzip_archive()
[all …]
/external/mesa3d/.gitlab-ci/
Dcreate-android-ndk-pc.sh20 pcdir=$sysroot/usr/lib/$arch/pkgconfig
21 mkdir -p $pcdir
23 cat >$pcdir/$pc <<EOF
/external/curl/
Dacinclude.m41746 dnl CURL_EXPORT_PCDIR ($pcdir)
1748 dnl if $pcdir is not empty, set PKG_CONFIG_LIBDIR to $pcdir and export
1761 dnl CURL_CHECK_PKGCONFIG ($module, [$pcdir])
1769 dnl Optionally PKG_CONFIG_LIBDIR may be given as $pcdir.