/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | extractor.cpp | 63 std::string relativePath = GetRelativePath(srcPath); in GetFileBuffer() 160 std::string relativePath = GetRelativePath(fileName); in GetData() 166 std::string relativePath = GetRelativePath(fileName); in GetSafeData() 176 std::string relativePath = GetRelativePath(fileName); in GetMmapData() 213 std::string relativePath = GetRelativePath(fileName); in ExtractToBufByName() 219 std::string relativePath = GetRelativePath(fileName); in GetFileInfo() 263 std::string relativePath = GetRelativePath(fileName); in IsHapCompress()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_smartalbum_map_operations.cpp | 154 …string name = to_string(fileAsset->GetId()) + fileAsset->GetRelativePath() + fileAsset->GetDisplay… in MakeRecycleDisplayName() 304 MediaFileUtils::AddDocsToRelativePath(fileAsset->GetRelativePath())); in RecycleDir() 332 string srcRelPath = fileAsset->GetRelativePath() + fileAsset->GetDisplayName() + "/"; in RecycleDir() 333 string newRelPath = fileAsset->GetRelativePath() + newName + "/"; in RecycleDir() 382 MediaFileUtils::AddDocsToRelativePath(fileAsset->GetRelativePath())); in RecycleFile()
|
H A D | medialibrary_asset_operations.cpp | 722 fileAsset.GetRelativePath()); in FillAssetInfo() 724 GetVirtualPath(fileAsset.GetRelativePath(), fileAsset.GetDisplayName())); in FillAssetInfo() 1081 if (newRelativePath == fileAsset->GetRelativePath()) { in UpdateRelativePath() 1115 relativePath = fileAsset->GetRelativePath(); in UpdateVirtualPath()
|
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/root_info/ |
H A D | napi_root_info_exporter.h | 41 static napi_value GetRelativePath(napi_env env, napi_callback_info info);
|
H A D | napi_root_info_exporter.cpp | 39 NVal::DeclareNapiGetter("relativePath", GetRelativePath), in Export() 236 napi_value NapiRootInfoExporter::GetRelativePath(napi_env env, napi_callback_info info) in GetRelativePath() function in OHOS::FileAccessFwk::NapiRootInfoExporter
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
H A D | photo_album_asset_test.cpp | 68 EXPECT_EQ(photoAlbum.GetRelativePath(), TEST_RELATIVE_PATH);
|
H A D | file_asset_test.cpp | 55 EXPECT_EQ(fileAsset.GetRelativePath(), TEST_RELATIVE_PATH);
|
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/file_info/ |
H A D | napi_file_info_exporter.h | 40 static napi_value GetRelativePath(napi_env env, napi_callback_info info);
|
H A D | napi_file_info_exporter.cpp | 33 NVal::DeclareNapiGetter("relativePath", GetRelativePath), in Export() 236 napi_value NapiFileInfoExporter::GetRelativePath(napi_env env, napi_callback_info info) in GetRelativePath() function in OHOS::FileAccessFwk::NapiFileInfoExporter
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | file_path_utils.h | 42 std::string GetRelativePath(const std::string& srcPath);
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | photo_album.h | 66 EXPORT const std::string& GetRelativePath() const;
|
H A D | file_asset.h | 61 EXPORT const std::string &GetRelativePath() const;
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | source_map.h | 94 std::string GetRelativePath(const std::string& sources);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | photo_album.cpp | 160 const string& PhotoAlbum::GetRelativePath() const in GetRelativePath() function in OHOS::Media::PhotoAlbum
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_file_asset_napi.cpp | 252 std::string SendableFileAssetNapi::GetRelativePath() const in GetRelativePath() function in OHOS::Media::SendableFileAssetNapi 254 return fileAssetPtr->GetRelativePath(); in GetRelativePath() 472 MediaFileUtils::AddDocsToRelativePath(fileAsset->GetRelativePath())); in BuildCommitModifyValuesBucket() 492 valuesBucket.Put(MEDIA_DATA_DB_RELATIVE_PATH, fileAsset->GetRelativePath()); in BuildCommitModifyValuesBucket() 623 …&& !context->objectPtr->GetRelativePath().empty() && !context->objectPtr->GetDisplayName().empty()… in JSGetThumbnailExecute() 624 …path = ROOT_MEDIA_DIR + context->objectPtr->GetRelativePath() + context->objectPtr->GetDisplayName… in JSGetThumbnailExecute()
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/ |
H A D | sendable_file_asset_napi.h | 57 std::string GetRelativePath() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_base_utils.h | 97 static std::string GetRelativePath(const std::string& sources, std::string splitStr = "/\\");
|
H A D | jsi_base_utils.cpp | 364 const std::string sourceInfo = GetRelativePath(temp, "/"); in TranslateRawStack() 542 std::string sources = isBundle ? GetRelativePath(mapInfo.sources) : mapInfo.sources; in GetSourceInfo() 547 std::string JsiBaseUtils::GetRelativePath(const std::string& sources, std::string splitStr) in GetRelativePath() function in OHOS::Ace::Framework::JsiBaseUtils
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | source_map.cpp | 385 std::string SourceMap::GetRelativePath(const std::string& sources) in GetRelativePath() function in OHOS::JsEnv::SourceMap 480 std::string sources = isModular_ ? mapInfo.sources : GetRelativePath(mapInfo.sources); in GetSourceInfo()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_loader.h | 134 … static BASE_NS::string GetRelativePath(BASE_NS::string_view path, BASE_NS::string_view relativeTo) in GetRelativePath() function
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/ |
H A D | metadata.h | 44 EXPORT const std::string &GetRelativePath() const;
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/ |
H A D | source_map_test.cpp | 258 auto res = modSourceMap->GetRelativePath(sources);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/ |
H A D | media_file_extention_utils.cpp | 1134 valuesBucket.Put(MEDIA_DATA_DB_RELATIVE_PATH, fileAsset->GetRelativePath()); in HandleFileRename() 1202 if (fileAsset->GetRelativePath().empty()) { in HandleAlbumRename() 1219 string parentPath = ROOT_MEDIA_DIR + fileAsset->GetRelativePath(); in HandleAlbumRename() 1340 string srcParentPath = ROOT_MEDIA_DIR + fileAsset->GetRelativePath(); in HandleAlbumMove() 1396 string srcRelPath = fileAsset->GetRelativePath(); in CheckRootDir()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_unittest_utils/src/ |
H A D | medialibrary_unittest_utils.cpp | 218 … string relativePath = MediaFileUtils::AddDocsToRelativePath(parentAlbumAsset->GetRelativePath() + in CreateFile()
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | file_asset_napi.h | 61 std::string GetRelativePath() const;
|