Home
last modified time | relevance | path

Searched refs:suffixIndex (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dburst_key_generator.cpp32 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 Dmime_type_mgr.cpp85 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 Dwidget_adapter.cpp129 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 Dpicker.js541 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 Dimplicit_start_processor.cpp296 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 Dbundle_data_mgr.cpp7122 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