Home
last modified time | relevance | path

Searched refs:sourcedir (Results 1 – 25 of 31) sorted by relevance

12

/external/syzkaller/sys/syz-extract/
Dlinux.go19 func (*linux) prepare(sourcedir string, build bool, arches []string) error {
20 if sourcedir == "" {
27 if osutil.IsExist(filepath.Join(sourcedir, ".config")) ||
28 osutil.IsExist(filepath.Join(sourcedir, "init/main.o")) ||
29 osutil.IsExist(filepath.Join(sourcedir, "include/generated/compile.h")) {
31 out, err := osutil.RunCmd(time.Hour, sourcedir, "make", "mrproper",
Dakaros.go15 func (*akaros) prepare(sourcedir string, build bool, arches []string) error {
16 if sourcedir == "" {
Dfuchsia.go15 func (*fuchsia) prepare(sourcedir string, build bool, arches []string) error {
16 if sourcedir == "" {
Dfreebsd.go17 func (*freebsd) prepare(sourcedir string, build bool, arches []string) error {
18 if sourcedir == "" {
Dnetbsd.go17 func (*netbsd) prepare(sourcedir string, build bool, arches []string) error {
18 if sourcedir == "" {
Dwindows.go12 func (*windows) prepare(sourcedir string, build bool, arches []string) error {
Dextract.go52 prepare(sourcedir string, build bool, arches []string) error
/external/toolchain-utils/deprecated/
Dbuild_benchmarks.py85 def CreateBinaryCopy(sourcedir, destdir, copy=None): argument
98 if not os.path.exists(sourcedir):
100 sourcedir)
115 sourcedir = os.path.abspath(sourcedir)
117 command = 'ln -s %s/* %s' % (sourcedir, destdir)
119 command = 'cp -fr %s/* %s' % (sourcedir, destdir)
/external/cldr/tools/java/org/unicode/cldr/icu/
DFixEras.java38 private String sourcedir = null; field in FixEras
75 sourcedir = options[SOURCEDIR].value; in processArgs()
88 if (sourcedir != null) { in processArgs()
89 sourcefile = sourcedir + "/" + file; in processArgs()
/external/llvm/utils/lit/lit/
DTestRunner.py609 sourcedir = os.path.dirname(sourcepath)
614 sourcedir = sourcedir.replace('\\', '/')
623 ('%S', sourcedir),
624 ('%p', sourcedir),
633 ('%/S', sourcedir.replace('\\', '/')),
634 ('%/p', sourcedir.replace('\\', '/')),
643 ('%:S', re.sub(r'^(.):', r'\1', sourcedir)),
644 ('%:p', re.sub(r'^(.):', r'\1', sourcedir)),
651 ('%:S', sourcedir),
652 ('%:p', sourcedir),
/external/testng/bin/
Drun-tests.sh10 …junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPATH org.testng.TestNG -sourcedir test-14/src test…
12 …junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPATH org.testng.TestNG -sourcedir test-14/v4/src t…
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTestRunner.py397 sourcedir = os.path.dirname(sourcepath)
408 sourcedir = sourcedir.replace('\\', '/')
416 ('%S', sourcedir),
417 ('%p', sourcedir),
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DTestRunner.py1200 sourcedir = os.path.dirname(sourcepath)
1205 sourcedir = sourcedir.replace('\\', '/')
1216 ('%S', sourcedir),
1217 ('%p', sourcedir),
1227 ('%/S', sourcedir.replace('\\', '/')),
1228 ('%/p', sourcedir.replace('\\', '/')),
1237 ('%:S', colonNormalizePath(sourcedir)),
1238 ('%:p', colonNormalizePath(sourcedir)),
/external/cmockery/cmockery_0_1_2/packages/deb/
Drules92 dh_install --sourcedir=debian/tmp
/external/syzkaller/docs/
Dsyscall_descriptions.md54 bin/syz-extract -os linux -arch $ARCH -sourcedir "$LINUX" -builddir "$LINUXBLD" <new>.txt
/external/testng/
DCHANGES.txt754 Fixed: TESTNG-119 Running TestNG runner with invalid '-sourcedir' on JDK14 JavaDoc annotated test c…
915 Added: if patch-testng-sourcedir.properties is found in the classpath
916 with a property "sourcedir" containing a ; separated list of
917 directories, this list will override -sourcedir.
1178 Fixed: Renamed -src to -sourcedir
1179 Fixed: Complains if no sourcedir is specified in 1.4
/external/icu/icu4c/source/data/sprep/
Drfc4505.txt15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4505.txt --A1 …
Drfc3530cs.txt15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3530cs.txt --A…
Drfc3530mixp.txt15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3530mixp.txt -…
Drfc4011.txt15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4011.txt --A1 …
Drfc3920res.txt15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3920res.txt --…
Drfc4013.txt15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4013.txt --A1 …
Drfc4518.txt15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4518.txt --A1 …
/external/e2fsprogs/debian/
Drules357 dh_install -p e2fsprogs --sourcedir=${stdbuilddir} NEWS.gz \
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_enable_builddir.m448 # tarball from the builddir to the sourcedir (or $(PUB)) for reason of

12