Searched refs:defaultPath (Results 1 - 7 of 7) sorted by relevance
/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_app_load.c | 37 static int32_t TEEC_ReadApp(const TaFileInfo *taFile, const char *loadFile, bool defaultPath, 219 static int32_t TEEC_ReadApp(const TaFileInfo *taFile, const char *loadFile, bool defaultPath, in TEEC_ReadApp() argument 234 if (!defaultPath) { in TEEC_ReadApp()
|
/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 800 void HiviewPlatform::ValidateAndCreateDirectory(std::string& defaultPath, const std::string& realPath)
in ValidateAndCreateDirectory() argument 802 if (defaultPath != realPath) {
in ValidateAndCreateDirectory() 803 defaultPath = realPath;
in ValidateAndCreateDirectory() 805 if (FileUtil::IsDirectory(defaultPath)) {
in ValidateAndCreateDirectory() 808 FileUtil::CreateDirWithDefaultPerm(defaultPath, AID_SYSTEM, AID_SYSTEM);
in ValidateAndCreateDirectory()
|
/base/tee/tee_client/services/teecd/src/ |
H A D | fs_work_agent.c | 243 char *defaultPath = NULL; in GetPathStorage() local 246 defaultPath = USER_DATA_DIR; in GetPathStorage() 248 defaultPath = ROOT_DIR; in GetPathStorage() 253 rc = strncpy_s(path, pathLen, defaultPath, strlen(defaultPath) + 1); in GetPathStorage()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 79 std::vector<const char *> defaultPath { "/system/operator_config.json", "/chipset/operator_config.json", in HWTEST_F() 82 for (auto path : defaultPath) { in HWTEST_F() 135 std::vector<const char *> defaultPath { "/system/operator_config.json", "/chipset/operator_config.json", in HWTEST_F() 138 for (auto path : defaultPath) { in HWTEST_F()
|
/base/hiviewdfx/hiview/core/include/ |
H A D | hiview_platform.h | 168 void ValidateAndCreateDirectory(std::string& defaultPath, const std::string& realPath);
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_chipset_platform_encrypt_test.cpp | 590 constexpr const char defaultPath[] = "/data/input.json"; in HWTEST_F() local 593 envInputPath, defaultPath); in HWTEST_F() 597 inputPath = defaultPath; in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 1614 std::string defaultPath; in PlaySoundAndVibration() local 1616 defaultPath = "file:/" + DEFAULT_REMINDER_SOUND_1; in PlaySoundAndVibration() 1618 defaultPath = "file:/" + GetFullPath(DEFAULT_REMINDER_SOUND_2); in PlaySoundAndVibration() 1620 Uri defaultSound(defaultPath); in PlaySoundAndVibration()
|
Completed in 12 milliseconds