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

  /external/autotest/server/site_tests/power_DeferForFlashrom/
power_DeferForFlashrom.py 94 rand_file = self.create_temp_file(
103 (rand_file, zero_file, frequency_hz, BLOCK_SIZE))
  /bootable/recovery/tests/component/
applypatch_test.cpp 83 rand_file = "/cache/applypatch_test_rand.file";
86 // write stuff to rand_file
87 android::base::WriteStringToFile("hello", rand_file);
103 static std::string rand_file; member in class:ApplyPatchTest
155 ASSERT_EQ(0, LoadFileContents(&rand_file[0], &fc));
198 std::string ApplyPatchTest::rand_file; member in class:ApplyPatchTest

Completed in 245 milliseconds