Home
last modified time | relevance | path

Searched refs:rfind (Results 176 - 200 of 396) sorted by relevance

12345678910>>...16

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdb_utils.cpp344 size_t lastSlash = filePath.rfind('/'); in GetFileName()
H A Dmedialibrary_smartalbum_map_operations.cpp57 size_t extensionIndex = assetPath.rfind("."); in MakeSuffixPathName()
163 size_t extensionIndex = fileAsset->GetDisplayName().rfind("."); in MakeRecycleDisplayName()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/photo_album_test/src/
H A Dphoto_album_test.cpp98 size_t slashIndex = path.rfind('/'); in GetLastDentry()
/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_report_entity.cpp55 if (str.rfind(sep) == str.size() - 1) { in SplitStringByChar()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dlist_file.cpp102 size_t found = string(filename.d_name).rfind('.'); in FilterSuffix()
H A Dtranslistener.cpp126 auto pos = info.sandboxPath.rfind('/'); in PrepareCopySession()
H A Dcopy_dir.cpp166 size_t found = std::string(src).rfind('/'); in CopyDirFunc()
/third_party/node/tools/gyp/
H A Dtest_gyp.py231 index = msg.rfind("\n")
/third_party/ninja/misc/
H A Dninja_syntax.py175 space = text.rfind(' ', 0, space)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
H A Dtest_gyp.py231 index = msg.rfind("\n")
/third_party/node/deps/v8/src/torque/
H A Dutils.cc96 if (uri.rfind(kFileUriPrefix) != 0) return base::nullopt; in FileUriDecode()
/third_party/python/Lib/
H A Dtextwrap.py220 hyphen = chunk.rfind('-', 0, space_left)
H A Dpyclbr.py149 i = module.rfind('.')
/third_party/python/Lib/json/
H A Ddecoder.py33 colno = pos - doc.rfind('\n', 0, pos)
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dusage_test.cc75 auto absl_pos = fname.rfind("absl/"); in NormalizeFileName()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp310 path.erase(path.rfind(".")); in ParseAbilityInfo()
311 auto abilityNameFromPath = path.substr(path.rfind('/') + 1, path.length()); in ParseAbilityInfo()
401 srcEntrance.erase(srcEntrance.rfind(".")); in LoadAbilityStage()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp272 size_t secondPos = rawStack.rfind(':', lineEnd); in GetErrorPos()
277 size_t firstPos = rawStack.rfind(':', secondPos - 1); in GetErrorPos()
404 if (temp.rfind(runningPageTag) == std::string::npos) { in TranslateStack()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp153 auto position = fileName.rfind('.'); in CheckFileType()
794 auto position = source.rfind(suffix); in EndWith()
837 auto lastPathSeperator = filePath.rfind(ServiceConstants::PATH_SEPARATOR); in CopyFileToSecurityDir()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp935 size_t slash = source.rfind('\\'); in SplitFilename()
937 slash = source.rfind('/'); in SplitFilename()
950 const size_t slash = source.rfind('.'); in SplitBaseFilename()
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp131 if (!timeSlot.empty() && pathInRecur.rfind(TRASH_SUB_DIR + timeSlot + "/") != string::npos) { in RecursiveFunc()
207 size_t pos = realFilePath.rfind(TRASH_SUB_DIR + timeSlot + "/"); in FindSourceFilePath()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp630 if (dir.rfind("/") != std::string::npos) { in GetCurrentDir()
631 dir.erase(dir.rfind("/") + 1); in GetCurrentDir()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp511 auto pos = physicalPath.rfind('/'); in CheckCopyRule()
523 auto pos = checkPath.rfind('/'); in CheckCopyRule()
/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()

Completed in 29 milliseconds

12345678910>>...16