Home
last modified time | relevance | path

Searched defs:path (Results 2401 - 2425 of 4592) sorted by relevance

1...<<919293949596979899100>>...184

/base/startup/init/services/param/adapter/
H A Dparam_dac.c228 static int DacGetParamSecurityLabel(const char *path) in DacGetParamSecurityLabel() argument
[all...]
/base/startup/init/test/unittest/init/
H A Dservice_unittest.cpp284 const char *path = "/data/init_ut/test_service_release"; in HWTEST_F() local
425 const char *path = "/data/init_ut/test_service_release"; HWTEST_F() local
[all...]
/base/startup/init/ueventd/
H A Dueventd_device_handler.c96 static void SetDeviceLable(const char *path, char **symLinks) in SetDeviceLable() argument
228 FindPlatformDeviceName(char *path) FindPlatformDeviceName() argument
[all...]
H A Dueventd.c337 static void Trigger(const char *path, int sockFd, char **devices, int num) in Trigger() argument
372 void RetriggerUeventByPath(int sockFd, char *path) in RetriggerUeventByPath() argument
/base/security/huks/utils/file_operator/
H A Dhks_file_operator.c36 static int32_t GetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFileNameLen) in GetFileName() argument
61 static int32_t GetFullFileName(const char *path, const char *fileName, char **fullFileName) in GetFullFileName() argument
79 static int32_t IsValidPath(const char *path) in IsValidPath() argument
246 HksFileRemove(const char *path, const char *fileName) HksFileRemove() argument
263 HksIsFileExist(const char *path, const char *fileName) HksIsFileExist() argument
280 HksIsDirExist(const char *path) HksIsDirExist() argument
289 HksMakeDir(const char *path) HksMakeDir() argument
307 HksOpenDir(const char *path) HksOpenDir() argument
375 HksDeletDirPartTwo(const char *path) HksDeletDirPartTwo() argument
410 HksDeletDirPartOne(const char *path) HksDeletDirPartOne() argument
447 HksDeleteDir(const char *path) HksDeleteDir() argument
488 HksFileRead(const char *path, const char *fileName, uint32_t offset, struct HksBlob *blob, uint32_t *size) HksFileRead() argument
507 HksFileWrite(const char *path, const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t len) HksFileWrite() argument
526 HksFileSize(const char *path, const char *fileName) HksFileSize() argument
543 HksGetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFileNameLen) HksGetFileName() argument
[all...]
H A Dhks_file_operator_lite.c51 static int32_t GetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFileNameLen) in GetFileName() argument
76 static int32_t GetFullFileName(const char *path, const char *fileName, char **fullFileName) in GetFullFileName() argument
200 int32_t HksIsDirExist(const char *path) in HksIsDirExist() argument
206 HksMakeDir(const char *path) HksMakeDir() argument
225 HksOpenDir(const char *path) HksOpenDir() argument
380 HksFileRead(const char *path, const char *fileName, uint32_t offset, struct HksBlob *blob, uint32_t *size) HksFileRead() argument
395 HksFileWrite(const char *path, const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t len) HksFileWrite() argument
410 HksFileSize(const char *path, const char *fileName) HksFileSize() argument
423 HksIsFileExist(const char *path, const char *fileName) HksIsFileExist() argument
436 HksFileRemove(const char *path, const char *fileName) HksFileRemove() argument
449 HksGetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFileNameLen) HksGetFileName() argument
[all...]
/base/startup/init/interfaces/innerkits/modulemgr/
H A Dmodulemgr.c102 char path[PATH_MAX]; in ModuleInstall() local
199 ScanModules(MODULE_MGR *moduleMgr, const char *path) ScanModules() argument
240 char path[PATH_MAX]; ModuleMgrScan() local
[all...]
/base/startup/init/remount/
H A Dremount_overlay.c214 INIT_STATIC bool DirectoryExists(const char *path) in DirectoryExists() argument
/base/startup/init/services/init/standard/
H A Dinit.c200 const char* path = "/proc/self/oom_score_adj"; in InitSysAdj() local
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp984 std::u16string path = u"path"; in HWTEST_F() local
/base/telephony/core_service/services/sim/src/
H A Doperator_config_cache.cpp337 std::string path = parser_.GetOperatorConfigFilePath(filename); in IsNeedOperatorLoad() local
H A Doperator_file_parser.cpp215 int32_t OperatorFileParser::LoaderJsonFile(char *&content, const std::string &path) in LoaderJsonFile() argument
142 ParseOperatorConfigFromFile( OperatorConfig &opc, const std::string &path, cJSON *root, bool needSaveTempOpc) ParseOperatorConfigFromFile() argument
/base/telephony/call_manager/services/video/src/
H A Dvideo_control_manager.cpp115 int32_t VideoControlManager::SetPausePicture(int32_t callId, std::u16string &path) in SetPausePicture() argument
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sim_parcel.h121 std::string path = ""; member
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_manager.cpp86 int32_t VCardManager::Import(const std::string &path, int32_t accountId) in Import() argument
103 void VCardManager::Decode(const std::string &path, int32_t &errorCode) in Decode() argument
328 int32_t VCardManager::ExportLock(std::string &path, std::shared_ptr<DataShare::DataShareHelper> dataShareHelper, in ExportLock() argument
71 ImportLock( const std::string &path, std::shared_ptr<DataShare::DataShareHelper> dataShareHelper, int32_t accountId) ImportLock() argument
343 Export( std::string &path, const DataShare::DataSharePredicates &predicates, int32_t cardType, const std::string &charset) Export() argument
[all...]
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.cpp248 std::string path = "path"; in SetPausePicture() local
/base/telephony/core_service/services/network_search/src/
H A Doperator_name_utils.cpp75 char *path = GetOneCfgFile(PATH, buf, MAX_PATH_LEN); in ParserOperatorNameCustJson() local
/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h130 void SetPath(const std::string &path) in SetPath() argument
/base/update/updater/services/
H A Dupdater_main.cpp85 int FactoryReset(FactoryResetMode mode, const std::string &path) in FactoryReset() argument
H A Dupdater_utils.cpp86 bool DeleteUpdaterPath(const std::string &path) in DeleteUpdaterPath() argument
/base/update/updater/test/fuzztest/package_fuzzer/
H A Dpackage_fuzzer.cpp185 std::string path = testPackagePath + "test_package.zip"; in TestVerifyUpgradePackage() local
194 std::string path = testPackagePath + "test_package.zip"; in TestVerifyPackageWithCallback() local
/base/update/sys_installer/services/module_update/src/
H A Dmodule_update.cpp47 bool CreateLoopDevice(const string &path, const ImageStat &imageStat, Loop::LoopbackDeviceUniqueFd &loopbackDevice) in CreateLoopDevice() argument
71 string path = ExtractFilePath(stagePath); in StageUpdateModulePackage() local
182 string path = std::string(MODULE_ROOT_DIR) + "/" + hmpName; in CheckMountComplete() local
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_zip_helper.cpp67 ModuleZipHelper::ModuleZipHelper(const std::string &path) in ModuleZipHelper() argument
[all...]
/base/update/updater/services/fs_manager/
H A Dpartitions.cpp69 static std::string LastComponent(const std::string &path) in LastComponent() argument
242 static BlockDevice* NewBlockDevice(const std::string &path) in NewBlockDevice() argument
308 int DiskAlloc(const std::string &path) in DiskAlloc() argument
420 Disk* GetRegisterBlockDisk(const std::string &path) in GetRegisterBlockDisk() argument
[all...]
H A Ddo_partition.cpp339 int CheckDevicePartitions(const std::string &path) in CheckDevicePartitions() argument
386 const std::string path = MMC_PATH; in DoPartitions() local

Completed in 20 milliseconds

1...<<919293949596979899100>>...184