Searched refs:hasPos (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/ |
H A D | common_func.cpp | 325 bool hasPos = false; in GetWriteArgV9() local 340 return { false, nullptr, nullptr, 0, hasPos, retPos }; in GetWriteArgV9() 347 return { false, nullptr, nullptr, 0, hasPos, retPos }; in GetWriteArgV9() 356 return { false, nullptr, nullptr, 0, hasPos, retPos }; in GetWriteArgV9() 358 hasPos = true; in GetWriteArgV9() 363 return { true, move(bufferGuard), buf, retLen, hasPos, retPos }; in GetWriteArgV9()
|
/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/ |
H A D | b_jsonutil.cpp | 38 size_t hasPos = bundleNameStr.find(BUNDLE_INDEX_SPLICE); in ParseBundleNameIndexStr() local 40 if (hasPos == std::string::npos) { in ParseBundleNameIndexStr() 45 std::string bundleName = bundleNameStr.substr(0, hasPos); in ParseBundleNameIndexStr() 47 std::string indexStr = bundleNameStr.substr(hasPos + 1); in ParseBundleNameIndexStr()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | common_func.h | 42 bool hasPos = false; member
|
H A D | common_func.cpp | 1105 hasGZFileMember.hasPos = true; in GetGZFileArg()
|
Completed in 5 milliseconds