Searched refs:indir (Results 1 - 8 of 8) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 297 static void listfiles(int dirfd, struct dirtree *indir) in listfiles() argument 306 perror_msg_raw(indir->name); in listfiles() 315 if (!indir->parent) { in listfiles() 318 dt = indir->child; in listfiles() 330 } else dirtree_recurse(indir, filter, dup(dirfd), in listfiles() 337 for (dtlen = 0, dt = indir->child; dt; dt = dt->next, dtlen++) in listfiles() 343 if (indir->parent && (TT.singledir!=indir || (flags&FLAG_R))) in listfiles() 345 char *path = dirtree_path(indir, 0); in listfiles() 364 if ((flags&(FLAG_h|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir in listfiles() [all...] |
/third_party/toybox/toys/posix/ |
H A D | ls.c | 307 static void listfiles(int dirfd, struct dirtree *indir) in listfiles() argument 316 perror_msg_raw(indir->name); in listfiles() 325 if (!indir->parent) { in listfiles() 328 dt = indir->child; in listfiles() 341 } else dirtree_recurse(indir, filter, dup(dirfd), in listfiles() 348 for (dtlen = 0, dt = indir->child; dt; dt = dt->next, dtlen++) in listfiles() 354 if (indir->parent && (TT.singledir!=indir || (flags&FLAG_R))) in listfiles() 356 char *path = dirtree_path(indir, 0); in listfiles() 375 if ((flags&(FLAG_h|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir in listfiles() [all...] |
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CodeMangler.java | 36 private File indir; // root of input field in CodeMangler 191 indir = new File(inname); in CodeMangler() 193 indir = indir.getCanonicalFile(); in CodeMangler() 198 if (!indir.exists()) { in CodeMangler() 199 throw new IllegalArgumentException("Input directory '" + indir.getAbsolutePath() + "' does not exist."); in CodeMangler() 200 } else if (!indir.isDirectory()) { in CodeMangler() 201 throw new IllegalArgumentException("Input path '" + indir.getAbsolutePath() + "' is not a directory."); in CodeMangler() 203 if (verbose) System.out.println("indir: " + indir in CodeMangler() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 60 bool indir, DebugLoc dl, unsigned O) in SDDbgValue() 61 : Var(Var), Expr(Expr), DL(std::move(dl)), Order(O), IsIndirect(indir) { in SDDbgValue() 59 SDDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N, unsigned R, bool indir, DebugLoc dl, unsigned O) SDDbgValue() argument
|
/third_party/ffmpeg/libavutil/arm/ |
H A D | asm.S | 180 .macro ldpic rd, val, indir=0 183 .if \indir 230 ldpic \rd, .Lpic\@, indir=1
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 19 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test 43 indir "subdir" => sub { 164 =item B<indir "SUBDIR" =E<gt> sub BLOCK, OPTS> 166 C<indir> is used to run a part of the recipe in a different directory than 170 C<indir> takes some additional options OPTS that affect the subdirectory: 184 indir "foo" => sub { 198 sub indir { subroutine 204 BAIL_OUT("FAILURE: indir, \"$subdir\" wasn't possible to move into") 298 indir "foo", sub { 971 # therefore on the proper use of setup() and when needed, indir() [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 19 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test 43 indir "subdir" => sub { 164 =item B<indir "SUBDIR" =E<gt> sub BLOCK, OPTS> 166 C<indir> is used to run a part of the recipe in a different directory than 170 C<indir> takes some additional options OPTS that affect the subdirectory: 184 indir "foo" => sub { 198 sub indir { subroutine 204 BAIL_OUT("FAILURE: indir, \"$subdir\" wasn't possible to move into") 298 indir "foo", sub { 971 # therefore on the proper use of setup() and when needed, indir() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 793 KEYWORD(indir); in LexIdentifier()
|
Completed in 7 milliseconds