Home
last modified time | relevance | path

Searched defs:fullPath (Results 1 – 19 of 19) sorted by relevance

/base/hiviewdfx/hiview/base/logstore/
Dlog_file.cpp30 LogFile::LogFile(const std::string& fullPath) : path_(fullPath) in LogFile()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Ddmesg_catcher.cpp103 std::string fullPath = FULL_DIR + "sysrq-" + sysrqTime + ".log"; in DmesgSaveTofile() local
137 std::string fullPath = DmesgSaveTofile(); in Catch() local
Dpeer_binder_catcher.cpp350 std::string fullPath = std::string(EVENT_LOG_PATH) + "/" + fileName; in ForkToDumpHiperf() local
/base/notification/distributed_notification_service/frameworks/core/common/src/
Dans_log_wrapper.cpp32 std::string fullPath(str); in GetBriefFileName() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dweb_download_item.h43 std::string fullPath; variable
Dnapi_web_download_item.cpp494 napi_value fullPath; in JS_GetFullPath() local
/base/startup/appspawn/service/hnp/base/
Dhnp_zip.c127 static int IsDirPath(struct dirent *entry, char *fullPath, int *isDir) in IsDirPath()
151 static int ZipHandleDir(char *fullPath, int offset, zipFile zf) in ZipHandleDir()
175 char fullPath[MAX_FILE_PATH_LEN]; in ZipAddDir() local
/base/update/updater/services/
Dupdater.cpp368 void ExcuteSubProc(const UpdaterParams &upParams, const std::string &fullPath, int pipeWrite) in ExcuteSubProc()
458 std::string fullPath = GetWorkPath() + std::string(UPDATER_BINARY); in StartUpdaterProc() local
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Dsyntax_rules.h64 std::string fullPath; member
/base/hiviewdfx/hiview/interfaces/js/napi/src/
Dhiview_service_agent.cpp171 std::string fullPath(rootDir); in CreateDestDirs() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
Dfaultloggerd_socket.cpp58 std::string fullPath = std::string(FAULTLOGGERD_SOCK_BASE_PATH) + std::string(path); in StartConnect() local
/base/hiviewdfx/hiview/base/utility/
Dcommon_utils.cpp176 bool IsSpecificCmdExist(const std::string& fullPath) in IsSpecificCmdExist()
/base/startup/init/test/unittest/ueventd/
Dueventd_event_unittest.cpp114 std::string fullPath {}; in RemoveDir() local
/base/update/sys_installer/services/module_update/src/
Dmodule_update.cpp359 const string &fullPath = ExtractFilePath(moduleFile.GetPath()) + IMG_FILE_NAME; in MountModulePackage() local
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dresource_manager_test.cpp1973 std::string fullPath = FormatFullPath(g_hapPath); variable
1987 std::string fullPath = FormatFullPath(g_hapPath); variable
/base/hiviewdfx/hiview/adapter/service/server/src/
Dhiview_service_ability.cpp230 std::string fullPath = ComposeFilePath(sandboxPath, dest, logName); in CopyOrMoveFile() local
/base/web/webview/test/unittest/nweb_helper_test/
Dnweb_helper_test.cpp453 char* fullPath = WebDownloadItem_FullPath(downloadItem); variable
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
Dhks_storage.c44 char *fullPath = (char *)HksMalloc(HKS_MAX_FILE_NAME_LEN); in CreateStorageFileLock() local
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp529 extern "C" void WebDownloadItem_SetFullPath(NWebDownloadItem *downloadItem, const char *fullPath) in WebDownloadItem_SetFullPath()