Home
last modified time | relevance | path

Searched defs:fileNameList (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DNativeLibInfoSegment.java77 private List<String> fileNameList; field in NativeLibInfoSegment
286 private List<String> fileNameList = new ArrayList<>(); field in NativeLibInfoSegment.Builder
312 public Builder setFileNameList(List<String> fileNameList) { in setFileNameList()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
Dnative_lib_info_segment.h59 std::vector<std::string> fileNameList; variable
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
Dcode_sign_block_test.cpp274 std::vector<std::string> fileNameList; variable
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
Dnative_lib_info_segment.cpp34 const std::vector<std::string>& fileNameList, in NativeLibInfoSegment()
/developtools/packing_tool/adapter/ohos/
DCompressor.java195 private List<String> fileNameList = new ArrayList<String>(); field in Compressor