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:fstat_result
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Modules/_io/
H
A
D
fileio.c
242
int
fstat_result
;
local
438
fstat_result
= _Py_fstat_noraise(self->fd, &fdfstat);
local
440
if (
fstat_result
< 0) {
700
int
fstat_result
;
local
713
fstat_result
= _Py_fstat_noraise(self->fd, &status);
local
716
if (
fstat_result
== 0)
/third_party/python/Python/
H
A
D
bootstrap_hash.c
307
int
fstat_result
;
in dev_urandom()
local
311
fstat_result
= _Py_fstat_noraise(urandom_cache.fd, &st);
in dev_urandom()
local
315
if (
fstat_result
in dev_urandom()
/third_party/rust/crates/nix/test/
H
A
D
test_stat.rs
106
let
fstat_result
= fstat(file.as_raw_fd());
in test_stat_and_fstat()
107
assert_stat_results(
fstat_result
);
in test_stat_and_fstat()
145
let
fstat_result
= fstat(link.as_raw_fd());
in test_stat_fstat_lstat()
146
assert_stat_results(
fstat_result
);
in test_stat_fstat_lstat()
/third_party/python/Modules/
H
A
D
mmapmodule.c
1217
int
fstat_result
= -1;
in new_mmap_object()
local
1291
fstat_result
= _Py_fstat_noraise(fd, &status);
in new_mmap_object()
local
1295
if (fd != -1 &&
fstat_result
== 0 && S_ISREG(status.st_mode)) {
in new_mmap_object()
Completed in 6 milliseconds