Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

tmparea.c File Reference


Detailed Description

Create and manage temporary directory area for class files, etc.

Control

$URL: https://svn.apache.org/path/name/tmparea.c $ $Id: tmparea.c 0 09/28/2005 dlydick $

Copyright 2005 The Apache Software Foundation or its licensors, as applicable.

Licensed under the Apache License, Version 2.0 ("the License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.

Version:
$LastChangedRevision: 0 $
Date:
$LastChangedDate: 09/28/2005 $
Author:
$LastChangedBy: dlydick $ Original code contributed by Daniel Lydick on 09/28/2005.

Reference

Definition in file tmparea.c.

#include "arch.h"
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>
#include "jvmcfg.h"
#include "exit.h"
#include "heap.h"
#include "util.h"

Go to the source code of this file.

Functions

static void tmparea_c_dummy (void)
const rchartmparea_get ()
rvoid tmparea_init (char **argv)
rvoid tmparea_shutdown (rvoid)
 Shut down the temporary directory area after JVM execution.

Variables

static rcharenv_tmpdir = ((rvoid *) 0)
 Initialize the class area of the JVM model Permit null pointer manifest constant for initializing static and global storage.
static rchar tmparea [100]
static char * tmparea_c_copyright = "\0" "$URL: https://svn.apache.org/path/name/tmparea.c $ $Id: tmparea.c 0 09/28/2005 dlydick $" " " "Copyright 2005 The Apache Software Foundation or its licensors, as applicable."


Function Documentation

static void tmparea_c_dummy void   )  [static]
 

Definition at line 41 of file tmparea.c.

rvoid tmparea_init char **  argv  ) 
 

Definition at line 73 of file tmparea.c.

const rchar* tmparea_get  ) 
 

Retrieve the temporary directory area path.

Parameters: rvoid

Returns:
Null-terminated string to temp area.

Definition at line 134 of file tmparea.c.

rvoid tmparea_shutdown rvoid   ) 
 

Shut down the temporary directory area after JVM execution.

Parameters: rvoid

Returns:
rvoid

Definition at line 151 of file tmparea.c.


Variable Documentation

char* tmparea_c_copyright = "\0" "$URL: https://svn.apache.org/path/name/tmparea.c $ $Id: tmparea.c 0 09/28/2005 dlydick $" " " "Copyright 2005 The Apache Software Foundation or its licensors, as applicable." [static]
 

Definition at line 41 of file tmparea.c.

rchar* env_tmpdir = ((rvoid *) 0) [static]
 

Initialize the class area of the JVM model Permit null pointer manifest constant for initializing static and global storage.

Parameters: rvoid

Returns:
rvoid

Definition at line 65 of file tmparea.c.

rchar tmparea[100] [static]
 

Definition at line 71 of file tmparea.c.


Generated on Fri Sep 30 19:00:56 2005 by  doxygen 1.4.4