Searched refs:image_dir (Results 1 – 1 of 1) sorted by relevance
58 std::string image_dir; member120 const int rmdir_result = rmdir(image_dir.c_str()); in ~CompilationHelper()173 if (image_dir.empty()) { in Compile()174 image_dir = image_filename.substr(0, pos); in Compile()175 int mkdir_result = mkdir(image_dir.c_str(), 0700); in Compile()176 CHECK_EQ(0, mkdir_result) << image_dir; in Compile()