OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bhfi1
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/libarchive/dist/test_utils/
test_main.c
1395
BY_HANDLE_FILE_INFORMATION
bhfi1
, bhfi2;
local
1399
r = my_GetFileInformationByName(path1, &
bhfi1
);
1411
return (
bhfi1
.dwVolumeSerialNumber == bhfi2.dwVolumeSerialNumber
1412
&&
bhfi1
.nFileIndexHigh == bhfi2.nFileIndexHigh
1413
&&
bhfi1
.nFileIndexLow == bhfi2.nFileIndexLow);
Completed in 26 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026