Home
last modified time | relevance | path

Searched refs:rootdir (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/tools/cppgc/
H A Dtest_cmake.sh8 rootdir=$sourcedir/../../
9 testdir=$rootdir/test/unittests/
11 maingn=$rootdir/BUILD.gn
33 cmakelists=$rootdir/CMakeLists.txt
49 cmake -GNinja $rootdir || fail "Failed to execute cmake"
/third_party/skia/third_party/externals/swiftshader/tests/scan_sources/
H A Dmain.py24 def main(rootdir):
26 for x in [rootdir +"/**/*.cpp", rootdir + "/**/*.hpp"]:
/third_party/elfutils/src/
H A Dfindtextrel.c99 static const char *rootdir = "/"; variable
163 rootdir = arg; in parse_opt()
189 if (fname[0] == '/' && (rootdir[0] != '/' || rootdir[1] != '\0')) in open_rootdir_file()
190 real_fname = new_fname = xasprintf ("%s/%s", rootdir, fname); in open_rootdir_file()
364 xasprintf("%s%s/%s.debug", rootdir, debuginfo_root, fname); in process_file()
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c65 char *rootdir; member
129 if (space->rootdir) in free_space()
130 free(space->rootdir); in free_space()
1488 char *rootdir, *go_to; in parse_line() local
1499 strlcpy(string, space->rootdir, sizeof(string)); in parse_line()
1503 rootdir = space->rootdir; in parse_line()
1526 space->rootdir = new_root_dir(string); in parse_line()
1528 if (space->rootdir) { in parse_line()
1530 free(space->rootdir); in parse_line()
[all...]
/third_party/python/Tools/scripts/
H A Dfreeze_modules.py414 def _resolve_modname_matcher(match, rootdir=None):
430 match_modname = match(rootdir)

Completed in 5 milliseconds