HomeSort by relevance Sort by last modified time
    Searched refs:IsRegular (Results 1 - 25 of 44) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
86 bool IsRegular;
  /prebuilts/go/darwin-x86/src/os/
types.go 96 // IsRegular reports whether m describes a regular file.
98 func (m FileMode) IsRegular() bool {
example_test.go 59 case mode.IsRegular():
executable_path.go 71 if !mode.IsRegular() {
  /prebuilts/go/linux-x86/src/os/
types.go 96 // IsRegular reports whether m describes a regular file.
98 func (m FileMode) IsRegular() bool {
example_test.go 59 case mode.IsRegular():
executable_path.go 71 if !mode.IsRegular() {
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
build_test.go 28 if fi.Mode().IsRegular() {
29 t.Errorf("Lstat(%s).Mode().IsRegular() = true; expected false", os.DevNull)
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
build_test.go 28 if fi.Mode().IsRegular() {
29 t.Errorf("Lstat(%s).Mode().IsRegular() = true; expected false", os.DevNull)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser_test.go 93 if fi.Mode().IsRegular() {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser_test.go 93 if fi.Mode().IsRegular() {
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 210 return err == nil && fi.Mode().IsRegular()

Completed in 495 milliseconds

1 2