Home
last modified time | relevance | path

Searched defs:path (Results 1501 - 1525 of 6240) sorted by relevance

1...<<61626364656667686970>>...250

/base/startup/init/services/param/liteos/
H A Dparam_persistadp.c70 char *path = (InUpdaterMode() == 0) ? PARAM_PERSIST_SAVE_PATH : "/param/persist_parameters"; in SavePersistParam() local
87 char *path = (InUpdaterMode() == 0) ? PARAM_PERSIST_SAVE_TMP_PATH : "/param/tmp_persist_parameters"; in BatchSavePersistParamBegin() local
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_child_test.cpp60 static char path[PATH_MAX] = {}; in CreateTestAppSpawnContent() local
H A Dapp_spawn_cgroup_test.cpp65 static int GetTestCGroupFilePath(const AppSpawnedProcess *appInfo, const char *fileName, char *path, bool create) in GetTestCGroupFilePath() argument
88 char path[PATH_MAX] = {}; in HWTEST_F() local
92 break, "Invalid path: %s", path); HWTEST_F() local
109 char path[PATH_MAX] = {}; HWTEST_F() local
162 char path[PATH_MAX] = {}; HWTEST_F() local
188 char path[PATH_MAX] = {}; HWTEST_F() local
224 char path[PATH_MAX] = {}; HWTEST_F() local
253 char path[PATH_MAX] = {}; HWTEST_F() local
301 char path[PATH_MAX] = {}; HWTEST_F() local
345 char path[PATH_MAX] = {}; HWTEST_F() local
368 char path[PATH_MAX] = {}; HWTEST_F() local
[all...]
H A Dapp_spawn_beget_test.cpp129 char path[PATH_MAX] = {}; in HWTEST_F() local
/base/security/huks/test/unittest/huks_lite_test/common/
H A Dhks_test_file_operator.c30 static int32_t GetFullFileName(const char *path, const char *fileName, char **fullFileName) in GetFullFileName() argument
52 int32_t HksTestIsFileExist(const char *path, const char *fileName) in HksTestIsFileExist() argument
142 int32_t HksTestFileRemove(const char *path, const char *fileName) in HksTestFileRemove() argument
154 int32_t HksTestFileRead(const char *path, const char *fileName, uint32_t offset, struct HksBlob *blob, uint32_t *size) in HksTestFileRead() argument
171 int32_t HksTestFileWrite(const char *path, const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t len) in HksTestFileWrite() argument
188 HksTestFileSize(const char *path, const char *fileName) HksTestFileSize() argument
[all...]
/base/startup/appspawn/service/hnp/base/
H A Dhnp_file.c132 static int HnpDeleteAllFileInPath(const char *path, DIR *dir) in HnpDeleteAllFileInPath() argument
178 int HnpDeleteFolder(const char *path) in HnpDeleteFolder() argument
202 HnpCreateFolder(const char* path) HnpCreateFolder() argument
256 HnpPathFileCount(const char *path) HnpPathFileCount() argument
[all...]
/base/startup/init/interfaces/innerkits/fs_manager/switch_root/
H A Dswitch_root.c79 static bool UnderBasicMountPoint(const char *path) in UnderBasicMountPoint() argument
/base/security/huks/test/unittest/modify_old_version_key_test_util/
H A Dhks_test_modify_old_key.c98 void ChangeDirAndFiles(const char *path, uint32_t uid) in ChangeDirAndFiles() argument
140 void HksChangeOldKeyOwner(const char *path, uint32_t uid) in HksChangeOldKeyOwner() argument
/base/security/huks/utils/compatibility_bin/
H A Dcompatibility_small_bin.c37 static void ChangeDirAndFilesPerm(const char *path) in ChangeDirAndFilesPerm() argument
/base/security/huks/utils/file_iterative_reader/src/
H A Dhks_iterative_reader.c94 static int32_t AppendFilePath(const char *path, const char *fileName, struct HksReadFileInfoList *infos) in AppendFilePath() argument
136 static int32_t HksGetOldStoreFileInfo(const char *path, struc argument
166 HksInitFileIterativeReader(struct HksIterativeReader *reader, char *path) HksInitFileIterativeReader() argument
185 HksReadFileWithIterativeReader(struct HksIterativeReader *reader, struct HksBlob *fileContent, struct HksBlob *alias, struct HksBlob *path) HksReadFileWithIterativeReader() argument
[all...]
/base/telephony/core_service/test/unittest/sim_manager_gtest/
H A Dsim_manager_gtest.cpp121 std::string path = ""; in HWTEST_F() local
/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp24 std::shared_ptr<NativePreferences::Preferences> TelProfileUtil::GetProfiles(const std::string &path, int &errCode) in GetProfiles() argument
/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_callback.cpp67 std::string path; in InitData() local
/base/update/updater/services/applypatch/
H A Dtransfer_manager.cpp150 std::string path = transferParams_->retryFile; in RegisterForRetry() local
167 std::string path = transferParams_->retryFile; in ReloadForRetry() local
/base/update/updater/services/factory_reset/
H A Dfactory_reset.cpp43 int FactoryResetProcess::FactoryResetFunc(FactoryResetMode mode, const std::string &path) in FactoryResetFunc() argument
102 int FactoryResetProcess::DoUserReset(const std::string &path) in DoUserReset() argument
118 DoFactoryReset(const std::string &path) DoFactoryReset() argument
[all...]
/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_sign.cpp154 SignAlgorithm::SignAlgorithmPtr PkgAlgorithmFactory::GetSignAlgorithm(const std::string &path, in GetSignAlgorithm() argument
168 SignAlgorithm::SignAlgorithmPtr PkgAlgorithmFactory::GetVerifyAlgorithm(const std::string &path, uint8_t type) in GetVerifyAlgorithm() argument
/base/update/updater/services/
H A Dupdater_preprocess.cpp68 int32_t PreProcess::DoUpdateAuth(std::string path) in DoUpdateAuth() argument
149 int32_t UpdateAuth(std::string &path) in UpdateAuth() argument
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_update_verify.cpp119 void CleanErrDir(const std::string &path) in CleanErrDir() argument
/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp81 string path = "/data/updater/log"; in HWTEST_F() local
89 string path = ""; in HWTEST_F() local
[all...]
/base/update/updater/utils/
H A Dutils_fs.cpp70 int64_t GetFilesFromDirectory(const std::string &path, std::vector<std::string> &files, in GetFilesFromDirectory() argument
100 bool RemoveDir(const std::string &path) in RemoveDir() argument
134 bool IsFileExist(const std::string &path) in IsFileExist() argument
143 IsDirExist(const std::string &path) IsDirExist() argument
[all...]
/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils.cpp26 std::string path = GetPath(); in GetPreference() local
41 std::string path = GetPath(); in DeletePreference() local
/base/telephony/telephony_data/common/src/
H A Dpreferences_util.cpp30 std::shared_ptr<NativePreferences::Preferences> PreferencesUtil::GetProfiles(const std::string &path, int &errCode) in GetProfiles() argument
/base/theme/screenlock_mgr/utils/src/
H A Dpreferences_util.cpp28 std::shared_ptr<NativePreferences::Preferences> PreferencesUtil::GetProfiles(const std::string &path, int &errCode) in GetProfiles() argument
/base/telephony/telephony_data/sim/src/
H A Drdb_sim_helper.cpp45 void RdbSimHelper::UpdateDbPath(const std::string &path) in UpdateDbPath() argument
/base/time/time_service/utils/native/src/
H A Dtime_file_utils.cpp54 char path[CMDLINE_PATH_LEN] = { 0 }; in GetNameByPid() local

Completed in 13 milliseconds

1...<<61626364656667686970>>...250