OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEMP_DIR
(Results
1 - 14
of
14
) 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/python/cpython2/PC/VC6/
_ssl.mak
4
TEMP_DIR
=x86-temp-debug/_ssl
9
TEMP_DIR
=x86-temp-release/_ssl
21
@if not exist "$(
TEMP_DIR
)/." mkdir "$(
TEMP_DIR
)"
22
cl /nologo $(SOURCE) $(CFLAGS) /Fo$(
TEMP_DIR
)\$*.obj $(INCLUDES) /link /out:$(MODULE) $(LIBS) $(LFLAGS)
/development/vndk/tools/
modify_system_img.sh
44
rm -rf "$
TEMP_DIR
"
96
readonly
TEMP_DIR
="$(mktemp -d /tmp/"$(basename $0)"_XXXXXXXX)"
106
unzip "$SYSTEM_TARGET_FILES" "$BUILD_PROP_PATH" "$PROP_DEFAULT_PATH" -d "$
TEMP_DIR
"
108
readonly BUILD_PROP_FILE="$
TEMP_DIR
"/"$BUILD_PROP_PATH"
109
readonly PROP_DEFAULT_FILE="$
TEMP_DIR
"/"$PROP_DEFAULT_PATH"
166
cd "$
TEMP_DIR
"
build_mixed
50
rm -rf "$
TEMP_DIR
"
99
readonly
TEMP_DIR
="$(mktemp -d /tmp/"$(basename $0)"_XXXXXXXX)"
128
readonly DEVICE_ARTIFACTS_DIR="$
TEMP_DIR
"/device_archive_artifacts
130
readonly SYSTEM_ARTIFACTS_DIR="$
TEMP_DIR
"/system_artifacts
132
readonly OTATOOLS_DIR="$
TEMP_DIR
"/otatools
193
cp "$SYSTEM_TARGET_FILES_ARCHIVE" "$
TEMP_DIR
"
194
readonly COPY_SYSTEM_TARGET_FILES_ARCHIVE="$
TEMP_DIR
"/"$(basename "$SYSTEM_TARGET_FILES_ARCHIVE")"
/external/skia/infra/bots/assets/valgrind/
create.py
28
TEMP_DIR
= os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND)
29
INSTALL_DIR = os.path.join(
TEMP_DIR
, 'valgrind_install')
33
with utils.chdir(
TEMP_DIR
):
41
with utils.chdir(
TEMP_DIR
):
56
with utils.chdir(os.path.join(
TEMP_DIR
, VALGRIND)):
63
with utils.chdir(os.path.join(
TEMP_DIR
, VALGRIND)):
88
if not os.path.isdir(
TEMP_DIR
):
89
os.makedirs(
TEMP_DIR
)
/external/skqp/infra/bots/assets/valgrind/
create.py
28
TEMP_DIR
= os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND)
29
INSTALL_DIR = os.path.join(
TEMP_DIR
, 'valgrind_install')
33
with utils.chdir(
TEMP_DIR
):
41
with utils.chdir(
TEMP_DIR
):
56
with utils.chdir(os.path.join(
TEMP_DIR
, VALGRIND)):
63
with utils.chdir(os.path.join(
TEMP_DIR
, VALGRIND)):
88
if not os.path.isdir(
TEMP_DIR
):
89
os.makedirs(
TEMP_DIR
)
/external/libvpx/
generate_config.sh
70
rm -rf $BASE_DIR/$
TEMP_DIR
/libvpx.config
74
-o $BASE_DIR/$
TEMP_DIR
/libvpx.config
79
--config=$BASE_DIR/$
TEMP_DIR
/libvpx.config \
86
--config=$BASE_DIR/$
TEMP_DIR
/libvpx.config \
93
--config=$BASE_DIR/$
TEMP_DIR
/libvpx.config \
100
--config=$BASE_DIR/$
TEMP_DIR
/libvpx.config \
104
rm -rf $BASE_DIR/$
TEMP_DIR
/libvpx.config
200
TEMP_DIR
="$LIBVPX_SRC_DIR.temp"
201
rm -rf $
TEMP_DIR
202
cp -R $LIBVPX_SRC_DIR $
TEMP_DIR
[
all
...]
/external/libcxx/utils/ci/
macos-trunk.sh
76
TEMP_DIR
="$(mktemp -d)"
77
echo "Created temporary directory ${
TEMP_DIR
}"
80
echo "Removing temporary directory ${
TEMP_DIR
}"
81
rm -rf "${
TEMP_DIR
}"
83
echo "Temporary directory is at '${
TEMP_DIR
}', make sure to clean it up yourself"
89
LLVM_ROOT="${
TEMP_DIR
}/llvm"
90
LIBCXX_BUILD_DIR="${
TEMP_DIR
}/libcxx-build"
91
LIBCXX_INSTALL_DIR="${
TEMP_DIR
}/libcxx-install"
92
LIBCXXABI_BUILD_DIR="${
TEMP_DIR
}/libcxxabi-build"
93
LIBCXXABI_INSTALL_DIR="${
TEMP_DIR
}/libcxxabi-install
[
all
...]
macos-backdeployment.sh
88
TEMP_DIR
="$(mktemp -d)"
89
echo "Created temporary directory ${
TEMP_DIR
}"
92
echo "Removing temporary directory ${
TEMP_DIR
}"
93
rm -rf "${
TEMP_DIR
}"
95
echo "Temporary directory is at '${
TEMP_DIR
}', make sure to clean it up yourself"
101
LLVM_ROOT="${
TEMP_DIR
}/llvm"
102
LIBCXX_BUILD_DIR="${
TEMP_DIR
}/libcxx-build"
103
LIBCXX_INSTALL_DIR="${
TEMP_DIR
}/libcxx-install"
104
LIBCXXABI_BUILD_DIR="${
TEMP_DIR
}/libcxxabi-build"
105
LIBCXXABI_INSTALL_DIR="${
TEMP_DIR
}/libcxxabi-install
[
all
...]
/external/noto-fonts/cjk/
subset_noto_cjk.py
88
TEMP_DIR
= 'subsetted'
91
otf_names = ttc_utils.ttcfile_extract(ttc_name,
TEMP_DIR
)
93
with tool_utils.temp_chdir(
TEMP_DIR
):
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/
VmTestPreparer.java
43
private static final String
TEMP_DIR
= "/data/local/tmp";
44
private static final String VM_TEMP_DIR =
TEMP_DIR
+"/vm-tests";
139
if (!(device.doesFileExist(
TEMP_DIR
))) {
140
CLog.e("Error: %s does not exist",
TEMP_DIR
);
/external/autotest/site_utils/lxc/
lxc_functional_test.py
36
TEMP_DIR
= tempfile.mkdtemp(dir=lxc.DEFAULT_CONTAINER_PATH,
38
RESULT_PATH = os.path.join(
TEMP_DIR
, 'results', str(TEST_JOB_ID))
344
setup_base(
TEMP_DIR
)
345
bucket = lxc.ContainerBucket(
TEMP_DIR
)
371
logging.info('Cleaning up temporary directory %s.',
TEMP_DIR
)
373
lxc.ContainerBucket(
TEMP_DIR
).destroy_all()
375
utils.run('sudo rm -rf "%s"' %
TEMP_DIR
)
/external/brotli/python/tests/
_test_utils.py
50
TEMP_DIR
= tempfile.mkdtemp()
54
return os.path.join(
TEMP_DIR
, os.path.basename(filename + '.bro'))
58
return os.path.join(
TEMP_DIR
, os.path.basename(filename + '.unbro'))
/external/python/cpython3/Lib/test/
test_zipimport.py
56
TEMP_DIR
= os.path.abspath("junk95142")
91
def makeTree(self, files, dirName=
TEMP_DIR
):
286
zip2 =
TEMP_DIR
300
self.assertEqual(os.path.basename(
TEMP_DIR
), p1.split(os.sep)[-2])
316
self.assertEqual(os.path.basename(
TEMP_DIR
),
324
self.assertEqual(os.path.basename(
TEMP_DIR
), p1.split(os.sep)[-3])
329
self.assertEqual(os.path.basename(
TEMP_DIR
),
334
self.assertEqual(os.path.basename(
TEMP_DIR
),
Completed in 519 milliseconds