Searched refs:header_path (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_instance.py | 343 header_path = sys.argv[1] variable 347 header_path = path.abspath(header_path) variable 389 with open(header_path, "w") as header_file:
|
H A D | zink_device_info.py | 648 header_path = sys.argv[1] variable 652 header_path = path.abspath(header_path) variable 711 with open(header_path, "w") as header_file:
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/ |
H A D | lib.rs | 60 let header_path = dir.path().join("prop_test.h"); in run_predicate_script() 62 let mut header_file = File::create(&header_path)?; in run_predicate_script() 66 let header_path_string = header_path in run_predicate_script()
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | lib.rs | 413 let ref header_path = include_dir.join(rel_path_h); in generate_bridge() 414 out::write(header_path, &generated.header)?; in generate_bridge() 417 let _ = out::symlink_file(header_path, link_path); in generate_bridge() 426 let _ = out::symlink_file(header_path, shared_h); in generate_bridge()
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_psa_wrappers.py | 57 header_path = os.path.join(root_dir, 'include', 'psa', header_name) 58 c_parsing_helper.read_function_declarations(self.functions, header_path)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 356 header_path = os.path.join(framework, "Headers") 357 if not os.path.exists(header_path): 358 os.makedirs(header_path) 360 shutil.copy(header, os.path.join(header_path, os.path.basename(header)))
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | mac_tool.py | 356 header_path = os.path.join(framework, "Headers") 357 if not os.path.exists(header_path): 358 os.makedirs(header_path) 360 shutil.copy(header, os.path.join(header_path, os.path.basename(header)))
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_loader.py | 30 header_path = registry_xml.path_to(path, file_name) 37 with open(header_path, "w") as out:
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 259 header_path = os.path.join('/', SINGLE_INCLUDE, HEADER) 261 and not path.endswith(header_path)):
|
/third_party/gn/examples/ios/build/toolchain/apple/ |
H A D | swiftc.py | 34 for key in ('module_path', 'header_path', 'depfile'): 98 settings.header_path,
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 1151 def SetLastHeader(self, header_path): 1152 self._last_header = header_path 1154 def CanonicalizeAlphabeticalOrder(self, header_path): 1162 header_path: Path to be canonicalized. 1167 return header_path.replace('-inl.h', '.h').replace('-', '_').lower() 1169 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): 1175 header_path: Canonicalized header to be checked. 1185 if (self._last_header > header_path and
|
Completed in 15 milliseconds