HomeSort by relevance Sort by last modified time
    Searched defs:temp_file (Results 1 - 12 of 12) sorted by null

  /external/pdfium/third_party/libjpeg/
jmemsys.h 132 FXSYS_FILE * temp_file; /* stdio reference to temp file */ member in struct:backing_store_struct
  /external/libchrome/base/trace_event/
process_memory_maps_dump_provider_unittest.cc 110 FILE* temp_file = CreateAndOpenTemporaryFile(&temp_path); local
111 file.reset(temp_file);
112 ASSERT_TRUE(temp_file);
114 ASSERT_TRUE(base::WriteFileDescriptor(fileno(temp_file), smaps_string,
  /external/libjpeg-turbo/
jmemsys.h 139 short temp_file; /* file reference number to temp file */ member in struct:backing_store_struct
144 FILE * temp_file; /* stdio reference to temp file */ member in struct:backing_store_struct
  /system/core/adb/
sysdeps_win32_test.cpp 124 TemporaryFile temp_file; local
125 EXPECT_TRUE(temp_file.fd >= 0);
126 EXPECT_EQ(0, unix_isatty(temp_file.fd));
128 int temp_file_ro_fd = unix_open(temp_file.path, O_RDONLY);
  /external/google-breakpad/src/tools/windows/symupload/
symupload.cc 133 FILE *temp_file = NULL; local
135 if (_wfopen_s(&temp_file, temp_filename, L"w") != 0)
139 if (!(temp_file = _wfopen(temp_filename, L"w")))
145 bool success = writer.WriteMap(temp_file);
146 fclose(temp_file);
  /external/opencv3/3rdparty/libjpeg/
jmemsys.h 160 short temp_file; /* file reference number to temp file */ member in struct:backing_store_struct
165 FILE * temp_file; /* stdio reference to temp file */ member in struct:backing_store_struct
  /toolchain/binutils/binutils-2.25/libiberty/
pex-common.c 103 temp_file (struct pex_obj *obj, int flags, char *name) function
232 outname = temp_file (obj, flags, outname);
396 name = temp_file (obj, flags, name);
  /external/webrtc/webrtc/base/
win32regkey_unittest.cc 570 wchar_t temp_file[MAX_PATH] = {0}; local
572 ::GetTickCount(), temp_file), 0);
577 EXPECT_SUCCEEDED(RegKey::Save(kFullRkey1Subkey, temp_file));
582 EXPECT_SUCCEEDED(RegKey::Restore(kFullRkey1Subkey, temp_file));
593 EXPECT_EQ(TRUE, ::DeleteFile(temp_file));
  /system/update_engine/common/
utils_unittest.cc 96 string temp_file = temp_dir + "/temp-file"; local
97 EXPECT_TRUE(utils::WriteFile(temp_file.c_str(), "", 0));
99 EXPECT_EQ(0, symlink(temp_file.c_str(), temp_symlink.c_str()));
101 EXPECT_FALSE(utils::IsSymlink(temp_file.c_str()));
  /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/opencv3/modules/core/src/
system.cpp 554 std::wstring temp_file = GetTempFileNameWinRT(L"ocv"); local
555 if (temp_file.empty())
558 temp_file = temp_dir.append(std::wstring(L"\\")).append(temp_file);
559 DeleteFileW(temp_file.c_str());
562 size_t copied = wcstombs(aname, temp_file.c_str(), MAX_PATH);
568 char temp_file[MAX_PATH] = { 0 }; local
575 if(0 == ::GetTempFileNameA(temp_dir, "ocv", 0, temp_file))
578 DeleteFileA(temp_file);
580 fname = temp_file;
    [all...]
  /external/netperf/src/
netlib.c 1851 char temp_file[] = {"netperfXXXXXX\\0"}; local
    [all...]

Completed in 354 milliseconds