Home
last modified time | relevance | path

Searched refs:defaultPath (Results 1 - 7 of 7) sorted by relevance

/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_app_load.c37 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 Dhiview_platform.cpp800 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 Dfs_work_agent.c243 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 Dsim_test.cpp79 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 Dhiview_platform.h168 void ValidateAndCreateDirectory(std::string& defaultPath, const std::string& realPath);
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_chipset_platform_encrypt_test.cpp590 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 Dreminder_data_manager.cpp1614 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 11 milliseconds