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:pDir
(Results
1 - 5
of
5
) sorted by relevance
/third_party/icu/icu4c/source/tools/toolutil/
H
A
D
filetools.cpp
54
DIR *
pDir
= NULL;
in isFileModTimeLater()
local
55
if ((
pDir
= opendir(checkAgainst)) != NULL) {
in isFileModTimeLater()
59
while ((dirEntry = readdir(
pDir
)) != NULL) {
in isFileModTimeLater()
87
closedir(
pDir
);
in isFileModTimeLater()
/third_party/node/deps/icu-small/source/tools/toolutil/
H
A
D
filetools.cpp
54
DIR *
pDir
= nullptr;
in isFileModTimeLater()
local
55
if ((
pDir
= opendir(checkAgainst)) != nullptr) {
in isFileModTimeLater()
59
while ((dirEntry = readdir(
pDir
)) != nullptr) {
in isFileModTimeLater()
87
closedir(
pDir
);
in isFileModTimeLater()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H
A
D
filetools.cpp
54
DIR *
pDir
= NULL;
in isFileModTimeLater()
local
55
if ((
pDir
= opendir(checkAgainst)) != NULL) {
in isFileModTimeLater()
59
while ((dirEntry = readdir(
pDir
)) != NULL) {
in isFileModTimeLater()
87
closedir(
pDir
);
in isFileModTimeLater()
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
1365
pub fn readdir_r(
pDir
: *mut ::DIR, entry: *mut ::dirent, result: *mut *mut ::dirent)
in readdir_r()
1369
pub fn readdir(
pDir
: *mut ::DIR) -> *mut ::dirent;
in readdir()
/third_party/sqlite/src/
H
A
D
shell.c
5196
DIR *
pDir
; /* From opendir() */
member
5277
if( pLvl->
pDir
) closedir(pLvl->
pDir
);
in fsdirResetCursor()
5340
pLvl->
pDir
= opendir(pLvl->zDir);
in fsdirNext()
5341
if( pLvl->
pDir
==0 ){
in fsdirNext()
5349
struct dirent *pEntry = readdir(pLvl->
pDir
);
in fsdirNext()
5364
closedir(pLvl->
pDir
);
in fsdirNext()
5366
pLvl->
pDir
= 0;
in fsdirNext()
Completed in 49 milliseconds