/base/update/updater/interfaces/kits/packages/ |
D | package.cpp | 29 std::vector<std::pair<std::string, ComponentInfo>> &files, in GetUpgradePkgInfo() 75 std::vector<std::pair<std::string, ZipFileInfo>> &files, in GetZipPkgInfo() 95 std::vector<std::pair<std::string, Lz4FileInfo>> &files, in GetLz4PkgInfo() 133 std::vector<std::pair<std::string, ComponentInfo>> files; in CreatePackage() local 143 std::vector<std::pair<std::string, ZipFileInfo>> files; in CreatePackage() local 152 std::vector<std::pair<std::string, Lz4FileInfo>> files; in CreatePackage() local 216 std::vector<std::pair<std::string, ComponentInfo>> files; in CreatePackageL1() local
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
D | hiappevent_write.cpp | 109 void GetStorageDirFiles(const string& dirPath, vector<string>& files) in GetStorageDirFiles() 129 vector<string> files; in GetStorageDirSize() local 161 vector<string> files; in CleanDirSpace() local
|
/base/update/updater/services/applypatch/ |
D | store.cpp | 33 std::vector<std::string> files; in DoFreeSpace() local 67 std::vector<std::string> files {}; in CreateNewSpace() local
|
/base/hiviewdfx/faultloggerd/utils/ |
D | directory_ex.cpp | 81 void GetDirFiles(const string& path, vector<string>& files) in GetDirFiles() 184 vector<string> files; in IsEmptyFolder() local 191 vector<string> files; in GetFolderSize() local
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | memory_filter.cpp | 70 vector<string> files = memGroup.matchFile_; in ParseMemoryGroup() local
|
/base/update/updater/test/unittest/package/ |
D | pkg_manager_unittest.cpp | 97 …tUpgradePkgInfo(UpgradePkgInfo &pkgInfo, std::vector<std::pair<std::string, ComponentInfo>> &files) in GetUpgradePkgInfo() 136 std::vector<std::pair<std::string, ComponentInfo>> files; in TestPackagePack() local 149 std::vector<std::pair<std::string, ComponentInfo>> files; in TestPackagePackFileNotExist() local 164 std::vector<std::pair<std::string, ComponentInfo>> files; in TestPackagePackParamInvalid() local 390 std::vector<std::pair<std::string, ComponentInfo>> files; in TestCreatePackageInvalidFile() local 415 std::vector<std::pair<std::string, ComponentInfo>> files; in TestCreatePackageInvalidSignMethod() local 431 std::vector<std::pair<std::string, Lz4FileInfo>> files; in TestLz4PackageInvalidFile() local 453 std::vector<std::pair<std::string, Lz4FileInfo>> files; in TestLz4PackageInvalidPkgType() local 476 std::vector<std::pair<std::string, ZipFileInfo>> files; in TestZipPackageInvalidFile() local
|
D | pkg_test.h | 148 std::vector<std::pair<std::string, ZipFileInfo>> files; in CreateZipPackage() local
|
D | package_unittest.cpp | 134 std::vector<std::pair<std::string, Lz4FileInfo>> files; in TestLz4PkgCompress() local 160 std::vector<std::pair<std::string, Lz4FileInfo>> files; in TestLz4PkgCompressBlock() local 401 std::vector<std::pair<std::string, ZipFileInfo>> files; in TestGZipPkgCompress() local
|
/base/update/updater/test/unittest/utils/ |
D | utils_unittest.cpp | 78 std::vector<std::string> files; variable
|
/base/customization/config_policy/frameworks/config_policy/src/ |
D | config_policy_utils.c | 92 CfgFiles *files = (CfgFiles *)(malloc(sizeof(CfgFiles))); in GetCfgFiles() local
|
/base/telephony/core_service/services/sim/src/ |
D | usim_dialling_numbers_service.cpp | 61 std::vector<std::string> &files = object->fileResults; in ProcessPbrLoadDone() local 144 std::map<int, std::shared_ptr<TagData>> files = pbrFiles_.at(recId)->fileIds_; in LoadDiallingNumberFiles() local
|
/base/hiviewdfx/hiview/adapter/utility/ |
D | file_util.cpp | 189 void GetDirFiles(const std::string& path, std::vector<std::string>& files) in GetDirFiles() 241 vector<string> files; in GetFolderSize() local
|
/base/update/updater/services/package/pkg_manager/ |
D | pkg_managerImpl.cpp | 97 std::vector<std::pair<std::string, ZipFileInfo>> &files) in CreatePackage() 114 std::vector<std::pair<std::string, ComponentInfo>> &files) in CreatePackage() 131 std::vector<std::pair<std::string, Lz4FileInfo>> &files) in CreatePackage() 148 … std::vector<std::pair<std::string, ComponentInfo>> &files, size_t &offset, std::string &hashValue) in CreatePackage() 177 std::vector<std::pair<std::string, T>> &files, size_t &offset) in CreatePackage()
|
/base/miscservices/request/upload/interfaces/kits/napi/src/ |
D | js_util.cpp | 245 std::vector<Upload::File> files; in Convert2FileVector() local 257 napi_value JSUtil::Convert2JSFileVector(napi_env env, const std::vector<Upload::File> &files) in Convert2JSFileVector()
|
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
D | signal_handler_test.cpp | 91 vector<string> files; in GetCppCrashFileName() local
|
/base/miscservices/request/upload/frameworks/libs/include/ |
D | upload_config.h | 46 std::vector<File> files; member
|
/base/hiviewdfx/hidumper/services/native/src/ |
D | dump_common_utils.cpp | 119 std::vector<std::string> files; in GetUserPids() local
|
/base/miscservices/request/upload/interfaces/kits/js/ |
D | @ohos.request.d.ts | 485 files: Array<File>; // A list of files to be uploaded. Please use multipart/form-data to submit. property
|
/base/update/updater/utils/ |
D | utils.cpp | 77 int64_t GetFilesFromDirectory(const std::string &path, std::vector<std::string> &files, in GetFilesFromDirectory()
|
/base/update/updater/services/ |
D | updater_utils.cpp | 44 std::vector<std::pair<std::string, ZipFileInfo>> files; in CompressLogs() local
|
/base/hiviewdfx/faultloggerd/services/ |
D | fault_logger_daemon.cpp | 448 std::vector<std::string> files; in RemoveTempFileIfNeed() local
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
D | faultlogger.cpp | 484 std::vector<std::string> files; in StartBootScan() local
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
D | cpu_dumper.cpp | 350 …tProcessDirFiles(const std::string &path, const std::string &file, std::vector<std::string> &files) in GetProcessDirFiles()
|
/base/hiviewdfx/hiview/adapter/utility/platform/ohos/ |
D | file_util.cpp | 93 void GetDirFiles(const std::string& path, std::vector<std::string>& files) in GetDirFiles()
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/src/ |
D | dfx_processdump_test.cpp | 71 vector<string> files; in GetCppCrashFileName() local
|