Searched refs:bs (Results 1 – 12 of 12) sorted by relevance
/base/update/updater/services/include/applypatch/ |
D | block_writer.h | 29 BlockWriter(int fd, BlockSet& bs) : fd_(fd), bs_(bs), totalWritten_(0), blockIndex_(0), in BlockWriter() argument
|
D | transfer_manager.h | 34 BlockSet bs; member
|
/base/update/updater/services/applypatch/ |
D | command_process.cpp | 44 BlockSet bs; in Execute() local 45 bs.ParserAndInsert(params.GetArgumentByPos(1)); in Execute() 46 LOG(INFO) << " writing " << bs.TotalBlockSize() << " blocks of new data"; in Execute() 49 writerThreadInfo->writer = std::make_unique<BlockWriter>(params.GetFileDescriptor(), bs); in Execute() 54 … LOG(ERROR) << "writer thread could not write blocks. " << bs.TotalBlockSize() * H_BLOCK_SIZE - in Execute() 67 … TransferManager::GetTransferManagerInstance()->GetGlobalParams()->written += bs.TotalBlockSize(); in Execute()
|
/base/security/certificate_framework/frameworks/adapter/v2.0/src/ |
D | cf_adapter_extension_openssl.c | 426 …BASIC_CONSTRAINTS *bs = (BASIC_CONSTRAINTS *)X509V3_get_d2i(exts, NID_basic_constraints, NULL, NUL… in CheckBasicConstraints() local 427 if (bs == NULL) { in CheckBasicConstraints() 434 if (!bs->ca) { in CheckBasicConstraints() 442 if ((bs->pathlen == NULL) || (bs->pathlen->type == V_ASN1_NEG_INTEGER)) { in CheckBasicConstraints() 450 long len = ASN1_INTEGER_get(bs->pathlen); in CheckBasicConstraints() 459 BASIC_CONSTRAINTS_free(bs); in CheckBasicConstraints()
|
/base/update/updater/test/unittest/applypatch_test/ |
D | imagepatch_unittest.h | 53 FileWriter(int fd, BlockSet &bs) : fd_(fd), bs_(bs), totalWritten_(0), currentBlockLeft_(0) {} in FileWriter() argument
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
D | hiappevent_base.h | 167 void AddParam(const std::string& key, const std::vector<bool>& bs); 168 void AddParam(const std::string& key, const std::vector<int8_t>& bs); 185 void AddVectorToJsonString(std::stringstream& jsonStr, const std::vector<bool>& bs) const;
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/resource/ |
D | locales.txt | 53 bs 54 bs-Cyrl 55 bs-Cyrl-BA 56 bs-Latn 57 bs-Latn-BA
|
D | plural.txt | 9 bs "", "% 10 = 1 a % 100 ! 11", "", "% 10 = 2<4 a % 100 ! 12<14", "", ""
|
D | decimalPlurals.txt | 9 bs "", "v = 0 o f % 10 = 1 a f % 100 ! 11", "", "v = 0 o f % 10 = 2<4 a f % 100 ! 12<14", "", ""
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
D | hiappevent_base.cpp | 297 void AppEventPack::AddParam(const std::string& key, const std::vector<bool>& bs) in AddParam() argument 300 appEventParam.value.valueUnion.bs_.assign(bs.begin(), bs.end()); in AddParam() 385 void AppEventPack::AddVectorToJsonString(std::stringstream& jsonStr, const std::vector<bool>& bs) c… in AddVectorToJsonString() 388 size_t len = bs.size(); in AddVectorToJsonString() 396 jsonStr << (bs[i] ? "true" : "false") << ","; in AddVectorToJsonString() 398 jsonStr << (bs[len - 1] ? "true" : "false") << "],"; in AddVectorToJsonString()
|
/base/update/updater/services/fs_manager/ |
D | do_partition.cpp | 70 BlockSpecific* bs = BLOCK_SPECIFIC(&dev); in DoFsync() local 74 status = fsync (bs->fd); in DoFsync()
|
/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
D | hvigor-wrapper.js | 17 …bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileS… variable
|