Home
last modified time | relevance | path

Searched refs:pdb_base (Results 1 - 2 of 2) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSUtil.py162 pdb_base = target_dict.get("product_name", target_dict["target_name"])
163 pdb_base = "{}.{}.pdb".format(pdb_base, TARGET_TYPE_EXT[target_dict["type"]])
164 pdb_path = vars["PRODUCT_DIR"] + "/" + pdb_base
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSUtil.py162 pdb_base = target_dict.get("product_name", target_dict["target_name"])
163 pdb_base = "{}.{}.pdb".format(pdb_base, TARGET_TYPE_EXT[target_dict["type"]])
164 pdb_path = vars["PRODUCT_DIR"] + "/" + pdb_base

Completed in 2 milliseconds