HomeSort by relevance Sort by last modified time
    Searched refs:Dir (Results 76 - 100 of 313) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
copy_assign.pass.cpp 39 const path testDir = StaticEnv::Dir;
62 const path testDir = StaticEnv::Dir;
move_assign.pass.cpp 45 const path testDir = StaticEnv::Dir;
67 const path testDir = StaticEnv::Dir;
increment.pass.cpp 46 const path testDir = StaticEnv::Dir;
69 const path testDir = StaticEnv::Dir;
92 const path testDir = StaticEnv::Dir;
116 const path testDir = StaticEnv::Dir;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/
space.pass.cpp 87 TEST_REQUIRE(::statvfs(StaticEnv::Dir.c_str(), &expect) != -1);
110 StaticEnv::Dir,
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.h 37 const char *File, const char *Dir,
42 const char *Dir);
DIBuilderBindings.cpp 38 const char *Dir,
43 return wrap(D->createCompileUnit(Lang, File, Dir, Producer, Optimized, Flags,
48 const char *Dir) {
50 return wrap(D->createFile(File, Dir));
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/
file_size.pass.cpp 69 {StaticEnv::Dir, std::errc::is_a_directory},
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
is_empty.pass.cpp 48 TEST_CHECK(!is_empty(StaticEnv::Dir));
69 const path dir = env.create_dir("dir"); local
70 const path dir2 = env.create_dir("dir/dir2");
71 permissions(dir, perms::none);
83 const path dir = env.create_dir("dir"); local
84 const path file1 = env.create_file("dir/file", 42);
85 permissions(dir, perms::none);
88 TEST_CHECK(is_empty(dir, ec) == false)
    [all...]
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/
is_symlink.pass.cpp 72 {StaticEnv::Dir, false},
94 const path dir = env.create_dir("dir"); local
95 const path file = env.create_file("dir/file", 42);
96 permissions(dir, perms::none);
  /external/mesa3d/scons/
custom.py 107 # Tell ModuleFinder to search dependencies in the script dir, and the glapi
110 GLAPI = env.Dir('#src/mapi/glapi/gen').abspath
244 cur_srcdir = env.Dir('.').srcnode().abspath
245 top_srcdir = env.Dir('#').abspath
  /external/syzkaller/sys/freebsd/gen/
amd64.go 63 {Key: StructKey{Name: "fd_set", Dir: 2}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "fd_set", TypeSize: 64, ArgDir: 2}, Fields: []Type{
104 {Key: StructKey{Name: "icmp6_pair", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "icmp6_pair", TypeSize: 8, ArgDir: 1}, Fields: []Type{
108 {Key: StructKey{Name: "icmp_pair", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "icmp_pair", TypeSize: 8, ArgDir: 1}, Fields: []Type{
128 {Key: StructKey{Name: "ip_mreq", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "ip_mreq", TypeSize: 8, ArgDir: 1}, Fields: []Type{
129 &UnionType{Key: StructKey{Name: "ipv4_addr", Dir: 1}, FldName: "imr_multiaddr"},
130 &UnionType{Key: StructKey{Name: "ipv4_addr", Dir: 1}, FldName: "imr_interface"},
137 {Key: StructKey{Name: "ip_mreq_source", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "ip_mreq_source", TypeSize: 12, ArgDir: 1}, Fields: []Type{
138 &UnionType{Key: StructKey{Name: "ipv4_addr", Dir: 1}, FldName: "imr_multiaddr"},
139 &UnionType{Key: StructKey{Name: "ipv4_addr", Dir: 1}, FldName: "imr_interface"},
140 &UnionType{Key: StructKey{Name: "ipv4_addr", Dir: 1}, FldName: "imr_sourceaddr"}
    [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 356 const import_directory_table_entry *Dir;
358 if (DirRef.getImportTableEntry(Dir)) return;
362 static_cast<uint32_t>(Dir->ImportLookupTableRVA),
363 static_cast<uint32_t>(Dir->TimeDateStamp),
364 static_cast<uint32_t>(Dir->ForwarderChain),
365 static_cast<uint32_t>(Dir->NameRVA),
366 static_cast<uint32_t>(Dir->ImportAddressTableRVA));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
COFFDump.cpp 351 const coff_import_directory_table_entry *Dir;
353 if (DirRef.getImportTableEntry(Dir)) return;
357 static_cast<uint32_t>(Dir->ImportLookupTableRVA),
358 static_cast<uint32_t>(Dir->TimeDateStamp),
359 static_cast<uint32_t>(Dir->ForwarderChain),
360 static_cast<uint32_t>(Dir->NameRVA),
361 static_cast<uint32_t>(Dir->ImportAddressTableRVA));
  /external/clang/lib/Lex/
ModuleMap.cpp 181 const DirectoryEntry *Dir = File->getDir();
182 assert(Dir && "file in no directory");
188 StringRef DirName = SourceMgr.getFileManager().getCanonicalName(Dir);
193 auto KnownDir = UmbrellaDirs.find(Dir);
197 IntermediateDirs.push_back(Dir);
205 Dir = SourceMgr.getFileManager().getDirectory(DirName);
206 } while (Dir);
452 const DirectoryEntry *Dir = Header->getDir();
454 StringRef DirName = Dir->getName();
465 = UmbrellaDirs.find(Dir);
    [all...]
  /external/boringssl/src/util/
godeps.go 156 if _, ok := done[pkg.Dir]; ok {
159 done[pkg.Dir] = struct{}{}
161 files = appendPrefixed(files, pkg.GoFiles, pkg.Dir)
162 files = appendPrefixed(files, pkg.CgoFiles, pkg.Dir)
165 files = appendPrefixed(files, pkg.IgnoredGoFiles, pkg.Dir)
diff_asm.go 77 dir := filepath.Base(filepath.Dir(path))
78 if !info.IsDir() && (dir == "asm" || dir == "perlasm") && strings.HasSuffix(filepath.Base(path), ".pl") {
  /external/syzkaller/prog/
resources.go 36 if typ1.Dir() != DirIn && isCompatibleResourceImpl(kind, typ1.Desc.Kind, precise) {
104 if typ.Dir() == DirOut {
126 if typ1.Dir() != DirIn {
validation.go 72 if c.Ret.Type().Dir() != DirOut {
101 if typ.Dir() == DirOut && !isDefault(arg) {
116 if typ := arg.Type(); typ.Dir() == DirOut {
143 if typ.Dir() == DirOut && arg.Val != 0 && arg.Val != typ.Default() {
163 if typ.Dir() == DirOut && len(arg.data) != 0 {
255 if typ.Dir() == DirOut {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
PackageFile.py 186 for Dir in Dirs:
187 if Dir.startswith('.'):
188 Dirs.remove(Dir)
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 212 /// \brief Get a directory_iterator for \p Dir.
214 virtual directory_iterator dir_begin(const Twine &Dir,
268 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override;
312 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override;
  /external/clang/unittests/libclang/
LibclangTest.cpp 130 " 'name': \"/another/dir\",\n"
141 " 'name': \"/path/virtual/dir\",\n"
169 T.map("/path/virtual/dir/foo1.h", "/real/foo1.h");
170 T.map("/another/dir/foo2.h", "/real/foo2.h");
171 T.map("/path/virtual/dir/foo3.h", "/real/foo3.h");
172 T.map("/path/virtual/dir/in/subdir/foo4.h", "/real/foo4.h");
361 llvm::SmallString<256> Dir;
362 ASSERT_FALSE(llvm::sys::fs::createUniqueDirectory("libclang-test", Dir));
363 TestDir = Dir.str();
  /build/soong/ui/build/
util.go 49 for _, dir := range dirs {
50 err := os.MkdirAll(dir, 0777)
52 ctx.Fatalf("Error creating %s: %q\n", dir, err)
60 for _, dir := range dirs {
63 err := os.RemoveAll(dir)
69 dir == pathErr.Path || seenErr[pathErr.Path] {
71 ctx.Fatalf("Error removing %s: %q\n", dir, err)
74 err = os.Chmod(filepath.Dir(pathErr.Path), 0700)
88 ensureDirectoriesExist(ctx, filepath.Dir(file))
  /external/syzkaller/pkg/ast/
clone.go 37 Dir: n.Dir.Clone().(*String),
  /external/syzkaller/sys/netbsd/gen/
amd64.go 56 {Key: StructKey{Name: "fd_set", Dir: 2}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "fd_set", TypeSize: 64, ArgDir: 2}, Fields: []Type{
100 {Key: StructKey{Name: "itimerval", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "itimerval", TypeSize: 32, ArgDir: 1}, Fields: []Type{
101 &StructType{Key: StructKey{Name: "timeval", Dir: 1}, FldName: "interv"},
102 &StructType{Key: StructKey{Name: "timeval", Dir: 1}, FldName: "value"},
108 {Key: StructKey{Name: "linger", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "linger", TypeSize: 8, ArgDir: 1}, Fields: []Type{
131 {Key: StructKey{Name: "msgbuf", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "msgbuf", ArgDir: 1, IsVarlen: true}, Fields: []Type{
159 {Key: StructKey{Name: "pipefd", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "pipefd", TypeSize: 8, ArgDir: 1}, Fields: []Type{
169 &PtrType{TypeCommon: TypeCommon{TypeName: "ptr", FldName: "msg_name", TypeSize: 8, IsOptional: true}, Type: &UnionType{Key: StructKey{Name: "sockaddr_storage", Dir: 1}}},
183 {Key: StructKey{Name: "rlimit", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "rlimit", TypeSize: 16, ArgDir: 1}, Fields: []Type{
187 {Key: StructKey{Name: "rusage", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "rusage", TypeSize: 144, ArgDir: 1}, Field (…)
    [all...]
  /build/soong/android/
androidmk.go 249 if amod.commonProperties.Dist.Dir != nil {
251 dest, err = validateSafePath(*amod.commonProperties.Dist.Dir, dest)
266 fmt.Fprintln(&data.preamble, "LOCAL_PATH :=", filepath.Dir(ctx.BlueprintFile(mod)))
335 blueprintDir := filepath.Dir(ctx.BlueprintFile(mod))

Completed in 481 milliseconds

1 2 34 5 6 7 8 91011>>