HomeSort by relevance Sort by last modified time
    Searched refs:temp_file (Results 26 - 34 of 34) sorted by null

12

  /external/autotest/site_utils/
test_runner_utils.py 278 with tempfile.NamedTemporaryFile() as temp_file:
279 temp_file.write(job.control_file)
280 temp_file.flush()
290 extra_args = [temp_file.name]
    [all...]
  /build/tools/releasetools/
sign_target_files_apks 421 temp_file = cStringIO.StringIO()
422 certs_zip = zipfile.ZipFile(temp_file, "w")
427 temp_file.getvalue())
sign_target_files_apks.py 421 temp_file = cStringIO.StringIO()
422 certs_zip = zipfile.ZipFile(temp_file, "w")
427 temp_file.getvalue())
  /system/update_engine/payload_consumer/
download_action_unittest.cc 267 ScopedTempFile temp_file; local
270 EXPECT_EQ(0, writer.Open(temp_file.path().c_str(), O_WRONLY | O_CREAT, 0));
304 const off_t resulting_file_size(utils::FileSize(temp_file.path()));
  /external/libchrome/base/files/
file_util.h 231 FilePath* temp_file);
file_util_posix.cc 528 bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) {
530 int fd = CreateAndOpenFdForTemporaryFile(dir, temp_file);
  /system/update_engine/common/
utils_unittest.cc 94 string temp_file = temp_dir + "/temp-file"; local
95 EXPECT_TRUE(utils::WriteFile(temp_file.c_str(), "", 0));
97 EXPECT_EQ(0, symlink(temp_file.c_str(), temp_symlink.c_str()));
99 EXPECT_FALSE(utils::IsSymlink(temp_file.c_str()));
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py     [all...]
  /external/netperf/src/
netlib.c 1851 char temp_file[] = {"netperfXXXXXX\\0"}; local
    [all...]

Completed in 256 milliseconds

12