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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 152 int get_magic = WLC_GET_MAGIC; local
161 get_magic = DHD_GET_MAGIC;
172 if (ret < 0 && cmd != get_magic)
  /external/llvm/lib/Archive/
Archive.cpp 122 sys::fs::get_magic(path.str(), magic.capacity(), magic);
  /external/llvm/lib/Support/
PathV2.cpp 733 if (error_code ec = get_magic(path, Magic.size(), Buffer)) {
861 error_code ec = get_magic(path, Magic.capacity(), Magic);
  /external/blktrace/
blkparse.c 2146 static inline __u32 get_magic(struct blk_io_trace *bit) function
    [all...]
  /external/llvm/lib/Support/Unix/
PathV2.inc 634 error_code get_magic(const Twine &path, uint32_t len,
  /external/llvm/include/llvm/Support/
FileSystem.h 528 error_code get_magic(const Twine &path, uint32_t len,
  /external/llvm/lib/Support/Windows/
PathV2.inc 672 error_code get_magic(const Twine &path, uint32_t len,
    [all...]

Completed in 137 milliseconds