Home
last modified time | relevance | path

Searched defs:path (Results 2226 - 2250 of 4888) sorted by relevance

1...<<81828384858687888990>>...196

/base/sensors/miscdevice/frameworks/native/vibrator/src/
H A Dvibrator_service_client.cpp308 int32_t VibratorServiceClient::LoadDecoderLibrary(const std::string& path) in LoadDecoderLibrary() argument
/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_hook.h172 __attribute__((always_inline)) inline int CreateSandboxDir(const char *path, mode_t mode) in CreateSandboxDir() argument
/base/startup/init/interfaces/innerkits/fs_manager/libfs_dm/
H A Dfs_dm.c193 char *path = NULL; in GetDmDevPath() local
342 char *path = NULL; in DmGetDeviceName() local
[all...]
/base/startup/init/services/param/base/
H A Dparam_base.c114 char path[PATH_MAX] = { 0 }; in CheckNeedInit() local
/base/startup/init/services/param/adapter/
H A Dparam_selinux.c238 static int SelinuxGetParamSecurityLabelForInit(const char *path) in SelinuxGetParamSecurityLabelForInit() argument
257 static int SelinuxGetParamSecurityLabelForOther(const char *path) in SelinuxGetParamSecurityLabelForOther() argument
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

Completed in 20 milliseconds

1...<<81828384858687888990>>...196