Searched refs:SetFile (Results 1 – 8 of 8) sorted by relevance
41 bool SetFile (const string& name, const std::vector<u8>& content);55 bool SetFile (const string& name, const std::vector<u8>& content);
185 bool Parent::SetFile (const string& name, const std::vector<u8>& content) in SetFile() function in vksc_server::ipc::Parent219 bool Child::SetFile (const string& name, const std::vector<u8>& content) in SetFile() function in vksc_server::ipc::Child
18 SetFile = 0x01, ///< Set LineTableRow.file_idx, don't push a row. enumerator81 case SetFile: in parse()219 Out.writeU8(SetFile); in encode()
53 void SetFile(FILE* fp) { fp_ = fp; } in SetFile() function
80 writer->SetFile(fp); in MaybeWriteEmbeddedFile()
61 /Developer/Tools/SetFile of DevTool is useful to135 /Developer/Tools/SetFile -a l -c "MPS " -t TEXT \{\} \;138 /Developer/Tools/SetFile -a l -c "MPS " -t TEXT \{\} \;
725 m_parentIPC->SetFile(jsonFileName.str(), data); in runTestsInSubprocess()