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

  /test/framework/harnesses/host_controller/build/
build_provider_gcs.py 104 temp_dir_path = self.CreateNewTmpDir()
108 dest_path = temp_dir_path
110 temp_dir_path)
112 dest_path = os.path.join(temp_dir_path, os.path.basename(path))
114 temp_dir_path)
118 self.SetFetchedFile(dest_path, temp_dir_path)
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 494 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
498 const UINT success = ::GetTempFileNameA(temp_dir_path,
503 << "Unable to create a temporary file in " << temp_dir_path;
  /external/protobuf/gtest/src/
gtest-port.cc 459 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
462 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
463 const UINT success = ::GetTempFileNameA(temp_dir_path,
468 << "Unable to create a temporary file in " << temp_dir_path;
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-port.cc 494 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
498 const UINT success = ::GetTempFileNameA(temp_dir_path,
503 << "Unable to create a temporary file in " << temp_dir_path;
  /external/google-breakpad/src/client/windows/unittests/
minidump_test.cc 62 wchar_t temp_dir_path[ MAX_PATH ] = {0}; local
63 ::GetTempPath(MAX_PATH, temp_dir_path);
64 dump_path_ = temp_dir_path;
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 518 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
521 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
522 const UINT success = ::GetTempFileNameA(temp_dir_path,
527 << "Unable to create a temporary file in " << temp_dir_path;
  /external/mesa3d/src/gtest/src/
gtest-port.cc 518 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
521 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
522 const UINT success = ::GetTempFileNameA(temp_dir_path,
527 << "Unable to create a temporary file in " << temp_dir_path;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-port.cc 518 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
521 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
522 const UINT success = ::GetTempFileNameA(temp_dir_path,
527 << "Unable to create a temporary file in " << temp_dir_path;
  /external/googletest/googletest/src/
gtest-port.cc 938 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
941 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
942 const UINT success = ::GetTempFileNameA(temp_dir_path,
947 << "Unable to create a temporary file in " << temp_dir_path;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 938 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
941 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
942 const UINT success = ::GetTempFileNameA(temp_dir_path,
947 << "Unable to create a temporary file in " << temp_dir_path;
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 920 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
923 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
924 const UINT success = ::GetTempFileNameA(temp_dir_path,
929 << "Unable to create a temporary file in " << temp_dir_path;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 901 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
904 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
905 const UINT success = ::GetTempFileNameA(temp_dir_path,
910 << "Unable to create a temporary file in " << temp_dir_path;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc 901 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
904 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
905 const UINT success = ::GetTempFileNameA(temp_dir_path,
910 << "Unable to create a temporary file in " << temp_dir_path;
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 1082 milliseconds