HomeSort by relevance Sort by last modified time
    Searched defs:outdir (Results 1 - 5 of 5) sorted by null

  /docs/source.android.com/scripts/
micro-httpd.py 22 outdir = os.environ.get('OUTDIR', os.path.join(os.path.dirname(__file__), '..', 'out')) variable
23 os.chdir(outdir)
  /external/chromium_org/v8/
Makefile 32 OUTDIR ?= out
252 ENVFILE = $(OUTDIR)/environment
267 # Special target for the buildbots to use. Depends on $(OUTDIR)/Makefile
270 $(MAKE) -C "$(OUTDIR)" BUILDTYPE=$(BUILDTYPE) \
271 builddir="$(abspath $(OUTDIR))/$(BUILDTYPE)"
280 $(BUILDS): $(OUTDIR)/Makefile.$$@
281 @$(MAKE) -C "$(OUTDIR)" -f Makefile.$@ \
286 builddir="$(shell pwd)/$(OUTDIR)/$@"
288 native: $(OUTDIR)/Makefile.native
289 @$(MAKE) -C "$(OUTDIR)" -f Makefile.native
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 223 static errcode_t alloc_size_dir(ext2_filsys fs, struct out_dir *outdir,
228 if (outdir->max) {
229 new_mem = realloc(outdir->buf, blocks * fs->blocksize);
232 outdir->buf = new_mem;
233 new_mem = realloc(outdir->hashes,
237 outdir->hashes = new_mem;
239 outdir->buf = malloc(blocks * fs->blocksize);
240 outdir->hashes = malloc(blocks * sizeof(ext2_dirhash_t));
241 outdir->num = 0;
243 outdir->max = blocks
625 struct out_dir *outdir; member in struct:write_dir_struct
717 struct out_dir outdir; local
    [all...]
  /external/openssl/apps/
ca.c 169 " -outdir dir - Where to put output certificates\n",
279 char *outdir=NULL; local
438 else if (strcmp(*argv,"-outdir") == 0)
441 outdir= *(++argv);
848 if ((outdir == NULL) && (req))
851 if ((outdir=NCONF_get_string(conf,section,ENV_NEW_CERTS_DIR))
858 /* outdir is a directory spec, but access() for VMS demands a
860 if outdir is not a directory spec, and the fopen() or open()
869 if (access(outdir,R_OK|W_OK|X_OK) != 0)
871 if (_access(outdir,R_OK|W_OK|X_OK) != 0
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1001 milliseconds