HomeSort by relevance Sort by last modified time
    Searched refs:temp_file_name (Results 1 - 8 of 8) sorted by null

  /external/autotest/client/site_tests/security_mprotect/
security_mprotect.py 27 temp_file_name = temp.name
30 temp_file_name),
  /external/libvpx/libvpx/third_party/libwebm/common/
file_util.cc 35 std::string temp_file_name = local
41 return temp_file_name;
  /external/vixl/tools/
clang_format.py 79 temp_file, temp_file_name = tempfile.mkstemp(prefix = 'clang_format_')
80 cmd_format_string = '$ ' + ' '.join(cmd_format) + ' > %s' % temp_file_name
86 cmd_diff = ['diff', '--unified', filename, temp_file_name]
113 os.remove(temp_file_name)
  /external/v8/src/third_party/vtune/
vtune-jit.cc 167 char* temp_file_name = NULL; local
185 temp_file_name = new char[script_name->Utf8Length() + 1];
186 script_name->WriteUtf8(temp_file_name);
187 jmethod.source_file_name = temp_file_name;
221 if (temp_file_name)
222 delete []temp_file_name;
  /test/vts/utils/python/profiling/
profiling_utils.py 131 temp_file_name = os.path.join(LOCAL_PROFILING_TRACE_PATH,
133 dut.adb.pull("%s %s" % (line, temp_file_name))
137 if temp_file_name != trace_file_name:
141 file_cmd += " cp " + temp_file_name + " " + trace_file_name
146 trace_files.append(temp_file_name)
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 62 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { function
94 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp.");
216 temp_file_name(tmpfile, sizeof(tmpfile),
  /external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
base.py 199 temp_file_name, _ = urlretrieve_with_retry(source_url)
200 gfile.Copy(temp_file_name, filepath)
  /system/iot/attestation/at-factory-tool/
atftman.py 719 temp_file_name = temp_file.name
720 target.Download(temp_file_name)
722 os.remove(temp_file_name)
731 # target.Flash('sec', temp_file_name)
732 # os.remove(temp_file_name)
751 temp_file_name = temp_file.name
752 target.Download(temp_file_name)
753 os.remove(temp_file_name)
    [all...]

Completed in 899 milliseconds