| /foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
| D | extractor.cpp | 61 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/ |
| D | medialibrary_scanner_db_test.cpp | 134 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/ |
| D | Common.ts | 62 relativePath: string, property
|
| /foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
| D | mount_manager.cpp | 86 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/ |
| D | create_delete_directory_test.cpp | 58 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/ |
| D | medialibrary_dir_operations.cpp | 65 string relativePath; in CreateDirOperation() local
|
| D | medialibrary_object_utils.cpp | 176 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/ |
| D | medialibrary_queryperf_test.cpp | 228 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/ |
| D | zip_writer.cpp | 97 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/ |
| D | module_manager_test.cpp | 130 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/ |
| D | medialibrary_object_test.cpp | 367 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/ |
| D | os_account_observer.cpp | 51 void OsAccountObserver::AddMPInfo(const int id, const std::string &relativePath) in AddMPInfo()
|
| /foundation/arkui/napi/module_manager/test/mock/src/ |
| D | mock_native_module_manager.cpp | 58 const char* relativePath, bool internal, const bool isAppModule) in FindNativeModuleByDisk()
|
| /foundation/filemanagement/dfs_service/utils/system/src/ |
| D | dfsu_mount_argument_descriptors.cpp | 104 MountArgument DfsuMountArgumentDescriptors::Alpha(int userId, string relativePath) in Alpha()
|
| /foundation/multimedia/media_library/frameworks/services/media_file_extension/src/ |
| D | media_file_extention_utils.cpp | 150 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/ |
| D | native_module_manager.cpp | 408 const char* path, bool isAppModule, bool internal, const char* relativePath) in LoadNativeModule() 478 …const 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/ |
| D | audio_effect_server.cpp | 46 static bool LoadLibrary(const std::string &relativePath, std::unique_ptr<AudioEffectLibEntry>& libE… in LoadLibrary()
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
| D | photo_album.cpp | 115 void PhotoAlbum::SetRelativePath(const string &relativePath) in SetRelativePath()
|
| D | media_file_utils.cpp | 471 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/ |
| D | mount_argument_utils.cpp | 155 MountArgument MountArgumentDescriptors::Alpha(int userId, string relativePath) in Alpha()
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/ |
| D | media_library_manager.cpp | 207 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/ |
| D | medialibrary_file_access_test.cpp | 2819 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/ |
| D | medialibrary_audio_operations_test.cpp | 318 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/ |
| D | medialibrary_photo_operations_test.cpp | 319 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/ |
| D | file_data_handler.cpp | 313 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
|