OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TEMP_DIR
(Results
1 - 6
of
6
) sorted by null
/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
):
/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)
/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/brotli/python/tests/
_test_utils.py
48
TEMP_DIR
= tempfile.mkdtemp()
52
return os.path.join(
TEMP_DIR
, os.path.basename(filename + '.bro'))
56
return os.path.join(
TEMP_DIR
, os.path.basename(filename + '.unbro'))
/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/
lxc_functional_test.py
31
TEMP_DIR
= tempfile.mkdtemp(dir=lxc.DEFAULT_CONTAINER_PATH,
33
RESULT_PATH = os.path.join(
TEMP_DIR
, 'results', str(TEST_JOB_ID))
343
bucket = lxc.ContainerBucket(
TEMP_DIR
)
366
logging.info('Cleaning up temporary directory %s.',
TEMP_DIR
)
368
lxc.ContainerBucket(
TEMP_DIR
).destroy_all()
370
utils.run('sudo rm -rf "%s"' %
TEMP_DIR
)
Completed in 422 milliseconds