Home
last modified time | relevance | path

Searched refs:my_store_location (Results 1 - 2 of 2) sorted by relevance

/third_party/lame/ACM/
H A DAEncodeProperties.cpp772 if (my_stored_data.LoadFile(my_store_location))
895 my_store_location = path.substr(0,path.find_last_of('\\')+1);
896 my_store_location += "lame_acm.xml";
898 my_debug.OutPut("store path = %s",my_store_location.c_str());
900 // ::OutputDebugString(my_store_location.c_str());
903 HANDLE hFile = ::CreateFile(my_store_location.c_str(), 0, FILE_SHARE_READ|FILE_SHARE_WRITE, NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_ARCHIVE, NULL );
913 if (my_stored_data.LoadFile(my_store_location))
955 my_stored_data.SaveFile(my_store_location);
1269 if (my_stored_data.LoadFile(my_store_location))
1281 my_stored_data.SaveFile(my_store_location);
[all...]
H A DAEncodeProperties.h427 std::string my_store_location; member in AEncodeProperties

Completed in 3 milliseconds