Home
last modified time | relevance | path

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

/external/bcc/tests/python/
Dtest_usdt3.py90include_path = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + "/inclu…
100 … self.assertEqual(os.system("gcc -I" + include_path + " -fpic -c -o " + a_obj + " " + a_src), 0)
101 … self.assertEqual(os.system("gcc -I" + include_path + " -fpic -c -o " + b_obj + " " + b_src), 0)
104 …self.assertEqual(os.system("gcc -I" + include_path + " " + m_src + " -o " + m_bin + m_linker_opt),…
/external/skia/gn/
Dfind_headers.py73 include_path = source_as_include[0] variable
74 if key not in headers or len(include_path) < len(headers[key].include):
75 headers[key] = Header(source, include_path)
/external/skqp/gn/
Dfind_headers.py73 include_path = source_as_include[0] variable
74 if key not in headers or len(include_path) < len(headers[key].include):
75 headers[key] = Header(source, include_path)
/external/minijail/tools/
Dparser.py594 include_path = tokens.pop(0)
595 if include_path.type != 'PATH':
597 'invalid include path', token=include_path)
603 include_path.value))
606 'Could not @include %s' % include_filename, token=include_path)
/external/v8/tools/clang/scripts/
Dtest_tool.py33 include_path_flags = ' '.join('-I %s' % include_path.replace('\\', '/')
34 for include_path in include_paths)
/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc119 const std::string& include_path);
141 const std::string& include_path) in ProtoToCpp() argument
144 include_path_(include_path), in ProtoToCpp()
/external/u-boot/cmd/
Dpxe.c1084 char *include_path; in handle_include() local
1090 err = parse_sliteral(c, &include_path); in handle_include()
1098 err = get_pxe_file(cmdtp, include_path, base); in handle_include()
1101 printf("Couldn't retrieve %s\n", include_path); in handle_include()
/external/grpc-grpc/src/python/grpcio/
Dcommands.py238 include_path=[
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1228 include_path = '-I%s/libraries/usr/local/include' % (WORKDIR,)
1237 for p in (include_path, lib_path):
1272 for p in (include_path, lib_path):
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1241 include_path = '-I%s/libraries/usr/local/include' % (WORKDIR,)
1250 for p in (include_path, lib_path):
1285 for p in (include_path, lib_path):