Home
last modified time | relevance | path

Searched refs:rfind (Results 126 - 150 of 396) sorted by relevance

12345678910>>...16

/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/file/
H A Daudio_renderer_file_sink.cpp147 auto pos = filePath_.rfind("/"); in Start()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/file/
H A Daudio_capturer_file_source.cpp141 auto pos = sourceFilePath.rfind("/"); in Init()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_uri_utils.cpp147 auto index = uri.rfind('&'); in GetDateTakenFromUri()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dwatchdog_task.cpp70 pos = procCmdlineContent.rfind('/'); in GetProcessNameFromProcCmdline()
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_abs_result_set.cpp185 auto periodIndex = columnName.rfind('.'); in GetColumnIndex()
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test.cpp172 size_t posCnt = path.rfind("/") + 1; in GetImageSavePath()
/third_party/gn/src/gn/
H A Dbundle_data.cc166 size_t last_separator = root_dir_value.rfind('/'); in GetBundleRootDirOutput()
/third_party/node/test/message/
H A Dtestcfg.py127 output_path = file_path[:file_path.rfind('.')] + '.out'
/third_party/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py135 space = text.rfind(" ", 0, space)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py135 space = text.rfind(" ", 0, space)
/third_party/pcre2/pcre2/maint/
H A DGenerateCommon.py301 i = script_name.rfind('/')
/third_party/skia/third_party/externals/oboe/src/common/
H A DQuirksManager.cpp73 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 DTarWriter.cpp134 size_t Sep = Path.rfind('/', sizeof(UstarHeader::Prefix) + 1); in splitUstar()
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp93 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 Dmedialibrary_multistages_video_capture_test.cpp58 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 Ddistributeddb_schema_test_tools.cpp43 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 Dutd_client.cpp264 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 Dtools_op_incremental_restore_async.cpp106 if (formatFileName.rfind(string(BConstants::EXT_BACKUP_MANAGE)) != string::npos) { in OnFileReady()
188 string realPathInReceive = realNameInReceive.substr(0, realNameInReceive.rfind("/")); in ReadyExtManage()
H A Dtools_op_restore_async.cpp106 if (formatFileName.rfind(string(BConstants::EXT_BACKUP_MANAGE)) != string::npos) { in OnFileReady()
192 string realPathInReceive = realNameInReceive.substr(0, realNameInReceive.rfind("/")); in ReadyExtManage()
H A Dtools_op_restore.cpp226 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 DSampleProf.h512 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 Djs_ability_stage.cpp98 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 Dfile_access_service.cpp110 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 Dstring_helper.cpp74 size_t index = value.rfind(suffix); in EndWith()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dchild_process_record.cpp32 auto pos = request.srcEntry.rfind(":"); in ChildProcessRecord()

Completed in 16 milliseconds

12345678910>>...16