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:ReparseTag
(Results
1 - 8
of
8
) sorted by relevance
/third_party/python/Modules/
H
A
D
winreparse.h
17
ULONG
ReparseTag
;
member
H
A
D
posixmodule.c
1587
*reparse_tag = rdb->
ReparseTag
;
in win32_get_reparse_tag()
1917
if (!attributes_from_dir(path, &fileInfo, &tagInfo.
ReparseTag
)) {
in win32_xstat_impl()
1934
!IsReparseTagNameSurrogate(tagInfo.
ReparseTag
)) {
in win32_xstat_impl()
2007
tagInfo.
ReparseTag
= 0;
in win32_xstat_impl()
2015
if (IsReparseTagNameSurrogate(tagInfo.
ReparseTag
)) {
in win32_xstat_impl()
2048
_Py_attribute_data_to_stat(&fileInfo, tagInfo.
ReparseTag
, result);
in win32_xstat_impl()
8783
if (rdb->
ReparseTag
== IO_REPARSE_TAG_SYMLINK)
in os_readlink_impl()
8789
else if (rdb->
ReparseTag
== IO_REPARSE_TAG_MOUNT_POINT)
in os_readlink_impl()
H
A
D
_winapi.c
619
rdb->
ReparseTag
= IO_REPARSE_TAG_MOUNT_POINT;
in _winapi_CreateJunction_impl()
/third_party/libuv/src/win/
H
A
D
fs.c
172
if (reparse_data->
ReparseTag
== IO_REPARSE_TAG_SYMLINK) {
in fs__readlink_handle()
214
} else if (reparse_data->
ReparseTag
== IO_REPARSE_TAG_MOUNT_POINT) {
in fs__readlink_handle()
244
} else if (reparse_data->
ReparseTag
== IO_REPARSE_TAG_APPEXECLINK) {
in fs__readlink_handle()
2472
buffer->
ReparseTag
= IO_REPARSE_TAG_MOUNT_POINT;
in fs__create_junction()
H
A
D
winapi.h
4133
ULONG
ReparseTag
;
member
/third_party/node/deps/uv/src/win/
H
A
D
fs.c
330
if (reparse_data->
ReparseTag
== IO_REPARSE_TAG_SYMLINK) {
in fs__readlink_handle()
372
} else if (reparse_data->
ReparseTag
== IO_REPARSE_TAG_MOUNT_POINT) {
in fs__readlink_handle()
402
} else if (reparse_data->
ReparseTag
== IO_REPARSE_TAG_APPEXECLINK) {
in fs__readlink_handle()
2491
buffer->
ReparseTag
= IO_REPARSE_TAG_MOUNT_POINT;
in fs__create_junction()
H
A
D
winapi.h
4133
ULONG
ReparseTag
;
member
/third_party/libuv/test/
H
A
D
test-fs.c
2496
reparse_buffer.
ReparseTag
= REPARSE_TAG;
in TEST_IMPL()
Completed in 42 milliseconds