Home
last modified time | relevance | path

Searched refs:GetRelativePath (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp63 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 Dmedialibrary_smartalbum_map_operations.cpp154 …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 Dmedialibrary_asset_operations.cpp722 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 Dnapi_root_info_exporter.h41 static napi_value GetRelativePath(napi_env env, napi_callback_info info);
H A Dnapi_root_info_exporter.cpp39 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 Dphoto_album_asset_test.cpp68 EXPECT_EQ(photoAlbum.GetRelativePath(), TEST_RELATIVE_PATH);
H A Dfile_asset_test.cpp55 EXPECT_EQ(fileAsset.GetRelativePath(), TEST_RELATIVE_PATH);
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/file_info/
H A Dnapi_file_info_exporter.h40 static napi_value GetRelativePath(napi_env env, napi_callback_info info);
H A Dnapi_file_info_exporter.cpp33 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 Dfile_path_utils.h42 std::string GetRelativePath(const std::string& srcPath);
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dphoto_album.h66 EXPORT const std::string& GetRelativePath() const;
H A Dfile_asset.h61 EXPORT const std::string &GetRelativePath() const;
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h94 std::string GetRelativePath(const std::string& sources);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dphoto_album.cpp160 const string& PhotoAlbum::GetRelativePath() const in GetRelativePath() function in OHOS::Media::PhotoAlbum
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_file_asset_napi.cpp252 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 Dsendable_file_asset_napi.h57 std::string GetRelativePath() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.h97 static std::string GetRelativePath(const std::string& sources, std::string splitStr = "/\\");
H A Djsi_base_utils.cpp364 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 Dsource_map.cpp385 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 Dasset_loader.h134 … 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 Dmetadata.h44 EXPORT const std::string &GetRelativePath() const;
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/
H A Dsource_map_test.cpp258 auto res = modSourceMap->GetRelativePath(sources);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/
H A Dmedia_file_extention_utils.cpp1134 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 Dmedialibrary_unittest_utils.cpp218 … string relativePath = MediaFileUtils::AddDocsToRelativePath(parentAlbumAsset->GetRelativePath() + in CreateFile()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfile_asset_napi.h61 std::string GetRelativePath() const;

12