OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEMP_DIR
(Results
1 - 8
of
8
) sorted by null
/external/compiler-rt/test/asan/TestCases/Linux/
interception_readdir_r_test.cc
24
fputs("test1: reading the "
TEMP_DIR
" directory...\n", stderr);
25
DIR *d = opendir(
TEMP_DIR
);
45
fputs("test2: reading the "
TEMP_DIR
" directory...\n", stderr);
46
d = opendir(
TEMP_DIR
);
/external/libvpx/
generate_config.sh
71
rm -rf $BASE_DIR/$
TEMP_DIR
/libvpx.config
73
print_config_basic $1 > $BASE_DIR/$
TEMP_DIR
/libvpx.config
78
-o $BASE_DIR/$
TEMP_DIR
/libvpx.config
85
--config=$BASE_DIR/$
TEMP_DIR
/libvpx.config \
92
--config=$BASE_DIR/$
TEMP_DIR
/libvpx.config \
100
--config=$BASE_DIR/$
TEMP_DIR
/libvpx.config \
108
--config=$BASE_DIR/$
TEMP_DIR
/libvpx.config \
113
rm -rf $BASE_DIR/$
TEMP_DIR
/libvpx.config
144
TEMP_DIR
="$LIBVPX_SRC_DIR.temp"
145
rm -rf $
TEMP_DIR
[
all
...]
/ndk/build/tools/
build-docs.sh
79
TEMP_DIR
=$NDK_TMPDIR/build-docs
80
mkdir -p "$
TEMP_DIR
"
98
TMP_FILE=$
TEMP_DIR
/$(basename "$DST_FILE").temp
107
run rm -rf "$
TEMP_DIR
"
build-mingw64-toolchain.sh
155
TEMP_DIR
=$TMPDIR/build-mingw64-toolchain-$USER
169
--work-dir=*)
TEMP_DIR
=$optarg;;
237
--work-dir=<path> Specify work/build directory [$
TEMP_DIR
]."
288
mkdir -p $
TEMP_DIR
291
rm -rf $
TEMP_DIR
/*
294
LOG_FILE=$
TEMP_DIR
/build.log
324
echo "int main() { return 0; }" > $
TEMP_DIR
/test-host-cc.c
325
$PROBE_CC -c $
TEMP_DIR
/test-host-cc.c -o $
TEMP_DIR
/test-host-cc.o > /dev/null
328
file $
TEMP_DIR
/test-host-cc.o | grep -q -e "x86[_-]64
[
all
...]
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/
VmTestPreparer.java
41
private static final String
TEMP_DIR
= "/data/local/tmp";
42
private static final String VM_TEMP_DIR =
TEMP_DIR
+"/vm-tests";
130
if (!(device.doesFileExist(
TEMP_DIR
))) {
131
CLog.e("Error: %s does not exist",
TEMP_DIR
);
/external/autotest/site_utils/
lxc_functional_test.py
30
TEMP_DIR
= tempfile.mkdtemp(dir=lxc.DEFAULT_CONTAINER_PATH,
32
RESULT_PATH = os.path.join(
TEMP_DIR
, 'results', str(TEST_JOB_ID))
247
bucket = lxc.ContainerBucket(
TEMP_DIR
)
270
logging.info('Cleaning up temporary directory %s.',
TEMP_DIR
)
272
lxc.ContainerBucket(
TEMP_DIR
).destroy_all()
274
utils.run('sudo rm -rf "%s"' %
TEMP_DIR
)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh
156
TEMP_DIR
=/tmp/build-mingw64-toolchain-$USER
170
--work-dir=*)
TEMP_DIR
=$optarg;;
238
--work-dir=<path> Specify work/build directory [$
TEMP_DIR
]."
289
mkdir -p $
TEMP_DIR
292
rm -rf $
TEMP_DIR
/*
295
LOG_FILE=$
TEMP_DIR
/build.log
325
echo "int main() { return 0; }" > $
TEMP_DIR
/test-host-cc.c
326
$PROBE_CC -c $
TEMP_DIR
/test-host-cc.c -o $
TEMP_DIR
/test-host-cc.o > /dev/null
329
file $
TEMP_DIR
/test-host-cc.o | grep -q -e "x86[_-]64
[
all
...]
/device/intel/edison/flash_tools/
brillo-provision-edison.sh
39
TEMP_DIR
="$(dirname $($READLINK -f "$0"))"
Completed in 542 milliseconds