Home
last modified time | relevance | path

Searched refs:dirName (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/blackbox/
Dblackbox_core.c148 char dirName[PATH_MAX_LEN] = { 0 }; in SaveErrorLog() local
156 GetDirName(dirName, sizeof(dirName), GetFaultLogPath()); in SaveErrorLog()
157 WaitForLogRootDir(dirName); in SaveErrorLog()
175 if (ops->ops.SaveLastLog(dirName, info) != 0) { in SaveErrorLog()
260 char dirName[PATH_MAX_LEN] = { 0 }; in BBoxNotifyError() local
268 GetDirName(dirName, sizeof(dirName), GetFaultLogPath()); in BBoxNotifyError()
270 WaitForLogRootDir(dirName); in BBoxNotifyError()
292 ops->ops.Dump(dirName, info); in BBoxNotifyError()
/base/global/resource_management/interfaces/native/resource/include/
Draw_file_manager.h102 RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName);
/base/security/selinux/test/unittest/common/
Dtest_common.cpp70 std::string dirName = path + "/" + std::string(dp->d_name); in RemoveDirectory() local
71 RemoveDirectory(dirName.c_str()); in RemoveDirectory()
/base/global/resource_management/frameworks/resmgr/src/
Draw_file_manager.cpp114 RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName) in OH_ResourceManager_OpenRawDir() argument
116 if (mgr == nullptr || dirName == nullptr) { in OH_ResourceManager_OpenRawDir()
120 std::string tempName = dirName; in OH_ResourceManager_OpenRawDir()
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_control_file_manager.cpp28 bool GetValidAccountID(const std::string& dirName, std::int32_t& accountID) in GetValidAccountID() argument
31 if (dirName.empty() || dirName.size() > Constants::MAX_USER_ID_LENGTH) { in GetValidAccountID()
35 auto iter = std::any_of(dirName.begin(), dirName.end(), in GetValidAccountID()
36 [dirName](char c) { in GetValidAccountID()
45 sstream << dirName; in GetValidAccountID()
/base/account/os_account/services/accountmgr/include/osaccount/
Dos_account_control_file_manager.h28 bool GetValidAccountID(const std::string& dirName, std::int32_t& accountID);