Searched refs:rootdir (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | moduleResolutionWithRequire.types | 8 const a = require('../outside-of-rootdir/foo'); 10 >require('../outside-of-rootdir/foo') : any 12 >'../outside-of-rootdir/foo' : "../outside-of-rootdir/foo"
|
D | moduleResolutionWithRequireAndImport.types | 13 const a = require('../outside-of-rootdir/foo'); 15 >require('../outside-of-rootdir/foo') : any 17 >'../outside-of-rootdir/foo' : "../outside-of-rootdir/foo"
|
D | moduleResolutionWithRequire.symbols | 8 const a = require('../outside-of-rootdir/foo');
|
D | moduleResolutionWithRequireAndImport.symbols | 11 const a = require('../outside-of-rootdir/foo');
|
/third_party/skia/third_party/externals/swiftshader/tests/scan_sources/ |
D | main.py | 24 def main(rootdir): argument 26 for x in [rootdir +"/**/*.cpp", rootdir + "/**/*.hpp"]:
|
/third_party/alsa-utils/alsactl/ |
D | init_parse.c | 65 char *rootdir; member 129 if (space->rootdir) in free_space() 130 free(space->rootdir); in free_space() 1487 char *rootdir, *go_to; in parse_line() local 1498 strlcpy(string, space->rootdir, sizeof(string)); in parse_line() 1502 rootdir = space->rootdir; in parse_line() 1525 space->rootdir = new_root_dir(string); in parse_line() 1527 if (space->rootdir) { in parse_line() 1529 free(space->rootdir); in parse_line() 1542 space->rootdir = new_root_dir(string); in parse_line() [all …]
|
/third_party/elfutils/src/ |
D | findtextrel.c | 99 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()
|
D | ChangeLog | 115 (process_file): Use it to open file inside rootdir.
|
/third_party/cef/tools/ |
D | translator.py | 67 if options.rootdir is None: 72 root_dir = os.path.abspath(options.rootdir)
|
/third_party/python/Lib/distutils/command/ |
D | bdist_msi.py | 278 rootdir = os.path.abspath(self.bdist_dir) 280 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir") 296 dir = Directory(db, cab, root, rootdir, target, default)
|
/third_party/pcre2/pcre2/ |
D | CMakeLists.txt | 113 # With a recent cmake, you can provide a rootdir to look for non
|