Home
last modified time | relevance | path

Searched refs:folderPath (Results 1 - 5 of 5) sorted by relevance

/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_task.cpp153 for (const auto &folderPath : dirs) { in SetDirsPermission()
154 fs::path folder = folderPath; in SetDirsPermission()
241 for (const auto &folderPath : dirs) { in RemoveDirsPermission()
242 fs::path folder = folderPath; in RemoveDirsPermission()
/base/update/updater/utils/
H A Dutils.cpp653 long long int GetDirSize(const std::string &folderPath) in GetDirSize() argument
655 DIR* dir = opendir(folderPath.c_str()); in GetDirSize()
657 LOG(ERROR) << "Failed to open folder: " << folderPath << std::endl; in GetDirSize()
665 std::string filePath = folderPath + "/" + fileName; in GetDirSize()
695 bool DeleteOldFile(const std::string folderPath) in DeleteOldFile() argument
697 DIR* dir = opendir(folderPath.c_str()); in DeleteOldFile()
699 LOG(ERROR) << "Failed to open folder: " << folderPath << std::endl; in DeleteOldFile()
708 std::string filePath = folderPath + "/" + fileName; in DeleteOldFile()
/base/update/updater/utils/include/
H A Dutils.h83 long long int GetDirSize(const std::string &folderPath);
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp709 std::string folderPath = ""; in CreateFileForRequest() local
710 folderPath = faultLoggerConfig_->GetLogFilePath(); in CreateFileForRequest()
717 std::string ss = folderPath + "/" + typeStr + "-" + std::to_string(pid); in CreateFileForRequest()
/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp966 for (const auto &folderPath : dirs) { in SetDirsPermission()
967 fs::path folder = folderPath; in SetDirsPermission()
1102 for (const auto &folderPath : dirs) { in RemoveDirsPermission()
1103 fs::path folder = folderPath; in RemoveDirsPermission()

Completed in 7 milliseconds