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:suffixIndex
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H
A
D
burst_key_generator.cpp
32
auto
suffixIndex
= fileInfo.title.find(TITLE_KEY_WORDS_OF_BURST);
in FindTitlePrefix()
local
33
if (
suffixIndex
== std::string::npos) {
in FindTitlePrefix()
36
return fileInfo.title.substr(0,
suffixIndex
+ TITLE_KEY_WORDS_OF_BURST.size());
in FindTitlePrefix()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H
A
D
mime_type_mgr.cpp
85
auto
suffixIndex
= uri.rfind('.');
in GetUriSuffix()
local
86
if (
suffixIndex
== std::string::npos) {
in GetUriSuffix()
90
suffix = uri.substr(
suffixIndex
);
in GetUriSuffix()
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H
A
D
widget_adapter.cpp
129
auto
suffixIndex
= fileName.find_last_of(".");
in UpdateShaderPath()
local
130
if (
suffixIndex
!= std::string::npos) {
in UpdateShaderPath()
/foundation/filemanagement/user_file_service/interfaces/kits/picker/
H
A
D
picker.js
541
this.
suffixIndex
= saveResult.suffix;
547
let index = this.
suffixIndex
;
548
this.
suffixIndex
= -1;
681
this.
suffixIndex
= -1;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
implicit_start_processor.cpp
296
auto
suffixIndex
= uri.rfind('.');
in MatchTypeAndUri()
local
297
if (
suffixIndex
== std::string::npos) {
in MatchTypeAndUri()
301
type = uri.substr(
suffixIndex
);
in MatchTypeAndUri()
304
auto suffixDlpIndex = uri.rfind('.',
suffixIndex
- 1);
in MatchTypeAndUri()
309
type = uri.substr(suffixDlpIndex,
suffixIndex
- suffixDlpIndex);
in MatchTypeAndUri()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_data_mgr.cpp
7122
auto
suffixIndex
= uri.rfind('.');
in MatchPrivateType()
local
7123
if (
suffixIndex
== std::string::npos) {
in MatchPrivateType()
7126
std::string suffix = uri.substr(
suffixIndex
+ 1);
in MatchPrivateType()
Completed in 18 milliseconds