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:ftestexist
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H
A
D
minizip.c
155
FILE*
ftestexist
;
local
157
ftestexist
= FOPEN_FUNC(filename,"rb");
158
if (
ftestexist
==NULL)
161
fclose(
ftestexist
);
H
A
D
miniunz.c
378
FILE*
ftestexist
;
local
379
ftestexist
= FOPEN_FUNC(write_filename,"rb");
380
if (
ftestexist
!=NULL)
382
fclose(
ftestexist
);
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H
A
D
minizip.c
156
FILE*
ftestexist
;
local
158
ftestexist
= FOPEN_FUNC(filename,"rb");
159
if (
ftestexist
==NULL)
162
fclose(
ftestexist
);
H
A
D
miniunz.c
379
FILE*
ftestexist
;
local
380
ftestexist
= FOPEN_FUNC(write_filename,"rb");
381
if (
ftestexist
!=NULL)
383
fclose(
ftestexist
);
/third_party/zlib/contrib/minizip/
H
A
D
minizip.c
156
FILE*
ftestexist
;
in check_exist_file()
local
158
ftestexist
= FOPEN_FUNC(filename,"rb");
in check_exist_file()
159
if (
ftestexist
== NULL)
in check_exist_file()
162
fclose(
ftestexist
);
in check_exist_file()
H
A
D
miniunz.c
432
FILE*
ftestexist
;
in do_extract_currentfile()
local
433
ftestexist
= FOPEN_FUNC(write_filename,"rb");
in do_extract_currentfile()
434
if (
ftestexist
!= NULL)
in do_extract_currentfile()
436
fclose(
ftestexist
);
in do_extract_currentfile()
Completed in 6 milliseconds