| /foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_posix/ |
| D | kv_store.c | 40 static int GetResolvedPath(const char* dataPath, const char* key, char* resolvedPath, unsigned int … in GetResolvedPath() 64 static int GetValueByFile(const char* dataPath, const char* key, char* value, unsigned int len) in GetValueByFile() 99 static int SetValueToFile(const char* dataPath, const char* key, const char* value) in SetValueToFile() 121 static int DeleteValueFromFile(const char* dataPath, const char* key) in DeleteValueFromFile() 136 static int InitKv(const char* dataPath) in InitKv() 161 static int GetCurrentItem(const char* dataPath) in GetCurrentItem() 193 static boolean NewItem(const char* dataPath, const char* key) in NewItem() 217 const char* dataPath = g_dataPath; in UtilsGetValue() local 246 const char* dataPath = g_dataPath; in UtilsSetValue() local 285 const char* dataPath = g_dataPath; in UtilsDeleteValue() local
|
| /foundation/ability/ability_lite/frameworks/ability_lite/src/ |
| D | ability_env.cpp | 36 const std::string &dataPath = OHOS::AbilityEnvImpl::GetInstance().GetDataPath(); in GetDataPath() local
|
| D | ability_scheduler.cpp | 48 char *dataPath = reinterpret_cast<char *>(ReadString(data, nullptr)); in AmsCallback() local
|
| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
| D | bundle_daemon_handler.cpp | 131 int32_t BundleDaemonHandler::CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, bo… in CreateDataDirectory() 156 int32_t BundleDaemonHandler::RemoveInstallDirectory(const char *codePath, const char *dataPath, boo… in RemoveInstallDirectory() 268 bool BundleDaemonHandler::IsValideDataPath(const char *dataPath) in IsValideDataPath()
|
| D | bundle_daemon.cpp | 193 const char *dataPath = reinterpret_cast<char *>(ReadString(req, &len)); in CreateDataDirectoryInvoke() local 250 std::string dataPath = ""; in RemoveInstallDirectoryInvoke() local
|
| /foundation/ability/ability_lite/frameworks/ability_lite/include/ |
| D | app_info.h | 25 std::string dataPath; member
|
| /foundation/multimedia/histreamer/tests/st/helper/ |
| D | lite_stream_player.cpp | 132 int ReadDataFromFile(std::string dataPath) in ReadDataFromFile() 162 int StartLiteStreamPlayer(const std::string& dataPath) in StartLiteStreamPlayer()
|
| /foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
| D | application_env_impl.h | 31 std::string dataPath; member
|
| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
| D | bundle_daemon_client.cpp | 270 int32_t BundleDaemonClient::CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, boo… in RegisterCallback() 364 int32_t BundleDaemonClient::RemoveInstallDirectory(const char *codePath, const char *dataPath, bool… in RegisterCallback()
|
| D | bundle_info_creator.cpp | 121 std::string dataPath = dataDirPath + PATH_SEPARATOR + bundleProfile.bundleName; in SetBundleInfo() local
|
| D | bundle_installer.cpp | 371 std::string dataPath = dataDirPath_ + PATH_SEPARATOR + record.bundleName; in HandleFileAndBackUpRecord() local
|
| D | gt_bundle_parser.cpp | 633 char *dataPath = reinterpret_cast<char *>(UI_Malloc(len)); in SetBundleInfo() local
|
| D | gt_bundle_installer.cpp | 450 const char *randStr, const char *dataPath, bool isUpdate) in HandleFileAndBackUpRecord()
|
| D | bundle_manager_service.cpp | 642 char *dataPath = installedInfo->dataPath; in GetBundleSize() local
|
| D | gt_bundle_manager_service.cpp | 244 char *dataPath = installedInfo->dataPath; in GetBundleSize() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
| D | js_app_context.cpp | 323 const char *dataPath = GetDataPath(); in GetResourcePath() local 346 char *dataPath = StringUtil::Malloc(dataPathSize); in ProcessResourcePathByConfiguration() local
|
| /foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
| D | bundle_info.h | 102 char *dataPath; member
|
| /foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
| D | bundle_info_utils.cpp | 197 bool BundleInfoUtils::SetBundleInfoDataPath(BundleInfo *bundleInfo, const char *dataPath) in SetBundleInfoDataPath()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| D | camera_component.cpp | 141 const char *dataPath = GetDataPath(); in CreateFilePath() local
|
| /foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/ |
| D | bundle_mgr_sandbox_app_system_test.cpp | 253 auto dataPath = BUNDLE_DATA_DIR1 + innerBundleName; in CheckPathAreExisted() local 289 auto dataPath = BUNDLE_DATA_DIR1 + innerBundleName; in CheckPathAreNonExisted() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
| D | installd_operator.cpp | 478 bool InstalldOperator::DeleteFiles(const std::string &dataPath) in DeleteFiles()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/ |
| D | bms_bundle_sandbox_app_test.cpp | 307 auto dataPath = BUNDLE_DATA_DIR1 + innerBundleName; in CheckPathAreExisted() local 343 auto dataPath = BUNDLE_DATA_DIR1 + innerBundleName; in CheckPathAreNonExisted() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
| D | web_delegate.cpp | 1527 std::string dataPath = filesDataPath.substr(0, baseIndex + baseDir.length()); in PrepareInitOHOSWeb() local
|