/external/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 42 sys::fs::file_status Stat; in create() local 43 std::error_code EC = sys::fs::status(FilePath, Stat); in create() 44 switch (Stat.type()) { in create()
|
/external/skia/include/utils/win/ |
D | SkIStream.h | 73 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg 104 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg 127 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
|
/external/gtest/test/ |
D | gtest_premature_exit_test.cc | 42 using ::testing::internal::posix::Stat; 56 return Stat(filepath, &stat) == 0; in FileExists()
|
/external/skia/src/utils/win/ |
D | SkIStream.cpp | 98 HRESULT STDMETHODCALLTYPE SkBaseIStream::Stat(STATSTG* pStatstg in Stat() function in SkBaseIStream 205 HRESULT STDMETHODCALLTYPE SkIStream::Stat(STATSTG* pStatstg in Stat() function in SkIStream 265 HRESULT STDMETHODCALLTYPE SkWIStream::Stat(STATSTG* pStatstg in Stat() function in SkWIStream
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-filepath.cc | 210 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 237 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-filepath.cc | 208 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 235 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-filepath.cc | 210 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 237 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists()
|
/external/gtest/src/ |
D | gtest-filepath.cc | 212 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 239 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists()
|
/external/protobuf/gtest/src/ |
D | gtest-filepath.cc | 210 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 237 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists()
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 158 class Stat: class 171 self.passed = Stat () 172 self.failed = Stat () 173 self.total = Stat ()
|
/external/openssh/ |
D | sftp-server.c | 83 typedef struct Stat Stat; typedef 85 struct Stat { struct 576 send_names(u_int32_t id, int count, const Stat *stats) in send_names() 1059 Stat *stats; in process_readdir() 1062 stats = xcalloc(nstats, sizeof(Stat)); in process_readdir() 1066 stats = xrealloc(stats, nstats, sizeof(Stat)); in process_readdir() 1169 Stat s; in process_realpath() 1252 Stat s; in process_readlink()
|
/external/boringssl/src/util/ |
D | make_errors.go | 141 _, err = os.Stat(buildingPath) 145 _, err = os.Stat(buildingPath)
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 1301 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } 1314 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1578 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } 1591 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1588 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } 1601 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
|
/external/google-breakpad/src/tools/mac/upload_system_symbols/ |
D | upload_system_symbols.go | 116 if fi, err := os.Stat(*dumpOnlyPath); err != nil {
|
/external/gtest/include/gtest/internal/ |
D | gtest-port.h | 1730 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } 1743 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1634 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } 1647 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cc | 55 StatInc(thr, Stat##typ); \
|
/external/tcpdump/ |
D | README.md | 234 S and Gary Perlman's Unix|Stat), spend a few months staring
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 1124 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg, DWORD grfStatFlag) in Stat() function in FX_FINAL
|
/external/elfutils/src/libelf/ |
D | ChangeLog | 825 * elf_update.c (write_file): Stat the file and fchmod it after update
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 7418 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 7445 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 8044 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 8071 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
D | de-DE_lexpos.utf | 1841 CONJ_SUB^PREF_V^PREP "statt" "'Stat" 1842 CONJ_SUB^PREP "anstatt" "?an'Stat" 3036 N "vonstatten" "fOn'Stat=n"
|