Searched defs:is_unsafe (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.h62 // "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/
H A Dsandbox_bpf.cc173 bool* is_unsafe = static_cast<bool*>(aux); local
174 if (!*is_unsafe) {
178 *is_unsafe = true;

Completed in 208 milliseconds