HomeSort by relevance Sort by last modified time
    Searched defs:is_unsafe (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/zlib/google/
zip_reader.h 62 // "foo/bar.txt", but if it's absolute, is_unsafe() returns true.
87 bool is_unsafe() const { return is_unsafe_; } function in class:zip::ZipReader::EntryInfo
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 173 bool* is_unsafe = static_cast<bool*>(aux); local
174 if (!*is_unsafe) {
178 *is_unsafe = true;
    [all...]

Completed in 293 milliseconds