HomeSort by relevance Sort by last modified time
    Searched full:module_filename (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/trace-viewer/build/
parse_deps.py 186 def load_and_parse(self, module_filename,
190 f = open(module_filename, 'r')
195 self.filename = module_filename
  /external/libxslt/libxslt/
extensions.c 326 char module_filename[PATH_MAX]; local
388 xmlStrPrintf((xmlChar *) module_filename, sizeof(module_filename),
395 module_filename, URI);
398 if (1 != xmlCheckFilename(module_filename)) {
402 "xmlCheckFilename failed for plugin: %s\n", module_filename);
410 m = xmlModuleOpen(module_filename, 0);
415 "xmlModuleOpen failed for plugin: %s\n", module_filename);
446 module_filename, regfunc_name);
    [all...]
  /ndk/build/core/
definitions.mk 375 MODULE_FILENAME \
    [all...]

Completed in 344 milliseconds