Home
last modified time | relevance | path

Searched defs:Dir (Results 1 – 25 of 231) sorted by relevance

12345678910

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/internal/telemetry/
Ddir.go32 type Dir struct { struct
33 dir, local, upload, debug, modefile string
58 func (d Dir) Dir() string { func
62 func (d Dir) LocalDir() string {
66 func (d Dir) UploadDir() string {
70 func (d Dir) DebugDir() string {
74 func (d Dir) ModeFile() string {
84 func (d Dir) SetMode(mode string) error {
90 func (d Dir) SetModeAsOf(mode string, asofTime time.Time) error {
124 func (d Dir) Mode() (string, time.Time) {
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Ddir_plan9.go28 type Dir struct { struct
30 Type uint16 // server type
31 Dev uint32 // server subtype
34 Qid Qid // unique id from server
35 Mode uint32 // permissions
36 Atime uint32 // last read time
37 Mtime uint32 // last write time
38 Length int64 // file length
39 Name string // last element of path
40 Uid string // owner name
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/plan9/
Ddir_plan9.go25 type Dir struct { struct
27 Type uint16 // server type
28 Dev uint32 // server subtype
31 Qid Qid // unique id from server
32 Mode uint32 // permissions
33 Atime uint32 // last read time
34 Mtime uint32 // last write time
35 Length int64 // file length
36 Name string // last element of path
37 Uid string // owner name
[all …]
/aosp_15_r20/external/clang/lib/AST/
H A DStmtOpenMP.cpp64 OMPParallelDirective *Dir = in Create() local
92 OMPSimdDirective *Dir = new (Mem) in Create() local
134 OMPForDirective *Dir = in Create() local
187 OMPForSimdDirective *Dir = new (Mem) in Create() local
236 OMPSectionsDirective *Dir = in Create() local
262 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc); in Create() local
285 OMPSingleDirective *Dir = in Create() local
309 OMPMasterDirective *Dir = new (Mem) OMPMasterDirective(StartLoc, EndLoc); in Create() local
330 OMPCriticalDirective *Dir = in Create() local
356 OMPParallelForDirective *Dir = new (Mem) in Create() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Ddir.rs17 pub struct Dir { struct
34 impl Dir { argument
244 impl Iterator for Dir { implementation
253 impl fmt::Debug for Dir { implementation
/aosp_15_r20/external/clang/lib/Lex/
H A DHeaderSearch.cpp148 auto *Dir = in getModuleFileName() local
253 StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir, in getFileAndSuggestModule()
384 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName); in getTopFrameworkDir() local
441 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName); in DoFrameworkLookup() local
500 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkPath); in DoFrameworkLookup() local
866 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName); in LookupSubframeworkHeader() local
1110 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName); in hasModuleMap() local
1204 const DirectoryEntry *Dir = nullptr; in loadModuleMapFile() local
1233 const DirectoryEntry *Dir) { in loadModuleMapFileImpl()
1260 HeaderSearch::lookupModuleMapFile(const DirectoryEntry *Dir, bool IsFramework) { in lookupModuleMapFile()
[all …]
/aosp_15_r20/external/clang/utils/analyzer/
H A DSATestBuild.py205 def runCleanupScript(Dir, PBuildLogFile): argument
211 def runDownloadScript(Dir, PBuildLogFile): argument
234 def downloadAndPatch(Dir, PBuildLogFile): argument
255 def applyPatch(Dir, PBuildLogFile): argument
275 def runScanBuild(Dir, SBOutputDir, PBuildLogFile): argument
343 def runAnalyzePreprocessed(Dir, SBOutputDir, Mode): argument
412 def buildProject(Dir, SBOutputDir, ProjectBuildMode, IsReferenceBuild): argument
534 def runCmpResults(Dir, Strictness = 0): argument
637 def testProject(ID, ProjectBuildMode, IsReferenceBuild=False, Dir=None, Strictness = 0): argument
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Ddir.rs42 pub struct Dir { struct
50 impl Dir { implementation
234 unsafe impl Send for Dir {} implementation
236 impl Drop for Dir { implementation
243 impl Iterator for Dir { implementation
252 impl fmt::Debug for Dir { implementation
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/doc/
Ddirs.go23 type Dir struct { struct
24 importPath string // import path for that dir
25 dir string // file system directory
26 inModule bool
43 func dirsInit(extra ...Dir) {
257 Path, Dir, GoVersion string member
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/
Ddir.rs32 pub struct Dir(ptr::NonNull<libc::DIR>); struct
34 impl Dir { impl
87 unsafe impl Send for Dir {} implementation
89 impl AsRawFd for Dir { implementation
95 impl Drop for Dir { implementation
169 impl IntoIterator for Dir { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOPosix.cpp55 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
81 void IterateDirRecursive(const std::string &Dir, in IterateDirRecursive()
82 void (*DirPreCallback)(const std::string &Dir), in IterateDirRecursive()
83 void (*DirPostCallback)(const std::string &Dir), in IterateDirRecursive()
84 void (*FileCallback)(const std::string &Dir)) { in IterateDirRecursive()
DFuzzerIOWindows.cpp113 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
162 void IterateDirRecursive(const std::string &Dir, in IterateDirRecursive()
163 void (*DirPreCallback)(const std::string &Dir), in IterateDirRecursive()
164 void (*DirPostCallback)(const std::string &Dir), in IterateDirRecursive()
165 void (*FileCallback)(const std::string &Dir)) { in IterateDirRecursive()
DFuzzerIO.cpp123 void GetSizedFilesFromDir(const std::string &Dir, std::vector<SizedFile> *V) { in GetSizedFilesFromDir()
176 const std::string &Dir = DirName(Leaf); in MkDirRecursiveInner() local
193 bool MkDirRecursive(const std::string &Dir) { in MkDirRecursive()
203 void RmDirRecursive(const std::string &Dir) { in RmDirRecursive()
/aosp_15_r20/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp224 SmallString<256> Dir; in getCurrentWorkingDirectory() local
239 StringRef Dir = Path.toNullTerminatedStringRef(Storage); in setCurrentWorkingDirectory() local
282 directory_iterator RealFileSystem::dir_begin(const Twine &Dir, in dir_begin()
397 directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir, in dir_begin()
524 detail::InMemoryDirectory *Dir = Root.get(); in addFile() local
581 lookupInMemoryNode(const InMemoryFileSystem &FS, detail::InMemoryDirectory *Dir, in lookupInMemoryNode()
648 explicit InMemoryDirIterator(detail::InMemoryDirectory &Dir) in InMemoryDirIterator()
664 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin()
772 std::string Dir; member in __anon00a5ee8f0711::VFSFromYamlDirIterImpl
910 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override{ in dir_begin()
[all …]
/aosp_15_r20/external/skia/include/core/
H A DSkDataTable.h96 struct Dir { struct
104 const Dir* fDir; argument
/aosp_15_r20/external/rust/android-crates-io/crates/walkdir/src/tests/
Dutil.rs78 pub struct Dir { struct
79 dir: TempDir, argument
82 impl Dir { implementation
/aosp_15_r20/external/mtools/
H A Dfat.c878 int fat_error(Stream_t *Dir) in fat_error()
889 uint32_t fat32RootCluster(Stream_t *Dir) in fat32RootCluster()
904 mt_off_t getfree(Stream_t *Dir) in getfree()
932 int getfreeMinClusters(Stream_t *Dir, uint32_t size) in getfreeMinClusters()
991 int getfreeMinBytes(Stream_t *Dir, mt_off_t size) in getfreeMinBytes()
1008 uint32_t getStart(Stream_t *Dir, struct directory *dir) in getStart()
H A Dmk_direntry.c343 static __inline__ clash_action get_slots(Stream_t *Dir, in get_slots()
478 static __inline__ int write_slots(Stream_t *Dir, in write_slots()
528 static int _mwrite_one(Stream_t *Dir, in _mwrite_one()
641 int mwrite_one(Stream_t *Dir, in mwrite_one()
H A Dfile.c181 unsigned int countBlocks(Stream_t *Dir, unsigned int block) in countBlocks()
192 static uint32_t countBytes(Stream_t *Dir, unsigned int block) in countBytes()
664 static Stream_t *_internalFileOpen(Stream_t *Dir, unsigned int first, in _internalFileOpen()
727 static void bufferize(Stream_t **Dir) in bufferize()
753 Stream_t *OpenRoot(Stream_t *Dir) in OpenRoot()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DDirectoryLookup.h41 DirectoryEntryRef Dir; member
47 DLU(DirectoryEntryRef Dir) : Dir(Dir) {} in DLU()
72 DirectoryLookup(DirectoryEntryRef Dir, SrcMgr::CharacteristicKind DT, in DirectoryLookup()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DDirectoryLookup.h41 DirectoryEntryRef Dir; member
47 DLU(DirectoryEntryRef Dir) : Dir(Dir) {} in DLU()
72 DirectoryLookup(DirectoryEntryRef Dir, SrcMgr::CharacteristicKind DT, in DirectoryLookup()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DDirectoryLookup.h41 DirectoryEntryRef Dir; member
47 DLU(DirectoryEntryRef Dir) : Dir(Dir) {} in DLU()
72 DirectoryLookup(DirectoryEntryRef Dir, SrcMgr::CharacteristicKind DT, in DirectoryLookup()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DDirectoryLookup.h41 DirectoryEntryRef Dir; member
47 DLU(DirectoryEntryRef Dir) : Dir(Dir) {} in DLU()
72 DirectoryLookup(DirectoryEntryRef Dir, SrcMgr::CharacteristicKind DT, in DirectoryLookup()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp329 SmallString<128> Dir; in getCurrentWorkingDirectory() local
407 directory_iterator RealFileSystem::dir_begin(const Twine &Dir, in dir_begin()
550 CombiningDirIterImpl(ArrayRef<FileSystemPtr> FileSystems, std::string Dir, in CombiningDirIterImpl()
576 directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir, in dir_begin()
835 detail::InMemoryDirectory *Dir = Root.get(); in addFile() local
941 const detail::InMemoryDirectory *Dir = Root.get(); in lookupNode() local
1104 const detail::InMemoryDirectory &Dir, in DirIterator()
1118 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin()
1232 std::string Dir; member in llvm::vfs::RedirectingFSDirIterImpl
1278 std::string Dir; member in __anon4252d8880b11::RedirectingFSDirRemapIterImpl
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp311 SmallString<128> Dir; in getCurrentWorkingDirectory() local
378 directory_iterator RealFileSystem::dir_begin(const Twine &Dir, in dir_begin()
515 directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir, in dir_begin()
668 if (auto Dir = dyn_cast<detail::InMemoryDirectory>(Node)) in getNodeStatus() local
713 detail::InMemoryDirectory *Dir = Root.get(); in addFile() local
807 lookupInMemoryNode(const InMemoryFileSystem &FS, detail::InMemoryDirectory *Dir, in lookupInMemoryNode()
918 explicit InMemoryDirIterator(const detail::InMemoryDirectory &Dir, in InMemoryDirIterator()
934 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin()
1006 std::string Dir; member in llvm::vfs::VFSFromYamlDirIterImpl
1089 directory_iterator RedirectingFileSystem::dir_begin(const Twine &Dir, in dir_begin()
[all …]

12345678910