Searched defs:dirPath (Results 1 – 14 of 14) sorted by relevance
/base/update/updater/services/applypatch/ |
D | store.cpp | 47 int32_t Store::FreeStore(const std::string &dirPath, const std::string &fileName) in FreeStore() 65 std::string dirPath = path + '/'; in CreateNewSpace() local 100 int32_t Store::WriteDataToStore(const std::string &dirPath, const std::string &fileName, in WriteDataToStore() 142 int32_t Store::LoadDataFromStore(const std::string &dirPath, const std::string &fileName, in LoadDataFromStore()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
D | data_share_store.h | 31 DataShareStore(std::string dirPath): dbStore_(nullptr), dirPath_(dirPath){}; in DataShareStore()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
D | os_event_listener.cpp | 111 bool OsEventListener::InitDir(const std::string& dirPath) in InitDir() 124 bool OsEventListener::RegisterDirListener(const std::string& dirPath) in RegisterDirListener()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
D | hiappevent_write.cpp | 85 std::string dirPath = GetStorageDirPath(); in WriteEvent() local
|
/base/hiviewdfx/hiview/adapter/service/idl/src/ |
D | hiview_service_agent.cpp | 181 bool HiviewServiceAgent::CreateAndGrantAclPermission(const std::string& dirPath) in CreateAndGrantAclPermission()
|
D | hiview_service_ability.cpp | 170 void HiviewServiceAbility::GetFileInfoUnderDir(const std::string& dirPath, std::vector<HiviewFileIn… in GetFileInfoUnderDir()
|
/base/telephony/core_service/services/sim/src/ |
D | operator_file_parser.cpp | 75 std::filesystem::path dirPath = std::string(DEFAULT_OPERATE_CONFIG_DIR); in DeleteFiles() local
|
/base/startup/appspawn/util/src/ |
D | appspawn_utils.c | 301 void DumpCurrentDir(char *buffer, uint32_t bufferLen, const char *dirPath) in DumpCurrentDir()
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
D | cm_event_process.c | 128 static int32_t RemoveDir(const char *dirPath) in RemoveDir()
|
/base/security/huks/utils/file_operator/ |
D | hks_file_operator_lite.c | 257 int32_t HksRemoveDir(const char *dirPath) in HksRemoveDir()
|
D | hks_file_operator.c | 311 int32_t HksRemoveDir(const char *dirPath) in HksRemoveDir()
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/ |
D | trace_utils.cpp | 286 bool CreateMultiDirectory(const std::string &dirPath) in CreateMultiDirectory()
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
D | memory_collector_impl.cpp | 549 static std::string GetSnapshotPath(const std::string& dirPath, const std::string& pidStr) in GetSnapshotPath()
|
/base/startup/init/services/utils/ |
D | init_utils.c | 529 int ReadFileInDir(const char *dirPath, const char *includeExt, in ReadFileInDir()
|