Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp96 static inline std::unique_ptr<Module> LoadFile(const char *argv0, in LoadFile() function
121 std::unique_ptr<Module> M(LoadFile(argv[0], InputFilenames[0], Context)); in main()
/frameworks/base/startop/view_compiler/
Dmain.cc141 xml.LoadFile(filename); in main()
/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp282 doc.LoadFile(path.c_str()); in parseWithPath()