/aosp_15_r20/external/libconfig/examples/c/ |
H A D | example4.c | 46 char include_path[PATH_MAX + 1]; in include_func() local 54 *include_path = 0; in include_func() 60 strcat(include_path, include_dir); in include_func() 71 && (*(include_path + include_path_len - 1) != '/')) in include_func() 73 strcat(include_path, "/"); in include_func() 77 strncat(include_path, path, len); in include_func() 83 strcpy(include_path, "."); in include_func() 87 dp = opendir(include_path); in include_func() 92 snprintf(file_path, PATH_MAX, "%s/%s", include_path, dir_entry->d_name); in include_func()
|
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | test_psa_constant_names.py | 41 include_path: Optional[str] = None, 56 include_path=include_path, 86 include_path: Optional[str] = None, 98 include_path=include_path, keep_c=keep_c) 120 include_path=self.options.include,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
H A D | test_psa_constant_names.py | 41 include_path: Optional[str] = None, 56 include_path=include_path, 86 include_path: Optional[str] = None, 98 include_path=include_path, keep_c=keep_c) 120 include_path=self.options.include,
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
H A D | convert_binary_to_cc_source.py | 34 include_path=None, argument 68 if include_path is not None: 70 include_path=include_path)
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
H A D | c_build_helper.py | 116 header='', include_path=None, argument 137 if include_path is None: 138 include_path = [] 152 compile_c_file(c_name, exe_name, include_path)
|
/aosp_15_r20/external/mbedtls/scripts/mbedtls_dev/ |
H A D | c_build_helper.py | 116 header='', include_path=None, argument 137 if include_path is None: 138 include_path = [] 152 compile_c_file(c_name, exe_name, include_path)
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_usdt3.py | 91 …include_path = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + "/inclu… 101 … self.assertEqual(os.system("gcc -I" + include_path + " -fpic -c -o " + a_obj + " " + a_src), 0) 102 … self.assertEqual(os.system("gcc -I" + include_path + " -fpic -c -o " + b_obj + " " + b_src), 0) 105 …self.assertEqual(os.system("gcc -I" + include_path + " " + m_src + " -o " + m_bin + m_linker_opt),…
|
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ |
H A D | generate_feature_test_macro_components.py | 13 include_path = os.path.join(src_root, "include") 14 assert os.path.exists(include_path) 29 return script_name, src_root, include_path, docs_path, macro_test_path 32 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable 36 h_path = os.path.join(include_path, h) 1540 version_header_path = os.path.join(include_path, "version")
|
/aosp_15_r20/external/pigweed/pw_build_mcuxpresso/py/pw_build_mcuxpresso/ |
H A D | components.py | 161 _parse_include_path(include_path, base_path) 162 for include_path in component.findall(include_xpath) 164 include_path, device_core 171 include_path: xml.etree.ElementTree.Element, 186 path = pathlib.Path(include_path.attrib['relative_path'])
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/ |
H A D | build_def.bzl | 41 A struct with 'header' and 'include_path' fields that 44 include_path = "%s_tf_generated_kernel_header" % name 45 header = include_path + "/ops_to_register.h" 54 list_ops_output = include_path + "/list_flex_ops" 89 return struct(include_path = include_path, header = header) 138 CUSTOM_KERNEL_HEADER.include_path,
|
/aosp_15_r20/external/skia/gn/ |
H A D | find_headers.py | 83 include_path = source_as_include[0] variable 84 if key not in headers or len(include_path) < len(headers[key].include): 85 headers[key] = Header(source, include_path)
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/ |
D | build_cmake.rs | 182 let include_path = get_env("GRPCIO_SYS_GRPC_INCLUDE_PATH"); in main() localVariable 183 if include_path.is_none() { in main() 186 include_paths.push(include_path.unwrap().into()); in main()
|
/aosp_15_r20/external/pigweed/pw_build/ |
H A D | pw_cc_blob_library.bzl | 96 include_path = ctx.bin_dir.path 101 include_path += "/" + ctx.label.workspace_root 106 include_path += "/" + ctx.label.package 114 includes = [include_path],
|
/aosp_15_r20/external/perfetto/src/protozero/protoc_plugin/ |
H A D | protozero_c_plugin.cc | 404 std::string include_path = imp; in GeneratePrologue() local 406 include_path = StripPrefix(imp, path_strip_prefix_); in GeneratePrologue() 408 include_path = path_add_prefix_ + include_path; in GeneratePrologue() 410 stub_h_->Print("#include \"$name$.h\"\n", "name", include_path); in GeneratePrologue()
|
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/php/ |
H A D | autoload.php | 9 function protobuf_autoloader_impl($class, $prefix, $include_path) { argument 12 … $path = $include_path . '/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
|
/aosp_15_r20/external/protobuf/benchmarks/php/ |
H A D | autoload.php | 9 function protobuf_autoloader_impl($class, $prefix, $include_path) { argument 12 … $path = $include_path . '/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
|
/aosp_15_r20/build/bazel/rules/aidl/ |
H A D | aidl_library.bzl | 30 include_path = paths.join(ctx.genfiles_dir.path, ctx.label.package, virtual_imports) 49 return include_path, direct_srcs 119 include_path, srcs = _symlink_aidl_srcs(ctx, ctx.files.srcs, ctx.attr.strip_import_prefix) 136 direct = [include_path],
|
/aosp_15_r20/external/rust/crates/rusb/ |
D | build.rs | 28 if let Ok(include_path) = std::env::var("DEP_USB_1.0_INCLUDE") { in main() 29 let path = PathBuf::from(include_path); in main()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/ |
D | build.rs | 28 if let Ok(include_path) = std::env::var("DEP_USB_1.0_INCLUDE") { in main() 29 let path = PathBuf::from(include_path); in main()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/ |
H A D | convert_file_to_c_source.py | 57 include_path=FLAGS.include_path,
|
/aosp_15_r20/external/minijail/tools/ |
H A D | parser.py | 651 include_path = tokens.pop(0) 652 if include_path.type != 'PATH': 654 'invalid include path', token=include_path) 660 include_path.value)) 663 'Could not @include %s' % include_filename, token=include_path)
|
/aosp_15_r20/external/rust/crabbyavif/sys/dav1d-sys/ |
D | build.rs | 73 for include_path in &library.include_paths { in main() 74 include_paths.push(format!("-I{}", include_path.display())); in main()
|
/aosp_15_r20/external/rust/crabbyavif/sys/libyuv-sys/ |
D | build.rs | 71 for include_path in &library.include_paths { in main() 73 include_str.push_str(include_path.to_str().unwrap()); in main()
|
/aosp_15_r20/external/perfetto/test/stress_test/configs/ |
H A D | BUILD.gn | 17 config("include_path") { 53 public_configs = [ ":include_path" ]
|
/aosp_15_r20/external/openthread/script/ |
H A D | update-makefiles.py | 115 include_path = "./include/openthread" variable 116 include_h_files = get_file_list(include_path, '.h')
|