HomeSort by relevance Sort by last modified time
    Searched refs:vts_spec_path (Results 1 - 3 of 3) sorted by null

  /test/vts/utils/python/common/
vts_spec_utils.py 110 vts_spec_path = os.path.join(
112 with open(vts_spec_path, 'r') as vts_spec_file:
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerUtils.cpp 104 string vts_spec_path = dir_path + "/" + vts_spec_name; local
106 InterfaceSpecificationParser::parse(vts_spec_path.c_str(), &comp_spec);
  /test/vts-testcase/hal/script/build/
vts_spec_parser.py 164 vts_spec_path = os.path.join(vts_spec_dir, vts_spec)
165 with open(vts_spec_path, 'r') as spec_file:

Completed in 299 milliseconds