Searched refs:saveData (Results 1 - 3 of 3) sorted by relevance
/third_party/gptfdisk/ |
H A D | gptcl.cc | 46 void GPTDataCL::LoadBackupFile(string backupFile, int &saveData, int &neverSaveData) { in LoadBackupFile() argument 49 saveData = 1; in LoadBackupFile() 51 saveData = 0; in LoadBackupFile() 68 int opt, numOptions = 0, saveData = 0, neverSaveData = 0; in DoOptions() local 181 saveData = 0; in DoOptions() 186 saveData = 1; in DoOptions() 193 saveData = 0; in DoOptions() 208 saveData = 1; in DoOptions() 223 saveData = 1; in DoOptions() 235 saveData in DoOptions() [all...] |
H A D | gptcl.h | 44 void LoadBackupFile(std::string backupFile, int &saveData, int &neverSaveData);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 822 SaveFileHelper saveData(dataFilepath); in SaveBinaryData() 842 saveData.write(compressedData.data(), compressedSize); in SaveBinaryData() 846 saveData.write(binaryData.data(), binaryData.size()); in SaveBinaryData() 6155 SaveFileHelper saveData(jsonFileName); in writeJSON() 6156 saveData.write(reinterpret_cast<const uint8_t *>(json.data()), json.length()); in writeJSON()
|
Completed in 12 milliseconds