Home
last modified time | relevance | path

Searched refs:check_file (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/tools/
H A Dcheck_packing.py34 def check_file(filename): function
66 check_file(item)
/reactos/dll/shellext/shellbtrfs/
H A Dpropsheet.h196 HRESULT check_file(const wstring& fn, UINT i, UINT num_files, UINT* sv);
H A Dpropsheet.cpp172 HRESULT BtrfsPropSheet::check_file(const wstring& fn, UINT i, UINT num_files, UINT* sv) { in check_file() function in BtrfsPropSheet
342 hr = check_file(fn, i, num_files, &sv); in load_file_list()
/reactos/sdk/lib/fslib/vfatlib/check/
H A Dcheck.c560 static int check_file(DOS_FS * fs, DOS_FILE * file) function
819 if (check_file(fs, start))
H A DChangeLog530 Fix format string in check_file() (%lu → %llu)
1202 an additional check in check_file() will truncate them.