HomeSort by relevance Sort by last modified time
    Searched defs:getDir (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /development/tools/idegen/src/com/android/idegen/
ModuleCache.java 96 putModule(module.getDir(), module);
  /external/clang/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
DirectoryLookup.h 93 /// getDir - Return the directory that this entry refers to.
95 const DirectoryEntry *getDir() const {
  /frameworks/base/test-runner/src/android/test/
ProviderTestCase2.java 87 public File getDir(String name, int mode) {
90 return getContext().getDir("mockcontext2_" + name, mode);
  /build/soong/finder/fs/
fs.go 254 parentNode, err := m.getDir(parentPath, false)
356 parentDir, err := m.getDir(parentPath, false)
465 dir, err := m.getDir(parentPath, false)
524 dir, err := m.getDir(path, false)
558 sourceParentDir, err := m.getDir(sourceParentPath, false)
580 destParentDir, err := m.getDir(destParentPath, false)
677 parentDir, err := m.getDir(parentPath, false)
745 _, err := m.getDir(path, true)
749 // getDir doesn't support symlinks
750 func (m *MockFs) getDir(path string, createIfMissing bool) (dir *mockDir, err error)
    [all...]
  /external/clang/include/clang/Basic/
FileManager.h 95 const DirectoryEntry *getDir() const { return Dir; }
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 35 public File getDir(String name, int mode) {
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 173 public File getDir(String name, int mode) {
174 return mBaseContext.getDir("mockcontext2_" + name, mode);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileManager.h 94 const DirectoryEntry *getDir() const { return Dir; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
FileManager.h 94 const DirectoryEntry *getDir() const { return Dir; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
FileManager.h 94 const DirectoryEntry *getDir() const { return Dir; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
FileManager.h 94 const DirectoryEntry *getDir() const { return Dir; }

Completed in 1236 milliseconds

1 2 3 4 5 6 7 8 910