Lines Matching refs:VER_PLATFORM
83 VER_PLATFORM = "full_x86_64"
238 if Constants.VER_PLATFORM.find("arm64") != -1:
301 if Constants.VER_PLATFORM.find("arm64") != -1:
651 if Constants.VER_PLATFORM.find("arm64") != -1:
673 if Constants.VER_PLATFORM.find("arm64") != -1:
825 Constants.VER_PLATFORM = parameters.ver_platform
831 Constants.ES2ABC_PATH = os.path.join(BINARY_PATH, json_data[Constants.VER_PLATFORM]["ES2ABC"])
833 json_data[Constants.VER_PLATFORM]["ETS_RUNTIME_PATH"])
835 Constants.STUB_AN = os.path.join(BINARY_PATH, json_data[Constants.VER_PLATFORM]["STUB_AN"])
836 libs = json_data[Constants.VER_PLATFORM]["LIBS_LIST"]
839 if Constants.VER_PLATFORM.find("x86_64") != -1:
847 elif Constants.VER_PLATFORM.find("arm64") != -1:
872 if Constants.VER_PLATFORM.find("arm64") != -1: