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

/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc334 ansi_string.MaximumLength = ansi_string.Length + 1;
337 if (ansi_string.Length > ansi_string.MaximumLength)
340 size_t name_bytes = ansi_string.MaximumLength * sizeof(wchar_t) +
348 out_string->MaximumLength = ansi_string.MaximumLength * sizeof(wchar_t);
463 out_string->MaximumLength = static_cast<USHORT>(size_bytes);
H A Dinterception_agent.cc69 current_name.MaximumLength = current_name.Length;
H A Dsync_policy.cc83 target_path.MaximumLength = target_length;
H A Dnt_internals.h39 USHORT MaximumLength; member in struct:_UNICODE_STRING
47 USHORT MaximumLength; member in struct:_STRING
H A Dfilesystem_interception.cc312 object_name.Length = object_name.MaximumLength =
H A Dpolicy_engine_opcodes.cc21 ustring->MaximumLength = (NULL != source) ?
/external/chromium_org/cloud_print/service/win/
H A Dlocal_security_policy.cc114 privilege_string.MaximumLength = privilege_string.Length +
/external/chromium_org/base/test/
H A Dtest_process_killer_win.cc110 static_cast<int>(params.CommandLine.MaximumLength),
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder_kernel.cc80 unicode_str.MaximumLength = (USHORT)path.GetLength()*2+2;
163 unicode_str.MaximumLength = (USHORT)path.GetLength()*2+2;
H A Dntundoc.h16 USHORT MaximumLength; member in struct:_LSA_UNICODE_STRING
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dhandles.cc154 file_name_string.MaximumLength = (USHORT)file_name->FileNameLength;
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DTypes.cs151 public ushort MaximumLength { get { return maximumLength; } } property in struct:ChromeDebug.LowLevel.LowLevelTypes.UNICODE_STRING
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c407 UnicodeString.MaximumLength = sizeof(Buffer); // in bytes!!!

Completed in 242 milliseconds