Home
last modified time | relevance | path

Searched defs:CheckDir (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Tools/msi/
Dmsisupport.c22 UINT __declspec(dllexport) __stdcall CheckDir(MSIHANDLE hInstall) in CheckDir() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/zip/
Dzip.go338 func CheckDir(dir string) (CheckedFiles, error) { func