Home
last modified time | relevance | path

Searched refs:rfind (Results 201 - 225 of 401) sorted by relevance

12345678910>>...17

/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp172 auto slashIndex = origDir.rfind("/"); in GetBackupDir()
397 auto pos = backupDir.rfind("/"); in CreateTempDirForMixFiles()
/third_party/node/src/
H A Dinspector_socket.cc157 size_t last_colon_pos = host.rfind(':'); in TrimPort()
160 size_t bracket = host.rfind(']'); in TrimPort()
/third_party/rust/crates/either/src/
H A Dlib.rs1047 fn rfind<P>(&mut self, predicate: P) -> Option<Self::Item> in rfind() functions
1051 for_both!(*self, ref mut inner => inner.rfind(predicate)) in rfind()
/third_party/python/Lib/
H A Dsmtplib.py330 if not port and (host.find(':') == host.rfind(':')):
331 i = host.rfind(':')
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
H A Dfuzz.cpp743 size_t dot_pos = in_binary_file.rfind('.'); in main()
812 dot_pos = out_binary_file.rfind('.'); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp743 size_t dot_pos = in_binary_file.rfind('.'); in main()
812 dot_pos = out_binary_file.rfind('.'); in main()
/third_party/spirv-tools/tools/fuzz/
H A Dfuzz.cpp724 size_t dot_pos = in_binary_file.rfind('.'); in main()
789 dot_pos = out_binary_file.rfind('.'); in main()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_object_utils.cpp318 size_t slashIndex = lastPath.rfind(SLASH_CHAR); in GetLastDirExistInDb()
1087 size_t pos = relativePath.rfind('/'); in GetRelativePathFromFilePath()
1104 size_t found = dstPath.rfind("/"); in UpdateFileInfoInDb()
1586 auto pos = relativePath.rfind('/'); in GetRelativePathFromPath()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp235 if (dir.rfind("/") == std::string::npos && dir.rfind("\\") == std::string::npos) { in GetCurrentDir()
240 if (dir.rfind("/") != std::string::npos) { in GetCurrentDir()
241 dir.erase(dir.rfind("/") + 1); in GetCurrentDir()
/third_party/python/Lib/http/
H A Dcookiejar.py579 i = A.rfind(B)
1029 i = domain.rfind(".")
1030 j = domain.rfind(".", 0, i)
1516 i = path.rfind("/")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp2319 a = Name.rfind('/'); in guessLibraryShortName()
2325 Idx = Foo.rfind('_'); in guessLibraryShortName()
2335 b = Name.rfind('/', a); in guessLibraryShortName()
2351 c = Name.rfind('/', b); in guessLibraryShortName()
2357 d = Name.rfind('/', c); in guessLibraryShortName()
2372 a = Name.rfind('.'); in guessLibraryShortName()
2386 b = Name.rfind('/', a); in guessLibraryShortName()
2392 Idx = Name.rfind('_'); in guessLibraryShortName()
2416 b = Name.rfind('/', a); in guessLibraryShortName()
/third_party/json/tools/cpplint/
H A Dcpplint.py3717 prevbrace = prev_line.rfind('{')
4441 closing_brace_pos = match.group(1).rfind(')')
5623 endpos = line.rfind('>')
6263 declarator_end = line.rfind(')')
6267 if linenum > 1 and clean_lines.elided[linenum - 1].rfind(')') >= 0:
6656 file_extension = filename[filename.rfind('.') + 1:]
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_interface_type_emitter.cpp130 size_t index = typeName_.rfind(':'); in GetNamespaceWithColon()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H A Dsa_rust_interface_code_emitter.cpp125 size_t pos = fpnp.rfind(".."); in GeneratePath()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.cpp777 size_t index = import.rfind('.'); in GetImportFilePath()
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.cpp176 auto pos = srcPath.rfind('.'); in LoadJsCode()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp309 auto position = path.rfind('/'); in SetPluginComponentTheme()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp116 auto lineBreakPos = jsCode.rfind('\n', jsCode.length() - 2); in GetOriginalNames()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp228 } else if (rawString.rfind(STATE_VALUE_KEY_WORD) != std::string::npos) { in ParseContent()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp44 return str.rfind(substr) == (str.length() - substr.length()); in EndsWith()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp87 auto pos = bundleDir.rfind('/'); in InstallNormalAppInHmp()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server_dump.cpp154 if (moduleName.rfind("fifo", 0) == SUCCESS) { in IsValidModule()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.cpp131 size_t idx = rootPath.rfind('/'); in ParseConfig()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_packer.cpp60 return name.rfind(prefix) == (name.length() - prefix.length()); in IsEncodeSecureMode()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Dmultistages_capture_deferred_photo_proc_session_callback.cpp224 size_t slashIndex = imageId.rfind("/"); in GetCommandByImageId()

Completed in 43 milliseconds

12345678910>>...17