Home
last modified time | relevance | path

Searched defs:relativePath (Results 1 – 25 of 55) sorted by relevance

123

/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
Dextractor.cpp61 std::string relativePath = GetRelativePath(srcPath); in GetFileBuffer() local
179 std::string relativePath = GetRelativePath(fileName); in GetData() local
185 std::string relativePath = GetRelativePath(fileName); in GetSafeData() local
195 std::string relativePath = GetRelativePath(fileName); in GetMmapData() local
231 std::string relativePath = GetRelativePath(fileName); in ExtractToBufByName() local
237 std::string relativePath = GetRelativePath(fileName); in GetFileInfo() local
281 std::string relativePath = GetRelativePath(fileName); in IsHapCompress() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_db_test/src/
Dmedialibrary_scanner_db_test.cpp134 string relativePath = ScannerUtils::GetParentPath(albumPath) + SLASH_CHAR; variable
160 string relativePath = ScannerUtils::GetParentPath(albumPath) + SLASH_CHAR; variable
209 string relativePath = ScannerUtils::GetParentPath(albumPath) + SLASH_CHAR; variable
289 string relativePath = ScannerUtils::GetParentPath(albumPath) + SLASH_CHAR; variable
316 string relativePath = ScannerUtils::GetParentPath(albumPath) + SLASH_CHAR; variable
/foundation/filemanagement/user_file_service/services/file_extension_hap/entry/src/main/ets/FileExtensionAbility/
DCommon.ts62 relativePath: string, property
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
Dmount_manager.cpp86 int32_t MountManager::HmdfsTwiceMount(int32_t userId, std::string relativePath) in HmdfsTwiceMount()
131 int32_t MountManager::HmdfsMount(int32_t userId, std::string relativePath) in HmdfsMount()
252 int32_t MountManager::HmdfsTwiceUMount(int32_t userId, std::string relativePath) in HmdfsTwiceUMount()
277 int32_t MountManager::HmdfsUMount(int32_t userId, std::string relativePath) in HmdfsUMount()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/create_delete_directory_test/src/
Dcreate_delete_directory_test.cpp58 static inline int32_t GetAlbumId(string &&relativePath) in GetAlbumId()
68 static int32_t CreateDir(string &&relativePath) in CreateDir()
80 static int32_t DeleteDir(string &relativePath) in DeleteDir()
98 string relativePath = "Pictures/" + testNum + "/"; in TrashDir() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmedialibrary_dir_operations.cpp65 string relativePath; in CreateDirOperation() local
Dmedialibrary_object_utils.cpp176 void GetRelativePathFromValues(ValuesBucket &values, string &relativePath, int32_t mediaType) in GetRelativePathFromValues()
198 string relativePath; in CreateFileObj() local
301 string relativePath; in SetDirValuesByPath() local
937 void MediaLibraryObjectUtils::GetDefaultRelativePath(const int32_t mediaType, string &relativePath) in GetDefaultRelativePath()
955 string relativePath; in GetRelativePathFromFilePath() local
1348 const string &relativePath) in CopyAsset()
1413 int count, const string &relativePath, const string &displayName) in GetFileResult()
1431 const string &relativePath) in CopyDir()
1483 string relativePath; in GetRelativePathFromPath() local
1496 string relativePath = GetRelativePathFromPath(destFilePath); in CheckDirExtension() local
[all …]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_queryperf_test/src/
Dmedialibrary_queryperf_test.cpp228 string relativePath; variable
277 string relativePath; variable
326 string relativePath; variable
456 string relativePath; variable
505 string relativePath; variable
556 string relativePath; variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
Dzip_writer.cpp97 bool AddFileEntryToZip(zipFile zip_file, FilePath &relativePath, FilePath &absolutePath, const OPTI… in AddFileEntryToZip()
209 FilePath &relativePath = relativePaths[i]; in FlushEntriesIfNeeded() local
/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
Dmodule_manager_test.cpp130 const char *relativePath = "relativePath_004"; variable
155 const char *relativePath = "errorPath_005"; variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_object_test/src/
Dmedialibrary_object_test.cpp367 string relativePath = ""; variable
379 string relativePath = ""; variable
444 string relativePath = ""; variable
609 string relativePath = "/storage/cloud/files/"; variable
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/multiuser/
Dos_account_observer.cpp51 void OsAccountObserver::AddMPInfo(const int id, const std::string &relativePath) in AddMPInfo()
/foundation/arkui/napi/module_manager/test/mock/src/
Dmock_native_module_manager.cpp58 const char* relativePath, bool internal, const bool isAppModule) in FindNativeModuleByDisk()
/foundation/filemanagement/dfs_service/utils/system/src/
Ddfsu_mount_argument_descriptors.cpp104 MountArgument DfsuMountArgumentDescriptors::Alpha(int userId, string relativePath) in Alpha()
/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/
Dmedia_file_extention_utils.cpp150 string relativePath = albumPath.substr(ROOT_MEDIA_DIR.size()) + SLASH_CHAR; in CreateFile() local
185 string relativePath; in Mkdir() local
228 string relativePath = GetStringVal(MEDIA_DATA_DB_RELATIVE_PATH, result); in Delete() local
433 … MediaFileExtentionUtils::GetAlbumRelativePathFromDB(const string &selectUri, string &relativePath) in GetAlbumRelativePathFromDB()
488 string relativePath; in GetListFilePredicates() local
846 string relativePath = GetStringVal(MEDIA_DATA_DB_RELATIVE_PATH, result); in SetScanFileSelection() local
1108 int MediaFileExtentionUtils::GetFileInfoFromRelativePath(const string &relativePath, FileAccessFwk:… in GetFileInfoFromRelativePath()
1157 string relativePath = ""; in GetRelativePathFromPath() local
1263 string relativePath = GetStringVal(MEDIA_DATA_DB_RELATIVE_PATH, result); in Rename() local
1460 string relativePath = GetStringVal(MEDIA_DATA_DB_RELATIVE_PATH, result); in Move() local
[all …]
/foundation/arkui/napi/module_manager/
Dnative_module_manager.cpp408 const char* path, bool isAppModule, bool internal, const char* relativePath) in LoadNativeModule()
478const char* relativePath, bool isAppModule, char nativeModulePath[][NAPI_PATH_MAX], int32_t pathLe… in GetNativeModulePath()
703 …const char* moduleName, const char* path, const char* relativePath, bool internal, const bool isA… in FindNativeModuleByDisk()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
Daudio_effect_server.cpp46 static bool LoadLibrary(const std::string &relativePath, std::unique_ptr<AudioEffectLibEntry>& libE… in LoadLibrary()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
Dphoto_album.cpp115 void PhotoAlbum::SetRelativePath(const string &relativePath) in SetRelativePath()
Dmedia_file_utils.cpp471 int32_t MediaFileUtils::CheckRelativePath(const std::string &relativePath) in CheckTitle()
506 void MediaFileUtils::FormatRelativePath(string &relativePath) in CheckTitle()
520 void MediaFileUtils::GetRootDirFromRelativePath(const string &relativePath, string &rootDir) in CheckTitle()
1184 string relativePath = path.substr(ROOT_MEDIA_DIR.size()); in CheckDentryName() local
1201 string relativePath = path.substr(ROOT_MEDIA_DIR.size()); in CheckDentryName() local
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
Dmount_argument_utils.cpp155 MountArgument MountArgumentDescriptors::Alpha(int userId, string relativePath) in Alpha()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/
Dmedia_library_manager.cpp207 string relativePath = tempPath.substr(ROOT_MEDIA_DIR.length()); in GetFilePathFromUri() local
235 string relativePath = tempPath.substr(ROOT_MEDIA_DIR.length()); in GetUriFromFilePath() local
/foundation/filemanagement/user_file_service/test/unittest/
Dmedialibrary_file_access_test.cpp2819 string relativePath = ""; variable
2867 string relativePath = "test/"; variable
2903 string relativePath = "Download/"; variable
2943 string relativePath = "Download/"; variable
2986 string relativePath = "Download/"; variable
3036 std::string relativePath = "Documents/"; variable
3079 std::string relativePath = "Documents/Test/"; variable
3124 std::string relativePath = "Documents/"; variable
3261 std::string relativePath = "test/test.txt"; variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/
Dmedialibrary_audio_operations_test.cpp318 inline int32_t CreateAudioApi9(int mediaType, const string &displayName, const string &relativePath) in CreateAudioApi9()
413 int32_t SetDefaultAudioApi9(int mediaType, const string &displayName, const string &relativePath) in SetDefaultAudioApi9()
577 void TestAudioCreateParamsApi9(const string &displayName, int32_t type, const string &relativePath, in TestAudioCreateParamsApi9()
1296 string relativePath = "Audios/1/"; variable
1323 string relativePath = "Audios/1/"; variable
1368 string relativePath = "Audios/1/"; variable
1407 string relativePath = "Audios/1/"; variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
Dmedialibrary_photo_operations_test.cpp319 inline int32_t CreatePhotoApi9(int mediaType, const string &displayName, const string &relativePath) in CreatePhotoApi9()
414 int32_t SetDefaultPhotoApi9(int mediaType, const string &displayName, const string &relativePath) in SetDefaultPhotoApi9()
577 void TestPhotoCreateParamsApi9(const string &displayName, int32_t type, const string &relativePath, in TestPhotoCreateParamsApi9()
1388 string relativePath = "Pictures/1/"; variable
1415 string relativePath = "Pictures/1/"; variable
1460 string relativePath = "Pictures/1/"; variable
1499 string relativePath = "Pictures/1/"; variable
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/gallery_data_sync/
Dfile_data_handler.cpp313 string relativePath; in DentryInsert() local
351 string relativePath; in DentryInsertThumb() local
375 string relativePath; in DentryRemoveThumb() local
482 …ataHandler::ConflictRename(NativeRdb::ResultSet &resultSet, string &fullPath, string &relativePath) in ConflictRename()
578 string &relativePath) in ConflictMerge()
609 string &relativePath) in GetConflictData()
773 string fullPath, relativePath; in PullRecordConflict() local
1222 string relativePath; in PullRecordDelete() local
1267 string relativePath; in OnDownloadSuccess() local

123