Home
last modified time | relevance | path

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

/external/v8/tools/
Dtickprocessor.js626 function UnixCppEntriesProvider(nmExec, targetRootFS) { argument
629 this.nmExec = nmExec;
641 os.system(this.nmExec, ['-C', '-n', '-S', libName], -1, -1),
642 os.system(this.nmExec, ['-C', '-n', '-S', '-D', libName], -1, -1)
676 function MacCppEntriesProvider(nmExec, targetRootFS) { argument
677 UnixCppEntriesProvider.call(this, nmExec, targetRootFS);
691 this.symbols = [os.system(this.nmExec, ['-n', libName], -1, -1), ''];