Home
last modified time | relevance | path

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

/external/chromium_org/tools/vim/
Dchromium.ycm_extra_conf.py95 debug_path = os.path.join(root, 'Debug')
100 debug_mtime = os.path.getmtime(os.path.join(debug_path, test_path))
111 return debug_path
/external/chromium_org/chrome/browser/ui/webui/
Dplugins_ui.cc382 base::FilePath debug_path; in PluginsLoaded() local
383 PathService::Get(chrome::DIR_PEPPER_FLASH_DEBUGGER_PLUGIN, &debug_path); in PluginsLoaded()
384 if (group_plugin.path.DirName() == debug_path) in PluginsLoaded()
/external/blktrace/
DREADME38 $ blktrace -d <dev> [ -r debug_path ] [ -o output ] [ -k ] [ -w time ]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase.py1683 debug_path = self._path_to_driver('Debug')
1686 debug_mtime = self._filesystem.mtime(debug_path)