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:autoClose_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/
H
A
D
fd_guard.cpp
26
FDGuard::FDGuard(int fd, bool autoClose) : fd_(fd),
autoClose_
(autoClose) {}
in FDGuard()
28
FDGuard::FDGuard(FDGuard &&fdg) : fd_(fdg.fd_),
autoClose_
(fdg.
autoClose_
)
in FDGuard()
39
this->
autoClose_
= fdg.
autoClose_
;
in operator =()
49
if (fd_ >= 0 &&
autoClose_
) {
in ~FDGuard()
67
autoClose_
= autoClose;
in SetFD()
H
A
D
fd_guard.h
43
bool
autoClose_
= true;
member in OHOS::DistributedFS::final
/foundation/filemanagement/dfs_service/utils/system/src/
H
A
D
dfsu_fd_guard.cpp
27
DfsuFDGuard::DfsuFDGuard(int fd, bool autoClose) : fd_(fd),
autoClose_
(autoClose) {}
in DfsuFDGuard()
31
if (fd_ >= 0 &&
autoClose_
) {
in ~DfsuFDGuard()
50
autoClose_
= autoClose;
in SetFD()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H
A
D
rasterizer_scanline_antialias.h
73
autoClose_
(true),
in RasterizerScanlineAntialias()
102
autoClose_
= flag;
in AutoClose()
217
bool
autoClose_
;
member in OHOS::RasterizerScanlineAntialias
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H
A
D
rasterizer_scanline_antialias.cpp
141
if (
autoClose_
) {
in MoveTo()
160
if (
autoClose_
) {
in MoveToByfloat()
187
if (
autoClose_
) {
in Sort()
195
if (
autoClose_
) {
in RewindScanlines()
/foundation/filemanagement/dfs_service/utils/system/include/
H
A
D
dfsu_fd_guard.h
44
bool
autoClose_
= true;
member in OHOS::Storage::DistributedFile::final
Completed in 3 milliseconds