/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/file/ |
H A D | audio_renderer_file_sink.cpp | 147 auto pos = filePath_.rfind("/"); in Start()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/file/ |
H A D | audio_capturer_file_source.cpp | 141 auto pos = sourceFilePath.rfind("/"); in Init()
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_uri_utils.cpp | 147 auto index = uri.rfind('&'); in GetDateTakenFromUri()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | watchdog_task.cpp | 70 pos = procCmdlineContent.rfind('/'); in GetProcessNameFromProcCmdline()
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | datashare_abs_result_set.cpp | 185 auto periodIndex = columnName.rfind('.');
in GetColumnIndex()
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
H A D | rs_graphic_test.cpp | 172 size_t posCnt = path.rfind("/") + 1; in GetImageSavePath()
|
/third_party/gn/src/gn/ |
H A D | bundle_data.cc | 166 size_t last_separator = root_dir_value.rfind('/'); in GetBundleRootDirOutput()
|
/third_party/node/test/message/ |
H A D | testcfg.py | 127 output_path = file_path[:file_path.rfind('.')] + '.out'
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 135 space = text.rfind(" ", 0, space)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 135 space = text.rfind(" ", 0, space)
|
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateCommon.py | 301 i = script_name.rfind('/')
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | QuirksManager.cpp | 73 isExynos = (arch.rfind("exynos", 0) == 0); // starts with? in SamsungDeviceQuirks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TarWriter.cpp | 134 size_t Sep = Path.rfind('/', sizeof(UstarHeader::Prefix) + 1); in splitUstar()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/ |
H A D | deeplink_reserve_config.cpp | 93 std::size_t pos = linkString.rfind(PARAM_SEPARATOR); in GetOptParamUri() 102 return sourceString.rfind(targetPrefix, 0) == 0; in StartsWith()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/ |
H A D | medialibrary_multistages_video_capture_test.cpp | 58 return filePath.substr(0, filePath.rfind('.')) + "_tmp" + filePath.substr(filePath.rfind('.'));
in GetTempFilePath()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_schema_test_tools.cpp | 43 size_t found = val.rfind("PerfTest"); in GenerateFixedLenJsonSchemaRecord() 99 size_t found = val.rfind("PerfTest"); in GenerateFixedLenSchemaPerfRecord()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 264 if (mime.rfind(prefixType, 0) == 0 && utdTypeCfg.belongingToTypes.size() > 0) { in GetTypeIdFromCfg() 318 if ((mime == mimeType) || (prefixMatch && mime.rfind(prefixType, 0) == 0)) { in GetTypeIdsFromCfg()
|
/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_incremental_restore_async.cpp | 106 if (formatFileName.rfind(string(BConstants::EXT_BACKUP_MANAGE)) != string::npos) { in OnFileReady() 188 string realPathInReceive = realNameInReceive.substr(0, realNameInReceive.rfind("/")); in ReadyExtManage()
|
H A D | tools_op_restore_async.cpp | 106 if (formatFileName.rfind(string(BConstants::EXT_BACKUP_MANAGE)) != string::npos) { in OnFileReady() 192 string realPathInReceive = realNameInReceive.substr(0, realNameInReceive.rfind("/")); in ReadyExtManage()
|
H A D | tools_op_restore.cpp | 226 if (filePath.rfind("/") == string::npos) { in RestoreApp() 229 string fileName = filePath.substr(filePath.rfind("/") + 1); in RestoreApp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 512 auto It = Cand.rfind(Suffix); in getCanonicalFnName() 515 auto Dit = Cand.rfind('.'); in getCanonicalFnName()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
H A D | js_ability_stage.cpp | 98 srcPath.erase(srcPath.rfind(".")); in Create() 448 auto pos = srcPath.rfind('.'); in LoadJsSrcEntry() 695 size_t pos = resName.rfind(PROFILE_FILE_PREFIX); in GetResFromResMgr()
|
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/ |
H A D | file_access_service.cpp | 110 size_t slashIndex = srcUriStr.rfind("/"); in IsParentUri() 125 size_t slashIndex = comparedUriStr.rfind("/"); in IsChildUri() 603 size_t slashIndex = uriStr.rfind("/"); in OnChange()
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_helper.cpp | 74 size_t index = value.rfind(suffix);
in EndWith()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | child_process_record.cpp | 32 auto pos = request.srcEntry.rfind(":"); in ChildProcessRecord()
|