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:suffix_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H
A
D
file_filter.h
33
:
suffix_
(suffix), displayName_(displayName), mimeType_(mimeType), fileSizeOver_(fileSizeOver),
in FileFilter()
41
suffix_
= suffix;
in SetSuffix()
46
return
suffix_
;
in GetSuffix()
111
if (!parcel.WriteStringVector(
suffix_
)) {
in Marshalling()
147
if (!parcel.ReadStringVector(&
suffix_
)) {
in ReadFromParcel()
167
std::vector<std::string>
suffix_
= std::vector<std::string>();
member in OHOS::FileAccessFwk::FileFilter
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H
A
D
file_filter.h
31
explicit FileFilter(std::vector<std::string> suffix):
suffix_
(suffix) {}
in FileFilter()
37
suffix_
= suffix;
in SetSuffix()
42
return
suffix_
;
in GetSuffix()
107
if (!parcel.WriteStringVector(
suffix_
)) {
in Marshalling()
143
if (!parcel.ReadStringVector(&
suffix_
)) {
in ReadFromParcel()
161
this->
suffix_
.clear();
in FilterClear()
171
std::vector<std::string>
suffix_
= std::vector<std::string>();
member in OHOS::FileManagement::ModuleFileIO::FileFilter
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
picker_column_component.h
145
return
suffix_
;
in GetSuffix()
149
suffix_
= value;
in SetSuffix()
261
std::string
suffix_
;
member in OHOS::Ace::PickerColumnComponent
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
kv_hiview_reporter.h
25
const char *
suffix_
= nullptr;
member
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
sqlite_connection.h
79
const char *
suffix_
= nullptr;
member
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
kv_hiview_reporter.cpp
134
auto file = dbPath + defaultPath + suffix.
suffix_
;
in GetFileStatInfo()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
sqlite_connection.cpp
89
SqliteUtils::DeleteFile(path + suffix.
suffix_
);
in Delete()
104
auto file = path + suffix.
suffix_
;
in Collect()
Completed in 6 milliseconds