Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dutil.py84 fp = BytesIO(imp.get_magic() + b'\0\0\0\0' + marshal.dumps(co))
Dmodulegraph.py147 imp.get_magic() + b'\0\0\0\0' + marshal.dumps(co))
1178 if fp.read(4) != imp.get_magic():
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchive.cpp121 sys::fs::get_magic(path.str(), magic.capacity(), magic); in replaceWith()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h397 error_code get_magic(const Twine &path, uint32_t len,
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp728 if (error_code ec = get_magic(path, Magic.size(), Buffer)) { in has_magic()
743 error_code ec = get_magic(path, Magic.capacity(), Magic); in identify_magic()
/external/blktrace/
Dblkparse.c2146 static inline __u32 get_magic(struct blk_io_trace *bit) in get_magic() function
2184 magic = get_magic(bit); in read_events()
2330 magic = get_magic(bit); in ms_prime()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc480 error_code get_magic(const Twine &path, uint32_t len,
/external/libmojo/third_party/jinja2/
Denvironment.py638 py_header = imp.get_magic() + \
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc652 error_code get_magic(const Twine &path, uint32_t len,