| Index: sandbox/win/src/sandbox_nt_util.h
|
| diff --git a/sandbox/win/src/sandbox_nt_util.h b/sandbox/win/src/sandbox_nt_util.h
|
| index 7c543f2ac30800ca9f5eba438ef99597ee61877e..83dd7c090e969abfa192fd24fdabc6deaa9dcc2f 100644
|
| --- a/sandbox/win/src/sandbox_nt_util.h
|
| +++ b/sandbox/win/src/sandbox_nt_util.h
|
| @@ -103,6 +103,11 @@ NTSTATUS CopyData(void* destination, const void* source, size_t bytes);
|
| NTSTATUS AllocAndCopyName(const OBJECT_ATTRIBUTES* in_object,
|
| wchar_t** out_name, uint32* attributes, HANDLE* root);
|
|
|
| +// Determine full path name from object root and path.
|
| +NTSTATUS AllocAndGetFullPath(HANDLE root,
|
| + wchar_t* path,
|
| + wchar_t** full_path);
|
| +
|
| // Initializes our ntdll level heap
|
| bool InitHeap();
|
|
|
|
|