Home
last modified time | relevance | path

Searched defs:profilePath (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/test/unittest/hsp_packager_test/
Dhsp_packager_test.cpp1296 std::string profilePath = "/data/test/CAPABILITY.profile"; variable
1819 std::string profilePath = "/data/test/CAPABILITY.profile"; variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hap_packager_test/
Dhap_packager_test.cpp1540 std::string profilePath = "/data/test/CAPABILITY.profile"; variable
/developtools/packing_tool/adapter/ohos/
DUtility.java52 private String profilePath = ""; field in Utility
193 public void setProfilePath(String profilePath) { in setProfilePath()