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:name_info
(Results
1 - 4
of
4
) sorted by relevance
/third_party/rust/crates/is-terminal/src/
H
A
D
lib.rs
153
let mut
name_info
= FILE_NAME_INFO {
in msys_tty_on()
variables
161
&mut
name_info
as *mut _ as *mut c_void,
in msys_tty_on()
168
let s = &
name_info
.FileName[..
name_info
.FileNameLength as usize / 2];
in msys_tty_on()
/third_party/rust/crates/atty/src/
H
A
D
lib.rs
141
let
name_info
: &FILE_NAME_INFO = &*(name_info_bytes.as_ptr() as *const FILE_NAME_INFO);
in msys_tty_on()
143
name_info
.FileName.as_ptr(),
in msys_tty_on()
144
name_info
.FileNameLength as usize / 2,
in msys_tty_on()
/third_party/node/deps/uv/src/win/
H
A
D
pipe.c
2356
FILE_NAME_INFORMATION*
name_info
;
in uv__pipe_getname()
local
2364
name_info
= NULL;
in uv__pipe_getname()
2432
name_size = sizeof(*
name_info
) + tmp_name_info.FileNameLength;
in uv__pipe_getname()
2433
name_info
= uv__malloc(name_size);
in uv__pipe_getname()
2434
if (!
name_info
) {
in uv__pipe_getname()
2442
name_info
,
in uv__pipe_getname()
2453
if (!
name_info
) {
in uv__pipe_getname()
2458
name_buf =
name_info
->FileName;
in uv__pipe_getname()
2459
name_len =
name_info
->FileNameLength;
in uv__pipe_getname()
2512
uv__free(
name_info
);
in uv__pipe_getname()
[all...]
/third_party/libuv/src/win/
H
A
D
pipe.c
2460
FILE_NAME_INFORMATION*
name_info
;
in uv__pipe_getname()
local
2467
name_info
= NULL;
in uv__pipe_getname()
2496
name_size = sizeof(*
name_info
) + tmp_name_info.FileNameLength;
in uv__pipe_getname()
2497
name_info
= uv__malloc(name_size);
in uv__pipe_getname()
2498
if (!
name_info
) {
in uv__pipe_getname()
2505
name_info
,
in uv__pipe_getname()
2516
if (!
name_info
) {
in uv__pipe_getname()
2521
name_buf =
name_info
->FileName;
in uv__pipe_getname()
2522
name_len =
name_info
->FileNameLength;
in uv__pipe_getname()
2545
uv__free(
name_info
);
in uv__pipe_getname()
[all...]
Completed in 8 milliseconds