Home
last modified time | relevance | path

Searched refs:include_path (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/libconfig/examples/c/
H A Dexample4.c46 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 Dtest_psa_constant_names.py41 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 Dtest_psa_constant_names.py41 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 Dconvert_binary_to_cc_source.py34 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 Dc_build_helper.py116 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 Dc_build_helper.py116 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 Dtest_usdt3.py91include_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 Dgenerate_feature_test_macro_components.py13 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 Dcomponents.py161 _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 Dbuild_def.bzl41 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 Dfind_headers.py83 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/
Dbuild_cmake.rs182 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 Dpw_cc_blob_library.bzl96 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 Dprotozero_c_plugin.cc404 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 Dautoload.php9 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 Dautoload.php9 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 Daidl_library.bzl30 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/
Dbuild.rs28 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/
Dbuild.rs28 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 Dconvert_file_to_c_source.py57 include_path=FLAGS.include_path,
/aosp_15_r20/external/minijail/tools/
H A Dparser.py651 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/
Dbuild.rs73 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/
Dbuild.rs71 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 DBUILD.gn17 config("include_path") {
53 public_configs = [ ":include_path" ]
/aosp_15_r20/external/openthread/script/
H A Dupdate-makefiles.py115 include_path = "./include/openthread" variable
116 include_h_files = get_file_list(include_path, '.h')

123