/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerIO.h | 62 FILE* OpenFile(int Fd, const char *Mode);
|
/prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerIO.h | 62 FILE* OpenFile(int Fd, const char *Mode);
|
/prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerIO.h | 62 FILE* OpenFile(int Fd, const char *Mode);
|
/prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerIO.h | 71 FILE* OpenFile(int Fd, const char *Mode);
|
/prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerIO.h | 71 FILE* OpenFile(int Fd, const char *Mode);
|
/prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerIO.h | 71 FILE* OpenFile(int Fd, const char *Mode);
|
/prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerIO.h | 71 FILE* OpenFile(int Fd, const char *Mode);
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zExtract.cpp | 37 HRESULT OpenFile(bool isCorrupted = false);
76 HRESULT CFolderOutStream::OpenFile(bool isCorrupted)
139 RINOK(OpenFile());
189 RINOK(OpenFile());
205 RINOK(OpenFile(true));
|
/external/webrtc/webrtc/base/ |
proxydetect_unittest.cc | 44 virtual FileStream* OpenFile(const Pathname& filename, 51 FileStream* stream = FakeFileSystem::OpenFile(name, mode);
|
unixfilesystem.h | 39 FileStream* OpenFile(const Pathname& filename,
|
fileutils.h | 104 virtual FileStream *OpenFile(const Pathname &filename, 290 static FileStream *OpenFile(const Pathname &filename, 292 return EnsureDefaultFilesystem()->OpenFile(filename, mode);
|
/prebuilts/go/darwin-x86/doc/progs/ |
interface.go | 46 tty, err := os.OpenFile("/dev/tty", os.O_RDWR, 0)
|
/prebuilts/go/linux-x86/doc/progs/ |
interface.go | 46 tty, err := os.OpenFile("/dev/tty", os.O_RDWR, 0)
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_coverage_mapping_libcdep.cc | 99 fd_t map_fd = OpenFile(tmp_path.data(), WrOnly, &err);
|
/external/libmojo/mojo/edk/test/ |
test_support_impl.cc | 64 return base::OpenFile(ResolveSourceRootRelativePath(relative_path), "rb");
|
/frameworks/native/services/vr/performanced/ |
cpu_set.h | 46 base::unique_fd OpenFile(const std::string& name, int flags = O_RDONLY) const;
|
cpu_set.cpp | 209 return OpenFile(prefix_enabled_ ? "cpuset." + name : name); 216 base::unique_fd CpuSet::OpenFile(const std::string& name, int flags) const { 240 auto file = OpenFile("tasks", O_RDWR);
|
/prebuilts/go/darwin-x86/src/os/ |
example_test.go | 15 f, err := os.OpenFile("notes.txt", os.O_RDWR|os.O_CREATE, 0755) 26 f, err := os.OpenFile("access.log", os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
|
error_test.go | 23 f2, err := os.OpenFile(f.Name(), os.O_RDWR|os.O_CREATE|os.O_EXCL, 0600) 147 f2, err := os.OpenFile(f.Name(), os.O_RDWR, 0600) 152 f2, err = os.OpenFile(f.Name()+"\x00", os.O_RDWR, 0600)
|
/prebuilts/go/linux-x86/src/os/ |
example_test.go | 15 f, err := os.OpenFile("notes.txt", os.O_RDWR|os.O_CREATE, 0755) 26 f, err := os.OpenFile("access.log", os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
|
error_test.go | 23 f2, err := os.OpenFile(f.Name(), os.O_RDWR|os.O_CREATE|os.O_EXCL, 0600) 147 f2, err := os.OpenFile(f.Name(), os.O_RDWR, 0600) 152 f2, err = os.OpenFile(f.Name()+"\x00", os.O_RDWR, 0600)
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_libc_test.cc | 95 fd_t fd = OpenFile(tmpfile, WrOnly); 106 fd = OpenFile(tmpfile, RdOnly); 218 fd_t fd = OpenFile(tmpfile, RdWr);
|
/external/boringssl/src/tool/ |
digest.cc | 82 // OpenFile opens the regular file named |filename| and sets |*out_fd| to be a 85 static bool OpenFile(int *out_fd, const std::string &filename) { 128 if (!OpenFile(&fd, source.filename())) { 231 if (!OpenFile(&fd, source.filename())) {
|
/art/runtime/dex/ |
art_dex_file_loader.h | 99 std::unique_ptr<const DexFile> OpenFile(int fd,
|
/external/compiler-rt/lib/stats/ |
stats.cc | 48 stats_fd = OpenFile(path.data(), WrOnly, &err);
|