Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PathBuffer
(Results
1 - 7
of
7
) sorted by relevance
/third_party/python/Modules/
H
A
D
winreparse.h
27
WCHAR
PathBuffer
[1];
member
35
WCHAR
PathBuffer
[1];
member
H
A
D
_winapi.c
598
PathBuffer
) and both must be NUL-terminated.
in _winapi_CreateJunction_impl()
600
inside
PathBuffer
: SubstituteNameOffset, SubstituteNameLength,
in _winapi_CreateJunction_impl()
605
- the size of the MountPointReparseBuffer member without the
PathBuffer
in _winapi_CreateJunction_impl()
612
sizeof(rdb->MountPointReparseBuffer.
PathBuffer
) +
in _winapi_CreateJunction_impl()
630
wcscpy(rdb->MountPointReparseBuffer.
PathBuffer
, L"\\??\\");
in _winapi_CreateJunction_impl()
632
rdb->MountPointReparseBuffer.
PathBuffer
+ prefix_len,
in _winapi_CreateJunction_impl()
637
wcscpy(rdb->MountPointReparseBuffer.
PathBuffer
+
in _winapi_CreateJunction_impl()
639
rdb->MountPointReparseBuffer.
PathBuffer
+ prefix_len);
in _winapi_CreateJunction_impl()
H
A
D
posixmodule.c
8785
name = (wchar_t *)((char*)rdb->SymbolicLinkReparseBuffer.
PathBuffer
+
in os_readlink_impl()
8791
name = (wchar_t *)((char*)rdb->MountPointReparseBuffer.
PathBuffer
+
in os_readlink_impl()
/third_party/libuv/src/win/
H
A
D
fs.c
174
w_target = reparse_data->SymbolicLinkReparseBuffer.
PathBuffer
+
in fs__readlink_handle()
216
w_target = reparse_data->MountPointReparseBuffer.
PathBuffer
+
in fs__readlink_handle()
2391
FIELD_OFFSET(REPARSE_DATA_BUFFER, MountPointReparseBuffer.
PathBuffer
) +
in fs__create_junction()
2402
path_buf = (WCHAR*)&(buffer->MountPointReparseBuffer.
PathBuffer
);
in fs__create_junction()
2466
used_buf_size = FIELD_OFFSET(REPARSE_DATA_BUFFER, MountPointReparseBuffer.
PathBuffer
) +
in fs__create_junction()
H
A
D
winapi.h
4143
WCHAR
PathBuffer
[1];
member
4150
WCHAR
PathBuffer
[1];
member
/third_party/node/deps/uv/src/win/
H
A
D
fs.c
332
w_target = reparse_data->SymbolicLinkReparseBuffer.
PathBuffer
+
in fs__readlink_handle()
374
w_target = reparse_data->MountPointReparseBuffer.
PathBuffer
+
in fs__readlink_handle()
2410
FIELD_OFFSET(REPARSE_DATA_BUFFER, MountPointReparseBuffer.
PathBuffer
) +
in fs__create_junction()
2421
path_buf = (WCHAR*)&(buffer->MountPointReparseBuffer.
PathBuffer
);
in fs__create_junction()
2485
used_buf_size = FIELD_OFFSET(REPARSE_DATA_BUFFER, MountPointReparseBuffer.
PathBuffer
) +
in fs__create_junction()
H
A
D
winapi.h
4143
WCHAR
PathBuffer
[1];
member
4150
WCHAR
PathBuffer
[1];
member
Completed in 39 milliseconds