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:DEFAULT_DIR_FD
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Modules/
H
A
D
posixmodule.c
928
* int dir_fd =
DEFAULT_DIR_FD
;
930
#define
DEFAULT_DIR_FD
(int)AT_FDCWD
macro
932
#define
DEFAULT_DIR_FD
(-100)
macro
969
*(int *)p =
DEFAULT_DIR_FD
;
in dir_fd_converter()
1396
if (dir_fd !=
DEFAULT_DIR_FD
) {
in dir_fd_unavailable()
1427
if (!path->wide && (dir_fd !=
DEFAULT_DIR_FD
)
in path_and_dir_fd_invalid()
1443
if ((dir_fd !=
DEFAULT_DIR_FD
) && (fd != -1)) {
in dir_fd_and_fd_invalid()
1469
if ((dir_fd !=
DEFAULT_DIR_FD
) && (!follow_symlinks)) {
in dir_fd_and_follow_symlinks_invalid()
2552
if ((!follow_symlinks) && (dir_fd ==
DEFAULT_DIR_FD
))
in posix_do_stat()
2557
if ((dir_fd !=
DEFAULT_DIR_FD
) || !follow_symlink
in posix_do_stat()
[all...]
/third_party/python/Modules/clinic/
H
A
D
posixmodule.c.h
45
int dir_fd =
DEFAULT_DIR_FD
;
in os_stat()
104
int dir_fd =
DEFAULT_DIR_FD
;
in os_lstat()
178
int dir_fd =
DEFAULT_DIR_FD
;
in os_access()
414
int dir_fd =
DEFAULT_DIR_FD
;
in os_chmod()
851
int dir_fd =
DEFAULT_DIR_FD
;
in os_chown()
1067
int src_dir_fd =
DEFAULT_DIR_FD
;
in os_link()
1068
int dst_dir_fd =
DEFAULT_DIR_FD
;
in os_link()
1382
int dir_fd =
DEFAULT_DIR_FD
;
in os_mkdir()
1574
int src_dir_fd =
DEFAULT_DIR_FD
;
in os_rename()
1575
int dst_dir_fd =
DEFAULT_DIR_FD
;
in os_rename()
[all...]
Completed in 18 milliseconds