Searched refs:get_magic (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | util.py | 84 fp = BytesIO(imp.get_magic() + b'\0\0\0\0' + marshal.dumps(co))
|
D | modulegraph.py | 147 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/ |
D | Archive.cpp | 121 sys::fs::get_magic(path.str(), magic.capacity(), magic); in replaceWith()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FileSystem.h | 397 error_code get_magic(const Twine &path, uint32_t len,
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 728 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/ |
D | blkparse.c | 2146 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/ |
D | PathV2.inc | 480 error_code get_magic(const Twine &path, uint32_t len,
|
/external/libmojo/third_party/jinja2/ |
D | environment.py | 638 py_header = imp.get_magic() + \
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 652 error_code get_magic(const Twine &path, uint32_t len,
|