Searched refs:myfile (Results 1 – 1 of 1) sorted by relevance
692 fbl::StringBuffer<fs_test_utils::kPathSize> myfile; in GetStatsTest() local693 myfile.AppendPrintf("%s/my_file.txt", fixture->fs_path().c_str()); in GetStatsTest()694 fbl::unique_fd file_to_create(open(myfile.c_str(), O_RDWR | O_CREAT)); in GetStatsTest()708 file_to_create.reset(open(myfile.c_str(), O_RDONLY)); in GetStatsTest()
Completed in 3 milliseconds